index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
LexCPP.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2002-11-08
Patch to add fold level boxing from Wilhelm Pflueger.
nyamatongwe
1
-21
/
+259
2002-10-26
Patch from Philippe to handle tabs and spaces in preprocessor lines
nyamatongwe
1
-1
/
+1
2002-09-27
Added case insensitive keywords version of C++ lexer, cppnocase.
nyamatongwe
1
-9
/
+28
2002-08-02
Jump out of preprocessor mode when a comment, // or /*, is found.
nyamatongwe
1
-1
/
+1
2002-06-08
Patch from Philippe to handling line continuation to suit Macintosh format fi...
nyamatongwe
1
-6
/
+4
2002-05-20
Fold #if as well as #region but require fold.preprocessor property to be set ...
nyamatongwe
1
-3
/
+4
2002-05-20
Added a Match method to Accessor to make it easy to check for strings in a do...
nyamatongwe
1
-15
/
+2
2002-05-18
Folding implemented for fold comments //{..//} and C# #region..#endregion.
nyamatongwe
1
-0
/
+36
2002-04-05
Fixed folding problem when keywords appeared in document comments.
nyamatongwe
1
-4
/
+10
2002-04-03
Patch from Brian Quinlan to include metdata about keyword lists within
nyamatongwe
1
-2
/
+9
2002-03-26
Improved handling of multiline strings which use '\' continuations.
nyamatongwe
1
-2
/
+5
2002-02-12
Made LexerModule objects not be const again as that was impairing static
nyamatongwe
1
-2
/
+2
2002-02-12
Made lexer objects const so they do not show up in map as static / globals.
nyamatongwe
1
-6
/
+6
2002-01-18
Updated copyrights for 2002.
nyamatongwe
1
-1
/
+1
2002-01-16
Fixed what looks like a gcc compiler bug returning true for ':' when
nyamatongwe
1
-1
/
+1
2002-01-10
Made code bool-safe and turned Visual C++ warning 4800 back on.
nyamatongwe
1
-3
/
+3
2001-11-14
Patch from Philippe to make doc comment keywords work throughout doc
nyamatongwe
1
-7
/
+1
2001-09-19
Fix to ignore '*' before doc comment keywords.
nyamatongwe
1
-2
/
+2
2001-09-18
Added Steve's doc comment keyword states.
nyamatongwe
1
-4
/
+24
2001-09-18
Added some comments.
nyamatongwe
1
-0
/
+5
2001-09-18
Start of work from Steve on keywords in documentation comments.
nyamatongwe
1
-4
/
+26
2001-09-02
Renamed ColouriseContext to StyleContext and moved out to own files.
nyamatongwe
1
-234
/
+107
2001-09-01
Performance optimisation.
nyamatongwe
1
-10
/
+12
2001-09-01
Change to treat \ as end of line continuer generically. This fixes
nyamatongwe
1
-11
/
+27
2001-08-15
Added TCL lexer as alias of C++ lexer.
nyamatongwe
1
-0
/
+1
2001-08-10
Folding is started 1 line earlier than is being restyled to handle cases
nyamatongwe
1
-5
/
+0
2001-08-06
Fold column gets outlining style appearence.
nyamatongwe
1
-2
/
+7
2001-07-23
Patch from Xavier to add fold.compact feature to the C++ lexer.
nyamatongwe
1
-1
/
+2
2001-06-12
Fixed some Borland warnings.
nyamatongwe
1
-2
/
+2
2001-05-31
Updated to use new ColouriseContext class.
nyamatongwe
1
-212
/
+271
2001-04-13
Removed redundant Flush and check for fol as they are done by caller.
nyamatongwe
1
-61
/
+55
2001-04-13
Start of new lexer infrastructure.
nyamatongwe
1
-2
/
+1
2001-04-13
Separated folding from lexing.
nyamatongwe
1
-42
/
+63
2001-03-28
Changed handling of the end of stream comments which was perturbed by
nyamatongwe
1
-4
/
+6
2001-03-23
Fixed CPP lexer to work correctly when the '{' starting a fold section
nyamatongwe
1
-41
/
+52
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-9
/
+9
2001-02-24
Patch from Jan to allow folding multi-line C++ comments.
nyamatongwe
1
-5
/
+14
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-1
/
+3
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2001-01-23
New function isspacechar to avoid bugs when character >= 0x80.
nyamatongwe
1
-3
/
+3
2001-01-02
Addition of SCE_C_COMMENTLINEDOC by Philippe.
nyamatongwe
1
-2
/
+7
2000-11-26
Patches from Philippe to improve Lua lexer, handle '\' continuation
nyamatongwe
1
-1
/
+1
2000-10-27
Added support for JavaScript regular expressions.
nyamatongwe
1
-0
/
+22
2000-08-22
Added C# support to LexCPP with verbatime string literals and @ quoted
nyamatongwe
1
-1
/
+18
2000-08-03
Fixes from Philippe for preprocessor and HTML comments and one from Steve
nyamatongwe
1
-6
/
+9
2000-07-06
Optimisations.
nyamatongwe
1
-5
/
+4
2000-06-19
Fixed hang where only visible char in file is '#'.
nyamatongwe
1
-1
/
+1
2000-06-14
Simplified case where state changes to DEFAULT.
nyamatongwe
1
-29
/
+4
2000-05-27
Changed operator bool in WordList to return false if WordList is empty.
nyamatongwe
1
-21
/
+11
2000-05-20
Lexer changes from Philippe.
nyamatongwe
1
-0
/
+20
[next]