Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
These force the multiline behaviour of SCI_TAB and SCI_BACKTAB.
|
|
nesting depth.
|
|
parts of multiple selection when copied.
|
|
|
|
|
|
Write more documentation for undo history.
|
|
|
|
|
|
|
|
|
|
suffix to be marked as modified in change history.
|
|
version of GetStyledText.
|
|
make it easier to edit around invisible text.
This also allows representing long lexemes with a single character to provide a
summarized view.
|
|
in the margin or in the text.
|
|
it can differ between screen and print.
Add GetSelectionHidden to allow testing of HideSelection.
|
|
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
|
|
over 127 as positive integers.
|
|
performance significantly for very wide lines.
|
|
highlighting just the subline with the caret when wrapping is on.
|
|
|
|
on Win32. This also avoids a header rectangle above the list.
|
|
to hold some number of lines. This is an optimization that can decrease
reallocation overhead.
|
|
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
|
|
provided as an argument instead of from the system clipboard.
|
|
|
|
representations and support setting a representation for the "\r\n" line end
sequence.
|
|
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.
|