| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
These have been superceded by Lexilla and the SetILexer API.
|
|
|
|
|
|
GetLibraryPropertyNames.
|
|
|
|
|
|
|
|
|
|
|
|
scripts that require Python 3.6 have Python 2.x support removed.
Modules that may be called from Python 2 for PySide require Python 2.7.
Documented how to run scripts.
|
|
handles and marker numbers on a line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement ILexer5 on object lexers.
Implement ILexer5 on LexerSimple wrapper for function lexers.
|
|
|
|
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.
|
|
|
|
|
|
multiple selections.
|
|
|
|
overviews or minimaps with reasonable layout.
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
|
|
[Set]MarginTypeN, and [Set]MarginCursorN.
|
|
Adds *_NONE and INDICATOR_* enumeration values.
Moves old INDIC?_MASK to deprecated section.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FoldDisplayTextSetStyle.
|
|
to optimize speed of character category features.
|
|
|
|
|
|
|
|
|
|
This can reduce the time taken to fold a document by half.
|