aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-28Remove archaic mention of cells.Neil1-2/+2
2015-07-03Feature [feature-requests:#1109]. SCN_AUTOCCOMPLETED sent after text insertion.Jonathan Hunt1-8/+112
2015-06-30Added SC_CASE_CAMEL to the case mode style attribute.Neil1-2/+2
2015-06-27Make documentation of SCI_MARKERENABLEHIGHLIGHT consistent.Neil1-1/+1
2015-06-24Make multiple selection work over most cursor movement and selection, new line,Neil1-1/+10
2015-06-11Added explanation of SCI_MULTIPLESELECTADDEACH.Neil1-3/+7
2015-06-11Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, andNeil1-1/+18
2015-06-11Explain styling a little more.Neil1-4/+7
2015-05-29Document indexing of selection.Neil1-2/+2
2015-05-20SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 implemented on Win32.Neil1-2/+2
2015-03-26Specify which APIs append a NUL to results.Neil1-14/+16
2015-03-13Scintilla is now always a wide character window so remove vestiges of narrowNeil1-8/+4
2015-03-09Fix an unclosed tag in the documentationColomban Wendling1-1/+1
2015-02-23Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE.Neil1-1/+6
2015-02-22Added SCI_SETTARGETRANGE method to set both the start and end of the target.Neil Hodgson1-0/+2
2015-02-19Document constant that had not been defined.Neil1-0/+1
2015-02-16Implement SCI_TARGETASUTF8 and SCI_ENCODEDFROMUTF8 on Cocoa.Neil Hodgson1-1/+3
2015-02-15Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicatorNeil1-1/+21
2015-02-12Fixed bad end tag.Neil1-1/+1
2015-02-10Add INDIC_FULLBOX.Neil1-2/+13
2015-02-04Implement hover style and colour for indicators.Neil1-5/+29