Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -358/+0 | |
2008-09-06 | Patch from Jason Oster ensure keywords highlighted at end of text. | nyamatongwe | 1 | -0/+23 | |
2008-07-26 | Patch from Kein-Hong Man to use CharacterSet objects. | nyamatongwe | 1 | -48/+21 | |
Simpler and smaller but should not change behaviour. | |||||
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+4 | |
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 | |||||
2007-03-27 | Removed duplicate code. | nyamatongwe | 1 | -2/+0 | |
2006-10-17 | Patch from Kein-Hong Man properly handles + or - as operators in numbers | nyamatongwe | 1 | -1/+4 | |
like 1+2. | |||||
2006-02-13 | Patch from Kein-Hong Man to allow more forms of numeric literal. | nyamatongwe | 1 | -2/+6 | |
2006-02-04 | Patch from Kein-Hong Man to add length operator and improve list of known | nyamatongwe | 1 | -1/+2 | |
functions. | |||||
2005-12-02 | Patch from Kein-Hong Man support new Lua 5.1 long string and | nyamatongwe | 1 | -50/+63 | |
block comment syntax [=[...]=] and --[=[...]=]. | |||||
2005-08-05 | Patch from Philippe to fold nested comments, nested strings and repeat | nyamatongwe | 1 | -13/+24 | |
until. | |||||
2005-04-03 | Comment line and preprocessor lines style the end of line characters so | nyamatongwe | 1 | -3/+3 | |
they can have the eolfilled dtyle applied to them. | |||||
2004-12-03 | Patch from Regis Vaquette to allow compilation for Windows CE. | nyamatongwe | 1 | -1/+0 | |
2004-07-22 | Fix from Kein-Hong Man to treat .. as an operator rather than part of an | nyamatongwe | 1 | -1/+1 | |
identifier. | |||||
2003-09-08 | Avoid warning by promoting char to int. | nyamatongwe | 1 | -1/+1 | |
2003-09-08 | Patch from Philippe to patch restrict local function visibility and improve ↵ | nyamatongwe | 1 | -10/+17 | |
code. | |||||
2003-08-02 | Patch from Philippe to allow '.' in 'keywords'. | nyamatongwe | 1 | -12/+19 | |
2003-07-23 | Patch from Alexey to fold literal strings and comments. | nyamatongwe | 1 | -1/+6 | |
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 1 | -1/+11 | |
2002-10-26 | Patch from Philippe to handle block comments, and the deep nesting of | nyamatongwe | 1 | -17/+48 | |
strings and block comments. | |||||
2002-06-08 | Patch from Philippe to fix multiline string handling. | nyamatongwe | 1 | -10/+12 | |
2002-03-26 | Patch from Philippe to handle nested strings. | nyamatongwe | 1 | -47/+73 | |
2002-02-12 | Made LexerModule objects not be const again as that was impairing static | nyamatongwe | 1 | -1/+1 | |
linking. | |||||
2002-02-12 | Made lexer objects const so they do not show up in map as static / globals. | nyamatongwe | 1 | -18/+1 | |
File specific inline functions marker as static to ensure no bad linking. | |||||
2002-02-09 | Patch from Alexey to use StyleContext. | nyamatongwe | 1 | -184/+150 | |
2002-02-06 | Patch from Alexey to support fold.compact and folding of {}. | nyamatongwe | 1 | -44/+42 | |
Simplified and made floating point numbers appear all in number style rather than with the '.' in operator style. | |||||
2002-02-02 | Updated Lua lexer that treats '.' as not being an identifier or keyword | nyamatongwe | 1 | -38/+51 | |
character and allows 5 keyword lists. | |||||
2001-08-07 | Patch from Philippe to set literal string state correctly based on | nyamatongwe | 1 | -1/+6 | |
initial state. | |||||
2001-04-20 | Simplified because of warnings. | nyamatongwe | 1 | -3/+2 | |
2001-04-20 | Alexey added folding for Lua. | nyamatongwe | 1 | -232/+205 | |
2001-04-13 | Added a string name to each lexer. | nyamatongwe | 1 | -1/+1 | |
Made it possible for LexerModule to be subclassed so that its Lex and Fold methods can be specialised to work across DLL boundaries. | |||||
2001-02-27 | Patch from Philippe to regularise comments. | nyamatongwe | 1 | -2/+6 | |
2001-01-02 | Philippe added % and : operators and support for initial # line. | nyamatongwe | 1 | -2/+10 | |
2000-11-26 | Patches from Philippe to improve Lua lexer, handle '\' continuation | nyamatongwe | 1 | -245/+239 | |
at end of line inside strings and to allow 5 digit line numbers when printing. | |||||
2000-06-12 | Lua language support from Paul Winwood. | nyamatongwe | 1 | -0/+298 | |