| Age | Commit message (Collapse) | Author | Files | Lines |
|
Allows rendering tabs (ASCII 9) with character representations like any other
control character.
This will not actually change the tab's indentation, so you may need to call
SCI_SETTABWIDTH and SCI_SETTABMINIMUMWIDTH as well.
|
|
This can help when using Scintilla views as command line widgets.
It can also help when using Scintilla to edit binary files as you
don't want to attach special meaning to CR and LF.
|
|
|
|
|
|
|
|
SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY.
|
|
|
|
MarkerDefine.
|
|
explicit swap chain and ID2D1DeviceContext.
Stop supporting DirectWrite on Windows Vista.
|
|
SCI_SETSELECTIONSERIALIZED.
|
|
consistent as 'undo selection' instead of 'selection undo' as more closely
associated with undo than selection.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|