Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-06 | Fix for bug 1552707 where doc keywords in line comments caused incorrect | nyamatongwe | 1 | -2/+2 | |
folding levels. | |||||
2006-08-12 | Allow '$' in idnetifiers can be turned off with lexer.cpp.allow.dollars=0. | nyamatongwe | 1 | -28/+56 | |
SetOfCharacters class simplifies handling sets of characters. | |||||
2006-07-20 | Treat all characters >= 0x80 as word characters. This allows non-ASCII | nyamatongwe | 1 | -2/+2 | |
identifiers in Java to be treated as identifiers. | |||||
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 | |
when disambiguating character on previous line or separated from '/' by a comment. Includes trailing lowercase regex flags in the regex style. | |||||
2005-11-08 | Fixed bug where preprocessor statements that were continued onto | nyamatongwe | 1 | -1/+20 | |
the next line using '\' dropped the preprocessor style after the first line. | |||||
2005-08-05 | Modifications from Philippe to style EOL characters like the rest of line | nyamatongwe | 1 | -136/+152 | |
for preprocesor lines and line comments so that the eolfilled style affects these lines. I added doc comment keywords working in line comments and simplified the code. | |||||
2005-02-02 | Modification to avoid triggering document comment keyword | nyamatongwe | 1 | -2/+5 | |
unless preceded by space or '*'. This prevents email addresses from highlighting like document comment keywords. | |||||
2004-10-04 | Patch from Carsten Sperber that colours line ends on comment | nyamatongwe | 1 | -3/+3 | |
and preprocessor lines in STYLE_DEFAULT rather than colouring first byte of line end in line style. | |||||
2004-06-29 | Patch from Hans Eckardt to not consider separator comment | nyamatongwe | 1 | -1/+2 | |
lines of all slashes as normal comments instead of doc comments. //////////////////////////////////////////// | |||||
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 | |
correctly. | |||||
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 ↵ | nyamatongwe | 1 | -6/+4 | |
files. | |||||
2002-05-20 | Fold #if as well as #region but require fold.preprocessor property to be set ↵ | nyamatongwe | 1 | -3/+4 | |
to allow folding preprocessor directives. | |||||
2002-05-20 | Added a Match method to Accessor to make it easy to check for strings in a ↵ | nyamatongwe | 1 | -15/+2 | |
document. Moved IsASpaceOrTab into StyleContext header. | |||||
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 | |
lexers. | |||||
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 | |
linking. | |||||
2002-02-12 | Made lexer objects const so they do not show up in map as static / globals. | nyamatongwe | 1 | -6/+6 | |
File specific inline functions marker as static to ensure no bad linking. | |||||
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 | |
function declared as inline rather than static inline. | |||||
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 | |
comments. | |||||
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 | |
multi-line #defines. Fixed preprocessor lines that just contain #. | |||||
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 | |
where the deletion of a line end is leading to a bad fold state for that line. | |||||
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 | |
Defaults to on. | |||||
2001-06-12 | Fixed some Borland warnings. | nyamatongwe | 1 | -2/+2 | |
2001-05-31 | Updated to use new ColouriseContext class. | nyamatongwe | 1 | -212/+271 | |
More accurate handling of comments. Less possibility of different lexings dependent on which sets of lines are lexed together. 2nd set of keywords available for tasks such as highlighting an API. | |||||
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 | |
Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID. | |||||
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 | |
changing way end of line was handled leading to shorter segments. | |||||
2001-03-23 | Fixed CPP lexer to work correctly when the '{' starting a fold section | nyamatongwe | 1 | -41/+52 | |
that is folded is deleted. This leads to the fold being unfolded which leads to reentrant styling which failed. | |||||
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 | |