Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
improve performance for client code that called SCI_GETSTATUS after every API to
check for failure.
|
|
|
|
representations and support setting a representation for the "\r\n" line end
sequence.
|
|
|
|
Fixed cast on SCI_FOLDCHILDREN to use correct type.
|
|
|
|
|
|
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.
|
|
|
|
markers can be drawn translucently under text.
|
|
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
|
|
visible whitespace including translucency.
|
|
This replaces the use of SC_ALPHA_NOALPHA for markers.
|
|
add SetCaretLineLayer.
Older caret line APIs SCI_SETCARETLINEVISIBLE, SCI_SETCARETLINEBACK,
SCI_SETCARETLINEBACKALPHA now discouraged.
|
|
colours.
|
|
|
|
per-byte and allowing just one line to be processed in a time slice.
Very long lines will not distort estimation or block interaction as much.
|
|
|
|
|
|
|
|
|
|
by using NSTableViewStylePlain. This prevents truncation of the text of items
as well as avoiding problems with size and padding.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
|
|
|
|
|
|
|
|
problems with very long documents.
Fixes uneven line heights on Cocoa after around 1.1 million lines.
|
|
|
|
|
|
InitPixMap. Changed DropGraphics from releasing surfaces to deleting them.
This simplifies code and the added cost of allocating a new Surface is small.
|
|
These have been superceded by Lexilla and the SetILexer API.
|
|
|
|
|
|
|
|
|
|
|
|
symbols #247
|
|
|
|
|