Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
by explicitly implementing the operator=.
|
|
|
|
More compatible with state before change set 7489.
|
|
each byte.
|
|
|
|
|
|
|
|
Add noexcept to reader methods and simple writer methods on Selection classes.
|