aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil2-1/+11
2016-11-14Change log.jedailey1-0/+1
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey2-0/+33
2016-11-13Change log.Neil1-0/+5
2016-11-05Support for NSAccessibility protocol added sufficient for the VoiceOverNeil Hodgson2-5/+16
screen reader.
2016-10-27Add Subsection folding & Fix Preprocessor without spaces.oirfeodent1-1/+1
2016-11-01Clarify ConvertToDocument as there was some confusion on the mailing list.Neil1-2/+3
2016-10-27Change log for SciTE.Neil1-0/+4
2016-10-26INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrowsNeil3-0/+20
underneath positions or characters.
2016-10-20Rewrite Folding to accomodate Main Sections and Fix SCE_BAAN_FUNCDEF defining.oirfeodent1-0/+3
2016-10-23Bug [#1873]. GTK: Don't forward calls to NULL scrollbarsColomban Wendling1-0/+4
Once Dispose() has been called, scrollbars will be NULL, so we need to check against this in code that might run after Dispose(). Fixes scary warnings on certain widget destruction scenarios.
2016-10-22Change log.Neil1-0/+3
2016-10-21Bug [#1872]. Fix style of references and keywords when followed by a comment.Jim Pattee1-0/+4
2016-10-14Fix JSON lexer folding bug.yonken1-0/+4
2016-10-19Margin click to select line now clears rectangular and additional selections.Neil1-0/+3
2016-10-18SciTE change log.Neil1-0/+3
2016-10-18Fixed archive file reference.Neil1-1/+13
Change log for revision 5996.
2016-10-11Fixed terminating tags.rel-3-7-0Neil Hodgson1-5/+6
2016-10-11Updates for 3.7.0.Neil3-12/+13
2016-10-06Word selection, navigation, and manipulation is now performed on charactersNeil2-3/+17
instead of bytes leading to more natural behaviour for multi-byte encodings like UTF-8.
2016-10-03Explain SCI_WORD[LEFT|RIGHT]END* key commands.Neil1-0/+3
2016-10-03SciTE change log.Neil1-1/+5
2016-10-03SciTE change log.Neil1-0/+3
2016-09-30Recognize the numeric keypad '+', '-', and '/' keys as SCK_ADD, SCK_SUBTRACT,Tse Kit Yam1-0/+5
and SCK_DIVIDE.
2016-09-30SciTE changelog.Neil1-0/+7
2016-09-29Increased compatibility between interface definition and documentation.Neil1-1101/+1090
Made parameter names and types more consistent. Document return types. Use more classes in documentation to facilitate scripting and styling.
2016-09-29The number of margins can be changed with SCI_SETMARGINS.Neil2-7/+18
2016-09-29Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.Neil2-2/+14
Allows choosing any colour for a margin.
2016-09-28Bug [#1868]. Understand the grave accent escape character for PowerShell.ActiveState1-0/+4
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng2-0/+15
is within the window.
2016-09-24Bug [#1865]. Style interpolated code in strings for CoffeeScript.ActiveState1-0/+4
2016-09-23Recognize inline comments in YAML.Jim Pattee1-0/+4
2016-09-23EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multipleA-R-C-A2-0/+26
vertical edges simultaneously.
2016-09-22Added header ordering section.Neil1-0/+4
2016-09-22Baan lexer changed significantly with more lexical states, keyword sets, andNeil1-0/+4
support for abridged keywords.
2016-09-21Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".Yuval Papish1-0/+7
ILexer implementation Lexer can now correctly handle: "end triggers" phrase "last-event:function" phrase Indefinite comment level depth
2016-09-21Bug [#1864]. Fix incorrect nesting of tags.Tse Kit Yam1-2/+1
2016-09-21Removed extraneous spaces in documentation.Neil1-2/+2
2016-09-21Bug [#1863]. Allow subclass of SCIContentView to set cursor.Tse Kit Yam1-0/+4
2016-09-20Improved documentation on word functions and moved into a new section.Neil1-164/+214
2016-09-20Make Cursor and Mouse capture documentation sections similar to other sections.Neil1-0/+4
2016-09-20Link regex word flag documentation to word characters definition.Neil1-2/+4
2016-09-20Make documentation reference similar to other cases.Neil1-1/+3
2016-09-19Fix tag that was not terminated.Neil1-1/+1
2016-09-18Updating documentation on contributing code.Neil2-1/+33
2016-09-18Bug [#1861]. Fix caret position from left/right move with rectangular selection.Neil1-0/+4
2016-09-12Fixed some enums in Scintilla.iface which may change bindings.Neil1-0/+7
2016-09-11Fix SC_AC_* values in documentation to match header.Neil1-5/+5
2016-09-10SciTE change log.Neil1-0/+4
2016-09-07Add InListAbridged to WordList.oirfeodent1-0/+5