Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-13 | Creating lexlib with lexer support files. | nyamatongwe | 1 | -177/+0 | |
2010-03-13 | Adding const to methods where possible. | nyamatongwe | 1 | -3/+3 | |
2010-02-17 | Formatting whitespace. | nyamatongwe | 1 | -1/+1 | |
2010-01-19 | Avoid warning from cppchecker in bug #2903391. | nyamatongwe | 1 | -3/+1 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
2006-09-01 | Matching now works for single character strings. | nyamatongwe | 1 | -0/+2 | |
2006-08-09 | Fix for bug 1530313. | nyamatongwe | 1 | -7/+7 | |
2005-12-09 | Casts result of SafeGetCharAt so that it is treated as unsigned. | nyamatongwe | 1 | -2/+3 | |
2005-03-01 | Patch from Jan Martin Pettersen to ensure lexers only see the bits in each | nyamatongwe | 1 | -1/+1 | |
style byte they are interested in and not of any other indicators added by the container. | |||||
2004-05-02 | Philippe added function for determining if a character is a digit in | nyamatongwe | 1 | -1/+11 | |
bases other than decimal. | |||||
2003-03-01 | Fixed DBCS handling. | nyamatongwe | 1 | -1/+1 | |
2002-10-26 | Patch from Philippe to hoist getting of next char into method, add a | nyamatongwe | 1 | -28/+33 | |
Forward(n) method and use unsigned integers for positions. | |||||
2002-05-20 | Added a Match method to Accessor to make it easy to check for strings in a ↵ | nyamatongwe | 1 | -0/+4 | |
document. Moved IsASpaceOrTab into StyleContext header. | |||||
2002-02-11 | Changes to tighten up styling beyond the bounds of the document. | nyamatongwe | 1 | -15/+23 | |
May not be permanent. | |||||
2001-12-06 | Vamsi & Praveen contributed MatchIgnoreCase. | nyamatongwe | 1 | -0/+14 | |
2001-09-02 | Moved StyleContext (previously called ColouriseContext) from LexCPP and | nyamatongwe | 1 | -0/+127 | |
LexEiffel into own files. |