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
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-506
/
+0
2010-02-17
Formatting whitespace.
nyamatongwe
1
-12
/
+12
2009-06-10
Ensure final empty line in a file has its fold level updated to avoid unexpected
nyamatongwe
1
-0
/
+4
2009-04-12
Using comments in lexer code to document meaning of properties.
nyamatongwe
1
-0
/
+20
2009-02-14
Bug #2551033 fix from Kai Liu.
nyamatongwe
1
-0
/
+12
2008-09-24
Allow upper case characters in doc comment keywords.
nyamatongwe
1
-1
/
+1
2008-02-13
Revert last change which was accidental.
nyamatongwe
1
-3
/
+0
2008-02-08
Recognize != operator from Octave instead of entering command mode.
nyamatongwe
1
-0
/
+3
2007-12-12
Ensure folding set for last line when ends without line end character.
nyamatongwe
1
-3
/
+3
2007-08-19
Bug #1777016 recognizing regular expression literals in more cases.
nyamatongwe
1
-3
/
+23
2007-06-02
Moving CharacterSet class into own header so can be used by more
nyamatongwe
1
-43
/
+5
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2007-01-03
Removed "NoBox" name as it was being copied by others and is now meaningless.
nyamatongwe
1
-7
/
+2
2006-09-06
Fix for bug 1552707 where doc keywords in line comments caused incorrect
nyamatongwe
1
-2
/
+2
2006-08-12
Allow '$' in idnetifiers can be turned off with lexer.cpp.allow.dollars=0.
nyamatongwe
1
-28
/
+56
2006-07-20
Treat all characters >= 0x80 as word characters. This allows non-ASCII
nyamatongwe
1
-2
/
+2
2006-03-02
Lexer for TCL contributed by Andre Arpin.
nyamatongwe
1
-1
/
+0
2005-11-29
Patch from Kein-Hong Man improves regular expression detection
nyamatongwe
1
-10
/
+29
2005-11-08
Fixed bug where preprocessor statements that were continued onto
nyamatongwe
1
-1
/
+20
2005-08-05
Modifications from Philippe to style EOL characters like the rest of line
nyamatongwe
1
-136
/
+152
2005-02-02
Modification to avoid triggering document comment keyword
nyamatongwe
1
-2
/
+5
2004-10-04
Patch from Carsten Sperber that colours line ends on comment
nyamatongwe
1
-3
/
+3
2004-06-29
Patch from Hans Eckardt to not consider separator comment
nyamatongwe
1
-1
/
+2
2003-04-21
New folding scheme that allows "} else {" to be a fold header.
nyamatongwe
1
-248
/
+33
2003-04-18
Batch from Biswapesh to add another keyword set for the cpp lexer.
nyamatongwe
1
-0
/
+4
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
[next]