| Age | Commit message (Collapse) | Author | Files | Lines |
|
From Markus Heidelberg.
|
|
which may fix problems with sibling windows.
|
|
like _BOXED but no border.
|
|
|
|
|
|
|
|
|
|
From Michael Staszewski.
|
|
|
|
From Sergiu Dotenco and danselmi.
|
|
From danselmi.
|
|
From nkmathew.
|
|
From Nick Gravgaard.
|
|
This adds support for two new string literals and one new string literal,
corresponding to the existing versions of these. Compared to the originals, the
new literals have slightly different escapes and are ASCII only. I've decided
to simply add flags to the existing scanners to handle them. New styles had to
be added to handle the line spanning string literals. The byte character style
was added for consistency.
|
|
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.
|
|
static methods as there were too many failures with mixed types and not-quite
matching types.
|
|
|
|
conversions and other conversions more consistent.
|
|
|
|
|
|
|
|
|
|
coordinate
measuring machines.
From Andreas Tscharner.
|
|
|
|
|
|
From nkmathew.
|
|
|
|
From nkmathew.
|
|
|
|
for comments and ';' to separate statements.
From nkmathew.
|
|
are now finalised.
|
|
style changes.
From Robert Gieseke.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Mark Robinson.
|
|
From Erik.
|
|
From SiegeLord.
|
|
used in preference to the SCEN_SETFOCUS and SCEN_KILLFOCUS command events.
|
|
|
|
gcc.
|
|
gcc 4.2.
|