aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
AgeCommit message (Collapse)AuthorFilesLines
2020-04-08Feature [feature-requests:1344]. Add methods for iterating through the markerIain Clarke1-0/+2
handles and marker numbers on a line.
2020-03-16Update Scintilla.h to match reordering of Scintilla.iface.Neil1-9/+9
2019-12-31Implement SCI_SETILEXER.Neil1-0/+1
2019-11-15Feature [feature-requests:#1316] Allow target to have virtual space.Neil1-0/+4
2019-11-15Feature [feature-requests:#1316] Add access to virtual space at start and end ofNeil1-0/+2
multiple selections.
2019-07-05Bug [#2118]. Add TabMinimumWidth property to API so applications can displayNeil1-0/+2
overviews or minimaps with reasonable layout.
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-0/+4
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT, or SC_CHARACTERSOURCE_IME_RESULT.
2019-06-22Bug [#1924]. Option to allow block carets to trail selection ranges.Neil1-1/+2
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
2019-06-22Feature [feature-requests:#1297] Fixed INDIC_MAX / INDICATOR_MAX.Neil1-1/+1
2019-06-22Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.Neil1-6/+14
Adds *_NONE and INDICATOR_* enumeration values. Moves old INDIC?_MASK to deprecated section.
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/+2
2019-03-31Feature [feature-requests:#1272]. Add FoldDisplayTextGetStyle to matchZufu Liu1-0/+1
FoldDisplayTextSetStyle.
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-0/+2
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-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-10-11Add SCI_SETCOMMANDEVENTS API to allow turning off command events.Neil1-0/+2
This can reduce the time taken to fold a document by half.
2018-07-10Optional indexing of line starts in UTF-8 documents by UTF-32 code points andNeil1-0/+10
UTF-16 code units added.
2018-06-06SC_WRAPINDENT_DEEPINDENT added to indent two tabs from previous line.Henrik Hank1-0/+1
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/+1
white.
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil1-1/+3
This option is provisional and experimental.
2018-04-14Removed workaround for old releases of MSVC.Neil1-5/+0
2018-02-02Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-0/+1
2018-01-26Add documentOption argument to SCI_CREATELOADER.Neil1-0/+1
2017-12-19Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.Neil1-0/+7
2017-11-20Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+1
2017-08-25Moved *StyleBits* APIs into deprecated category.Neil1-3/+4
2017-06-22Add style metadata methods with null implementations.Neil1-0/+4
2017-07-01Deprecate single phase drawing.Neil1-2/+3
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/+2
line.
2017-04-02Added "Reverse Selected Lines" as SCI_LINEREVERSE.Vicente1-0/+1
2017-03-07Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.Neil1-0/+4
2016-11-23Implementation of MarginRightClick event.Tse Kit Yam1-0/+4
2016-11-29Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.Tse Kit Yam1-0/+6
2016-11-18Remove the Scintilla namespace from Scintilla.h.Neil1-9/+1
2016-11-16Change definition of uptr_t and sptr_t to use standardised types and headersNeil1-13/+12
instead of Win32 API types and basetsd.h when on Windows.
2016-11-16Removed elements that have been deprecated for more than 5 years.Neil1-3/+0
2016-11-16Deprecate non-branded struct names in Scintilla.h.Neil1-8/+6
2016-11-14Added alternate appearance for visible tabs which looks like a horizontal line.jedailey1-0/+4
2016-10-26INDIC_POINT and INDIC_POINTCHARACTER indicators added to display small arrowsNeil1-0/+2
underneath positions or characters.
2016-09-29The number of margins can be changed with SCI_SETMARGINS.Neil1-0/+2
2016-09-29Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.Neil1-0/+3
Allows choosing any colour for a margin.
2016-09-27On Win32, mouse wheel scrolling can be restricted to only occur when the mouseStefan Küng1-0/+2
is within the window.
2016-09-23EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multipleA-R-C-A1-0/+3
vertical edges simultaneously.
2016-08-20Bug [#1648]: Option added to prevent left arrow movement and selection wrappingNeil1-0/+1
to previous line.
2016-05-17Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-1/+8
Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well).