aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
AgeCommit message (Collapse)AuthorFilesLines
2019-06-18Feature [feature-requests:#1297] 4: Add enu for IndicValue and UndoFlags toNeil1-0/+5
gather their values into a type. Add _NONE values for 3 enumerations to make using them simpler.
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
is more accurate. This helps define where 64-bit values may be passed for huge files.
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
FoldDisplayTextSetStyle.
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-0/+6
to optimize speed of character category features.
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
This can reduce the time taken to fold a document by half.
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
UTF-16 code units added.
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 ↵Nicholai Benalal1-0/+3
white.
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil1-3/+7
This option is provisional and experimental.
2018-03-06Feature [feature-requests:#1210]. Maxima lexer added.Gunter Königsmann1-0/+11
2018-02-02Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-0/+1
2018-01-26Add documentOption argument to SCI_CREATELOADER.Neil1-2/+5
2017-12-19Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.Neil1-2/+11
2017-11-20Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+3
2017-10-23Document style metadata APIs.Neil1-3/+3
2017-08-25Moved *StyleBits* APIs into deprecated category.Neil1-11/+11
2017-08-11Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDCNeil1-1/+1
as provisional.
2017-08-02Improve description of HideSelection.rhkramer1-1/+1
2017-07-17Implement style metadata for some languages.Neil1-1/+5
Add some helper methods to SubStyles for finding style metadata of substyles.
2017-06-22Add style metadata methods with null implementations.Neil1-0/+15
2017-07-01Deprecate single phase drawing.Neil1-7/+8
2017-06-11Implement SCN_AUTOCSELECTIONCHANGE notification.Neil1-0/+1
2017-04-06Added a caret line frame as an alternative visual for highlighting the caret ↵A-R-C-A1-0/+8
line.
2017-04-02Added "Reverse Selected Lines" as SCI_LINEREVERSE.Vicente1-0/+3
2017-03-07Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.Neil1-0/+10
2017-03-06New "indent" lexer styled as plain text but folded by indentation level.Vicente1-0/+1
2017-03-04Fix minor issues in interface definitions.Neil Hodgson1-5/+9
2017-02-12Bug [#1848]. Support Python f-strings with new styles.John Ehresman1-0/+4
2017-01-14Removed return type from AddSelection and SetSelection.Neil1-2/+2
2016-11-30Updated API to match conventions.Neil1-1/+1
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-2/+8
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam1-0/+12
2016-11-25Feature [feature-requests:#1166]. EDIFACT lexer and folder added.Iain Clarke1-0/+11