Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
|
|
|
|
|
|
|
|
pixel oriented platforms.
|
|
|
|
|
|
multiple display pixels per logical pixel.
Likely will only return >1 for Apple displays.
Can be used for finer placement of elements.
|
|
|
|
|
|
|
|
These have been superceded by Lexilla and the SetILexer API.
|
|
lexilla/include/LexicalStyles.iface.
Remove filtering of lexical constants from HFacer.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is for applications that want access to the structures and function
definitions but define constants with enum or constexpr.
|
|
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
|
|
|
|
|
|
handles and marker numbers on a line.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement ILexer5 on object lexers.
Implement ILexer5 on LexerSimple wrapper for function lexers.
|
|
|
|
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.
|
|
characters are treated as words and are also good SNAKE_CASE.
This is consistent with coding guidelines such as from Google and Microsoft.
https://google.github.io/styleguide/cppguide.html#General_Naming_Rules
|
|
For example, FolderEnd instead of Folderend.
Could also be used for a snake_case option if desired.
|
|
|