Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
From Alpha.
|
|
From Alpha.
|
|
|
|
|
|
See C++11 standard 2.14.5 String literals.
|
|
comment.
|
|
directive.
From Alpha.
|
|
|
|
Regular expression "/[/]/" is valid, the second "/" being escaped by the
character range ("[]"). Also, escape any \-prefixed character, including
"[" and "]".
|
|
From Isiledhel.
|
|
From Isiledhel.
|
|
---
lexers/LexCPP.cxx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
From Sakshi Verma.
|
|
|
|
inside preprocessor directives.
Includes code from Marko Njezic.
|
|
|
|
non whitespace character and counting visible characters in line.
|
|
|
|
|
|
comment that's inside disabled preprocessor macro.
|
|
|
|
#if defined( XXX 1
From Stefan Weil.
|
|
|
|
|
|
|
|
|
|
|
|
Property name is lexer.cpp.triplequoted.strings.
From Marko Njezic.
|
|
|
|
|
|
From Colomban Wendling.
|
|
changes in lexers which will require styling beyond the end of the current range.
|
|
|
|
|
|
|
|
PropSetSimple directly.
Dropped declaration not needed in LexCPP.
|
|
folding,
disable multi-line comment folding, choosing custom explicit fold point text, and
enable explicit fold points anywhere.
From Udo Lechner.
|
|
|
|
Use a library for the lexers with MSVC to simplify SciTE makefile.
|
|
|
|
keyword.
|
|
Tests added for example numeric literals.
|
|
#if 1 / 0
or
#if 1 //
|
|
causing preprocessor memory to be out of sync.
|
|
|
|
|
|
|
|
|
|
|