Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
interfaces to allow these to become 64-bit in the future.
|
|
From Jonathan Hunt.
|
|
|
|
TargetWholeDocument.
|
|
|
|
|
|
|
|
|
|
colours and to change the colour of text.
|
|
|
|
|
|
|
|
which may fix problems with sibling windows.
|
|
like _BOXED but no border.
|
|
|
|
|
|
|
|
|
|
From Nick Gravgaard.
|
|
multiple phase drawing option.
|
|
A C function declaration with an empty parameter list does not declare
a function taking no parameters, but simply does not declares what
parameters it takes (hence, it's not a complete prototype). To denote
an empty parameter list, C uses the special `void` value.
This avoids warnings when building C sources including Scintilla.h if
using e.g. GCC's `-Wstrict-prototypes` option, as well as actually
disallowing passing parameters to those functions.
|
|
|
|
selection when multiple selections are active.
From Mitchell Foral.
|
|
|
|
|
|
are now finalised.
|
|
style changes.
From Robert Gieseke.
|
|
|
|
|
|
|
|
|
|
|
|
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
|
|
|
|
Tests for this and other sub styles methods.
|
|
|
|
switch to rectangular by pressing Alt after start of gesture.
From Neomi.
|
|
|
|
|
|
|
|
appearance used for Asian language input composition.
|
|
according to container preference but still allowing selection by typing.
From Alpha.
|
|
|
|
|
|
|
|
into it.
|
|
Editor and the message interface.
Will only be turned on for lexers that support Unicode line ends.
|
|
message interface.
Expose IDocumentWithLineEnd interface on Document.
|