aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Expand)AuthorFilesLines
2020-07-15Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu1-0/+5
2020-06-17Feature [feature-requests:1361]. Allow caret width to be up to 20 pixels.Neil1-3/+3
2020-06-12Bug [#2141]. Implement end of line annotations.Prakash Sahni1-0/+95
2020-05-22Bug [#2171]. Add some documentation about WM_DPICHANGED.Neil1-4/+4
2020-04-17Update Python versions. Modules that are only used as top level scripts or fromNeil1-1/+1
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke1-0/+8
2020-03-29Update documentation to match changes in Scintilla.iface.Neil1-15/+15
2020-03-15Bug [#2159]. SC_WRAP_CHAR is not supported for printing.Neil1-5/+4
2020-02-03Add link to ScintillaTest GTK sample.Neil1-1/+3
2020-01-25Fix line end whitespace and change edited date.Neil1-2/+2
2020-01-25Bug [#2152]. Ignore Alt+Keypad keys that will result in a WM_CHAR.Neil1-0/+6
2019-12-22Lexilla testing framework.Neil1-0/+3
2019-12-31Implement SCI_SETILEXER.Neil1-1/+9
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-1/+24
2019-12-13Lexilla implemented as loadable lexer.Neil1-1/+23
2019-12-14Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil1-0/+3
2019-12-13Implement DynamicLibrary on Cocoa.Neil1-3/+4
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-2/+16
2019-11-15Feature [feature-requests:#1316] Add access to virtual space at start and end ofNeil1-1/+6
2019-10-04Clarified value 0 for SCI_SETWHITESPACESIZE.Neil1-0/+1
2019-07-05Bug [#2118]. Add TabMinimumWidth property to API so applications can displayNeil1-1/+13
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-2/+40
2019-06-22Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-0/+4
2019-06-22Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-2/+2
2019-06-22Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.Neil1-5/+27
2019-06-18Feature [feature-requests:#1297] 3: Use pointer type in documentation.Neil1-27/+32
2019-06-18Feature [feature-requests:#1297] 2: Use position and line more in documentation.Neil1-320/+334
2019-06-05Fix signatures and link class for SCI_[SG]ETDEFAULTFOLDDISPLAYTEXT.Neil1-4/+4
2019-06-02GTK+ was renamed to GTK in February 2019 so update documentation to new name.Neil1-36/+36
2019-06-02Clarify which API changes focus.Neil1-2/+2
2019-05-22Fix orphan text, moving to where it should be.Zufu Liu1-2/+1
2019-05-04Bug [#2102]. Explain behaviour when length argument longer than document.Zufu Liu1-2/+3
2019-04-17Document the character values in SCNotification::ch for SCN_CHARADDED.Neil1-2/+5
2019-04-07Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu1-1/+2
2019-04-05Document adding source files.Neil1-0/+3
2019-04-05Feature [feature-requests:#1272]. Add API to set default fold display text.Neil1-0/+7
2019-03-31Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu1-1/+3
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-0/+11
2019-03-12Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.Neil1-2/+2
2019-02-05Feature [feature-requests:#1217]. Change API so block just for overstrike.Zufu Liu1-4/+4
2019-02-02Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu1-3/+5
2019-01-24Bug [#1548]. Implement calltips on Qt.Andrea Ricchi1-2/+0
2018-10-11Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-1/+13
2018-09-30Synchronize definition and documentation.rel-4-1-2Neil1-3/+3
2018-09-06Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME composition.Neil1-0/+3
2018-07-10Optional indexing of line starts in UTF-8 documents by UTF-32 code points andNeil1-39/+87
2018-06-06SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank1-3/+11
2018-06-02Updated to mention bidirectional works on Cocoa.Neil1-4/+5
2018-05-23Update for bidirectional support.Neil1-8/+11
2018-05-22Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil1-0/+17