Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
IndicatorStyle.
Deprecate INDIC?_MASK as they depended on old style-byte indicators so are no
longer valid.
|
|
gather their values into a type.
Add _NONE values for 3 enumerations to make using them simpler.
|
|
|
|
|
|
is more accurate.
This helps define where 64-bit values may be passed for huge files.
|
|
|
|
|
|
|
|
|
|
|
|
FoldDisplayTextSetStyle.
|
|
to optimize speed of character category features.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can reduce the time taken to fold a document by half.
|
|
|
|
Haiku where ptrdiff_t and int are the same size but different types.
|
|
UTF-16 code units added.
|
|
|
|
|
|
features by platform code.
Implement IScreenLineLayout for Win32 / DirectWrite as ScreenLineLayout.
|
|
platform and it allows extension to custom tab stops.
|
|
|
|
Replace 0 and NULL with nullptr for COM, DirectWrite and least ambiguous cases.
|
|
implementations for each platform.
|
|
|