aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
2018-04-19SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh...Nicholai Benalal1-3/+14
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil1-11/+38
2018-04-05Switching to https.Neil1-3/+3
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-5/+4
2018-04-04Bug [#2006]. State SCN_UPDATEUI is an indication that change may have occurredNeil1-5/+7
2018-03-08Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-3/+4
2018-02-02Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-7/+35
2018-01-26Add documentOption argument to SCI_CREATELOADER.Neil1-12/+23
2017-12-19Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.Neil1-3/+26
2017-11-20Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+5
2017-10-23Document style metadata APIs.Neil1-0/+21
2017-08-11Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDCNeil1-13/+7
2017-08-02Switch default modifier key for rectangular selections from Ctrl to Alt on Li...Neil Hodgson1-3/+3
2017-07-17Documentation for style metadata.Neil1-65/+45
2017-07-09Updated styling to avoid Comic Sans - such an unfairly maligned font.Justin Dailey1-3/+3
2017-07-09Bug [#1955]. The data parameter to ILoader::AddData made const.Justin Dailey1-1/+1
2017-07-01Deprecate single phase drawing.Neil1-10/+20
2017-07-01Updated documentation to match changes to IDocument and ILexer.Neil1-18/+12
2017-06-19The default encoding is now UTF-8.Neil1-9/+9
2017-06-11Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-7/+47
2017-06-10Update GTK+ and compiler version requirements.Neil1-3/+3
2017-05-12Bug [#310]. Update documentation.Neil1-3/+7
2017-04-06Added a caret line frame as an alternative visual for highlighting the caret ...A-R-C-A1-0/+6
2017-04-02Added "Reverse Selected Lines" as SCI_LINEREVERSE.Vicente1-1/+4
2017-03-21Document C++11 requirement.Neil1-3/+5
2017-03-07Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.Neil1-13/+58
2017-02-11Document correct values for SC_POPUP_*.Neil Hodgson1-3/+3
2017-01-14Removed return type from AddSelection and SetSelection.Neil1-4/+4
2016-12-07Using alternating row shades for tables and contrasting headers.Neil1-102/+132
2016-12-07Character set availability made into a table.johnsonj1-58/+120
2016-12-04Documentation cosistency.rel-3-7-1Neil1-2/+2
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-10/+57
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam1-5/+52
2016-11-17Whitespace fixed and data updated.Neil1-4/+4
2016-11-17Moved newly removed features into the "Removed features" section.Neil1-13/+13
2016-11-16Removed elements that have been deprecated for more than 5 years.Neil1-11/+14
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-1/+1
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey1-0/+29
2016-11-05Support for NSAccessibility protocol added sufficient for the VoiceOverNeil Hodgson1-4/+15
2016-11-01Clarify ConvertToDocument as there was some confusion on the mailing list.Neil1-2/+3
2016-10-26INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrowsNeil1-0/+16
2016-10-06Word selection, navigation, and manipulation is now performed on charactersNeil1-3/+10
2016-10-03Explain SCI_WORD[LEFT|RIGHT]END* key commands.Neil1-0/+3
2016-09-29Increased compatibility between interface definition and documentation.Neil1-1101/+1090
2016-09-29The number of margins can be changed with SCI_SETMARGINS.Neil1-7/+15
2016-09-29Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.Neil1-2/+10
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng1-0/+11
2016-09-23EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multipleA-R-C-A1-0/+22
2016-09-21Bug [#1864]. Fix incorrect nesting of tags.Tse Kit Yam1-2/+1
2016-09-21Removed extraneous spaces in documentation.Neil1-2/+2