aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
AgeCommit message (Collapse)AuthorFilesLines
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-1/+24
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2019-12-13Lexilla implemented as loadable lexer.Neil1-1/+23
2019-12-14Remove links to lexers with SCI_EMPTYCATALOGUE definition.Neil1-0/+3
This allows building a version of SciTE that is statically linked to Scintilla and does not include any lexers but allows the use of lexers provided by loading a DLL.
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
multiple selections.
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
overviews or minimaps with reasonable layout.
2019-06-30Bug [#2038]. Source of input reported in SCN_CHARADDED.Zufu Liu1-2/+40
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-0/+4
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
2019-06-22Feature [feature-requests:#1297] Updates to types of LineScroll,Zufu Liu1-2/+2
[Set]MarginTypeN, and [Set]MarginCursorN.
2019-06-22Feature [feature-requests:#1297] Updated Scintilla.h from Scintilla.iface.Neil1-5/+27
Adds *_NONE and INDICATOR_* enumeration values. Moves old INDIC?_MASK to deprecated section.
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
FoldDisplayTextSetStyle.
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-0/+11
to optimize speed of character category features.
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
This can reduce the time taken to fold a document by half.
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
UTF-16 code units added.
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
2018-04-19SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers ↵Nicholai Benalal1-3/+14
white.
2018-04-17Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.Neil1-11/+38
This option is provisional and experimental.
2018-04-05Switching to https.Neil1-3/+3
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-5/+4
to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj.
2018-04-04Bug [#2006]. State SCN_UPDATEUI is an indication that change may have occurredNeil1-5/+7
and not that a change definitely occurred.
2018-03-08Create static library libscintilla.a or libscintilla.lib on Windows.Neil1-3/+4
Stop creating Lexers.a static library. Harmonize make files.
2018-02-02Implement SC_DOCUMENTOPTION_STYLES_NONE.Neil1-7/+35
2018-01-26Add documentOption argument to SCI_CREATELOADER.Neil1-12/+23
2017-12-19Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.Neil1-3/+26
2017-11-20Add SCI_GETMOVEEXTENDSSELECTION.Mitchell Foral1-0/+5
2017-10-23Document style metadata APIs.Neil1-0/+21
2017-08-11Stopped treating SC_TECHNOLOGY_DIRECTWRITERETAIN and SC_TECHNOLOGY_DIRECTWRITEDCNeil1-13/+7
as provisional.
2017-08-02Switch default modifier key for rectangular selections from Ctrl to Alt on ↵Neil Hodgson1-3/+3
Linux.