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.
|
|
|
|
|
|
|
|
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK.
|
|
This option always selects the first item in the autocompletion list.
|
|
Write more documentation for undo history.
|
|
|
|
|
|
|
|
|
|
|
|
ScintillaCall.
|
|
suffix to be marked as modified in change history.
|
|
triggering insertion because of SCI_AUTOCSETCHOOSESINGLE mode.
|
|
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.
|
|
ScintillaMessages.h not included.
|
|
to Editor.
|
|
SC_FOLDACTION_CONTRACT_EVERY_LEVEL.
Avoid processing lines multiple times.
|
|
history. Tweak size of INDIC_POINT and INDIC_POINTCHARACTER. Let translucency of
INDIC_COMPOSITIONTHICK be adjusted.
|
|
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.
|
|
concurrent calls to MeasureWidths.
|
|
|
|
|
|
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.
|
|
caret appearance for empty selection as empty selections can not be primary.
|