Age | Commit message (Collapse) | Author | Files | Lines |
|
This code worked correctly before this change.
|
|
|
|
|
|
|
|
|
|
|
|
while typing.
|
|
of composition text.
|
|
typing.
|
|
composition text.
|
|
Feature [feature-requests:#1300] part 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Adds LengthNoExcept method that copies Length but only for internal use.
|
|
|
|
|
|
This may be SC_CHARACTERSOURCE_DIRECT_INPUT, SC_CHARACTERSOURCE_TENTATIVE_INPUT,
or SC_CHARACTERSOURCE_IME_RESULT.
|
|
|
|
Backed out changeset: 512ec9ab2e7c
|
|
|
|
Bit flag value is CARETSTYLE_BLOCK_AFTER=256.
|
|
That is for CARETSTYLE_LINE | CARETSTYLE_BLOCK mode.
|
|
|
|
|
|
as continuing the string.
|
|
|
|
|
|
InsertCharacter.
|
|
Avoid propagating terminating NULs from SCI_STYLEGETFONT and SCI_TARGETASUTF8.
|
|
|
|
|
|
casts in code generated by Shiboken.
|
|
|
|
[Set]MarginTypeN, and [Set]MarginCursorN.
|
|
|
|
INDIC_ is also used for indicator styles.
|
|
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.
|