| Age | Commit message (Collapse) | Author | Files | Lines |
|
From Jérôme LAFORGE. Also completes feature #3112671.
|
|
|
|
|
|
|
|
removed it prepends a '-' removal character resulting in '----' at line start.
This is better treated as a removal than as a header.
From Todd Whiteman at ActiveState.
|
|
|
|
|
|
Only create an end fold for "module procedure", not just "procedure".
|
|
From Colomban Wendling.
|
|
Explicit fold points which can be set to arbitrary strings and occur anywhere.
Can choose whether to have syntax based folding and multiline comment folding.
|
|
changes in lexers which will require styling beyond the end of the current range.
|
|
|
|
|
|
|
|
in the collapsed fold.
|
|
|
|
|
|
|
|
|
|
) AND (
similar to folding at "} else {".
|
|
PropSetSimple directly.
Dropped declaration not needed in LexCPP.
|
|
of 'if'.
|
|
|
|
From b548204bb.
|
|
folding,
disable multi-line comment folding, choosing custom explicit fold point text, and
enable explicit fold points anywhere.
From Udo Lechner.
|
|
|
|
|
|
Code structure updated to new style matching C++ lexer.
From Jérôme LAFORGE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use a library for the lexers with MSVC to simplify SciTE makefile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from the modified statement by an escaped new line.
From bug #2093767.
|
|
From bug #2093767.
|
|
treating the first dot as part of a number.
Fixes part of bug #3058496 and patch came from bug #2093767.
|
|
|
|
|
|
keyword.
|
|
|
|
Tests added for example numeric literals.
|
|
#if 1 / 0
or
#if 1 //
|