aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
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
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-11Fix SC_AC_* values in documentation to match header.Neil1-5/+5
2016-08-28SC_CHARSET_DEFAULT now means code page 1252 on Windows unless code page set.Neil1-13/+55
2016-08-20Bug [#1648]: Option added to prevent left arrow movement and selection wrappingNeil1-2/+7
2016-08-12Discourage use of buffered mode.Neil1-1/+8
2016-08-09Some more documentation for multi-coloured indicators.Neil1-2/+3
2016-05-08Moved text about FIRSTVISIBLELINE into scrolling section and moved XOFFSET textNeil1-17/+18
2016-04-28C++ 11 <regex> support built by default.Neil1-16/+22
2016-03-29Feature [feature-requests:#1142]. Allow Super modifier on GTK+.Neil1-1/+3
2016-01-13Updated modification date.Neil1-1/+1
2016-01-06Clarify out of bounds behaviour.Neil1-0/+1
2015-11-20Remove line end whitespace.Neil1-13/+13
2015-11-11Implemented idle styling. This allows painting without first styling all visibleNeil1-1/+20
2015-09-26Whitespace may be made visible just in indentation.nkmathew1-0/+8
2015-09-03Removing support for old GTK+ versions. Minimum GTK+ is 2.18 with glib 2.22.Neil1-2/+2
2015-08-16On GTK+, support code page 866 with SC_CHARSET_OEM866.Serg Stetsuk1-1/+1
2015-07-31Document use of Sci_Position and Sci_PositionCR.Neil1-7/+11
2015-07-31Updated lexer interfaces for Sci_Position.Neil1-177/+44