aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexCPP.cxx
AgeCommit message (Expand)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-506/+0
2010-02-17Formatting whitespace.nyamatongwe1-12/+12
2009-06-10Ensure final empty line in a file has its fold level updated to avoid unexpectednyamatongwe1-0/+4
2009-04-12Using comments in lexer code to document meaning of properties.nyamatongwe1-0/+20
2009-02-14Bug #2551033 fix from Kai Liu.nyamatongwe1-0/+12
2008-09-24Allow upper case characters in doc comment keywords.nyamatongwe1-1/+1
2008-02-13Revert last change which was accidental.nyamatongwe1-3/+0
2008-02-08Recognize != operator from Octave instead of entering command mode.nyamatongwe1-0/+3
2007-12-12Ensure folding set for last line when ends without line end character.nyamatongwe1-3/+3
2007-08-19Bug #1777016 recognizing regular expression literals in more cases.nyamatongwe1-3/+23
2007-06-02Moving CharacterSet class into own header so can be used by morenyamatongwe1-43/+5
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2007-01-03Removed "NoBox" name as it was being copied by others and is now meaningless.nyamatongwe1-7/+2
2006-09-06Fix for bug 1552707 where doc keywords in line comments caused incorrectnyamatongwe1-2/+2
2006-08-12Allow '$' in idnetifiers can be turned off with lexer.cpp.allow.dollars=0.nyamatongwe1-28/+56
2006-07-20Treat all characters >= 0x80 as word characters. This allows non-ASCIInyamatongwe1-2/+2
2006-03-02Lexer for TCL contributed by Andre Arpin.nyamatongwe1-1/+0
2005-11-29Patch from Kein-Hong Man improves regular expression detectionnyamatongwe1-10/+29
2005-11-08Fixed bug where preprocessor statements that were continued ontonyamatongwe1-1/+20
2005-08-05Modifications from Philippe to style EOL characters like the rest of linenyamatongwe1-136/+152
2005-02-02Modification to avoid triggering document comment keywordnyamatongwe1-2/+5
2004-10-04Patch from Carsten Sperber that colours line ends on commentnyamatongwe1-3/+3
2004-06-29Patch from Hans Eckardt to not consider separator commentnyamatongwe1-1/+2
2003-04-21New folding scheme that allows "} else {" to be a fold header.nyamatongwe1-248/+33
2003-04-18Batch from Biswapesh to add another keyword set for the cpp lexer.nyamatongwe1-0/+4
2002-11-08Patch to add fold level boxing from Wilhelm Pflueger.nyamatongwe1-21/+259
2002-10-26Patch from Philippe to handle tabs and spaces in preprocessor linesnyamatongwe1-1/+1
2002-09-27Added case insensitive keywords version of C++ lexer, cppnocase.nyamatongwe1-9/+28
2002-08-02Jump out of preprocessor mode when a comment, // or /*, is found.nyamatongwe1-1/+1
2002-06-08Patch from Philippe to handling line continuation to suit Macintosh format fi...nyamatongwe1-6/+4
2002-05-20Fold #if as well as #region but require fold.preprocessor property to be set ...nyamatongwe1-3/+4
2002-05-20Added a Match method to Accessor to make it easy to check for strings in a do...nyamatongwe1-15/+2
2002-05-18Folding implemented for fold comments //{..//} and C# #region..#endregion.nyamatongwe1-0/+36
2002-04-05Fixed folding problem when keywords appeared in document comments.nyamatongwe1-4/+10
2002-04-03Patch from Brian Quinlan to include metdata about keyword lists withinnyamatongwe1-2/+9
2002-03-26Improved handling of multiline strings which use '\' continuations.nyamatongwe1-2/+5
2002-02-12Made LexerModule objects not be const again as that was impairing staticnyamatongwe1-2/+2
2002-02-12Made lexer objects const so they do not show up in map as static / globals.nyamatongwe1-6/+6
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-16Fixed what looks like a gcc compiler bug returning true for ':' whennyamatongwe1-1/+1
2002-01-10Made code bool-safe and turned Visual C++ warning 4800 back on.nyamatongwe1-3/+3
2001-11-14Patch from Philippe to make doc comment keywords work throughout docnyamatongwe1-7/+1
2001-09-19Fix to ignore '*' before doc comment keywords.nyamatongwe1-2/+2
2001-09-18Added Steve's doc comment keyword states.nyamatongwe1-4/+24
2001-09-18Added some comments.nyamatongwe1-0/+5
2001-09-18Start of work from Steve on keywords in documentation comments.nyamatongwe1-4/+26
2001-09-02Renamed ColouriseContext to StyleContext and moved out to own files.nyamatongwe1-234/+107
2001-09-01Performance optimisation.nyamatongwe1-10/+12
2001-09-01Change to treat \ as end of line continuer generically. This fixesnyamatongwe1-11/+27
2001-08-15Added TCL lexer as alias of C++ lexer.nyamatongwe1-0/+1