| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
ascent and thus line height is at least 1 pixel.
Allow 1 point font minimum instead of 2 as this may help with document maps.
Document negative extra ascent and descent.
Use XYPOSITION for ascent and descent for more coherent types and fewer casts
but floor the values when retrieving from Surface so behaviour is unchanged.
|
|
|
|
|
|
highlighting just the subline with the caret when wrapping is on.
|
|
|
|
SCI_GETPROPERTYINT, and SCI_SETPROPERTY as this is no longer supported.
|
|
|
|
|
|
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.
|
|
|
|
Replace custom hash code with standard library hash.
Drop standard methods that are not needed.
Restrict representations to 200 bytes. Improve documentation.
|
|
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.
|
|
Make documentation more accurate.
|
|
markers can be drawn translucently under text.
|
|
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
|
|
whitespace.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI_EOLANNOTATIONSETSTYLES as it was never implemented.
|
|
|
|
|
|
|
|
|
|
|