aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
AgeCommit message (Expand)AuthorFilesLines
2020-08-25Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN.Derek Brown1-0/+3
2020-07-15Feature [feature-requests:1368]. Add BraceMatchNext API.Zufu Liu1-0/+3
2020-06-12Bug [#2141]. Implement end of line annotations.Prakash Sahni1-1/+35
2020-05-01Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 likeNeil1-0/+1
2020-04-09Typo.Zufu Liu1-1/+1
2020-04-08Removed superfluous space.Neil1-2/+0
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke1-0/+8
2020-03-29Use correct wider types.Mitchell Foral1-4/+4
2020-02-05Bug [#2153]. Reorder and add separating new lines to ease downstream.Neil1-21/+39
2020-02-05Spelling and grammar in comment.Neil1-1/+2
2020-01-18Fix line end whitespace.Neil1-1/+1
2020-01-03Added Raku lexer and style properties and example filesMark Reay1-0/+32
2019-12-31Implement SCI_SETILEXER.Neil1-0/+3
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-0/+12
2019-11-15Feature [feature-requests:#1316] Add access to virtual space at start and end ofNeil1-0/+6
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn1-0/+18
2019-07-05Bug [#2118]. Add TabMinimumWidth property to API so applications can displayNeil1-0/+6
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-1/+10
2019-06-22Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-1/+2
2019-06-22Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-5/+5
2019-06-22Feature [feature-requests:#1297] Tweak aliases so that acronyms longer than 2Neil1-7/+5
2019-06-18Feature [feature-requests:#1297] 7: Add value aliases for PascalCase constants.Neil1-1/+164
2019-06-18Feature [feature-requests:#1297] 6: Add enumeration types to APIs.Neil1-124/+125
2019-06-18Feature [feature-requests:#1297] 5: Separate IndicatorNumbers from IndicatorS...Neil1-5/+15
2019-06-18Feature [feature-requests:#1297] 4: Add enu for IndicValue and UndoFlags toNeil1-0/+5
2019-06-18Feature [feature-requests:#1297] 4: Comment added for SC_MASK_FOLDERS.Neil1-0/+1
2019-06-18Feature [feature-requests:#1297] 3: Add pointer type.Neil1-11/+12
2019-06-18Feature [feature-requests:#1297] 2: Replace int with position or line where thatNeil1-118/+119
2019-06-15Feature [feature-requests:#1295]. Lexer added for DataFlex.Wil van Antwerpen1-0/+18
2019-06-02GTK+ was renamed to GTK in February 2019 so update documentation to new name.Neil1-2/+2
2019-04-29Feature [feature-requests:#1280]. Lexer added for X12.Iain Clarke1-0/+12
2019-04-07Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.Zufu Liu1-0/+1
2019-04-05Feature [feature-requests:#1272]. Add API to set default fold display text.Neil1-0/+6
2019-03-31Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu1-1/+4
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-0/+6
2019-03-12Feature [feature-requests:#1217]. Add CARETSTYLE_INS_MASK definition.Neil1-0/+1
2019-03-07Move CARETSTYLE_INS_MASK from Scintilla.iface as it is not documented.rel-4-1-4Neil1-1/+0
2019-02-28Feature [feature-requests:#1265]. Common Intermediate Language (CIL) lexer.Jed Altahan1-0/+14
2019-02-05Feature [feature-requests:#1217]. Change API so block just for overstrike.Zufu Liu1-1/+3
2019-02-02Feature [feature-requests:#1217]. Implement CARETSTYLE_BLOCK_ALWAYS.Zufu Liu1-0/+1
2018-11-21Feature [feature-requests:#1242]. Add lexer for NimJad Altahan1-0/+20
2018-10-11Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-0/+6
2018-09-30Synchronize definition and documentation.rel-4-1-2Neil1-1/+1
2018-07-10Optional indexing of line starts in UTF-8 documents by UTF-32 code points andNeil1-0/+28
2018-06-21Feature [feature-requests:#1185]. Add lexers for SAS and Stata.Luke Rasmussen1-0/+34
2018-06-06SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank1-0/+1
2018-05-28Add styles for diffs containing patches.Andreas Rönnquist1-0/+4
2018-05-22Add INDIC_GRADIENT and INDIC_GRADIENTCENTRE indicator types.Neil1-0/+2
2018-04-19SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers wh...Nicholai Benalal1-0/+3
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil1-3/+7