Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
Replace custom hash code with standard library hash.
Drop standard methods that are not needed.
Restrict representations to 200 bytes. Improve documentation.
|
|
should already have been segmented into reasonable lengths.
The Document argument is no longer needed.
|
|
|
|
provided as an argument instead of from the system clipboard.
|
|
|
|
|
|
choose a better feature value.
|
|
representations and support setting a representation for the "\r\n" line end
sequence.
|
|
|
|
|
|
|
|
Fixed cast on SCI_FOLDCHILDREN to use correct type.
|
|
|
|
|
|
|
|
|
|
documents larger than 2GB.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ensure variables initialised. Remove dead code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and ScintillaStructures.h using scoped enumerations.
Use these headers instead of Scintilla.h internally.
External definitions go in the Scintilla namespace and internal definitio0ns in
Scintilla::Internal.
|
|
|
|
will be published in externally visible header.
|
|
not be visible to most code.
|
|
later so not work well with '&'.
|
|
caret appearance for empty selection as empty selections can not be primary.
|
|
Throw when (impossible) dynamic_cast failures occur as it isn't reasonable to
recover. That removes 'noexcept' from some methods.
Cast to avoid 'sub-expression overflow' warnings.
Add default initializations and noexcept where safe.
Move DropRenderTarget out of #if to avoid some preprocessor use.
|
|
|
|
|