Age | Commit message (Collapse) | Author | Files | Lines |
|
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 //
|
|
causing preprocessor memory to be out of sync.
|
|
|
|
Fix from Colomban Wendling.
|
|
Cleaned up the powerpro lexer.
Renamed variables to be more descriptive
Removed code that wasn't being used
|
|
|
|
'as' is a keyword but in all other contexts it is a normal identifier.
The highligthting was failing if the operators are not separated by spaces: 10+20
There was highlighting for data types, classes and instances but it didn't
work correctly. This was removed.
|
|
|
|
|