Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
scintilla as it does not access SciTE files.
|
|
|
|
|
|
A naming convention is used by the analyzer where a "Create" prefix is used when
the reference is owned by the caller and a "Get" prefix when the reference is
not owned so should not be released.
|
|
Changed GetTextLength to use same logic as GetText to ensure they agree.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will extend valid maximum position from 31-bits to 53-bits which is ample.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
contracted.
|
|
switching from or to Unicode.
Only noticeable on huge files.
|
|
|
|
warnings.
|