Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-05-31 | Patch from Istvan Szollosi fixes bad folding for Pascal and GAP | nyamatongwe | 1 | -1/+1 | |
when fold affecting text is not separated by whitespace. | |||||
2003-07-27 | Updates from Mathias Rauen to Pascal and to avoid | nyamatongwe | 1 | -47/+68 | |
unnecessary "Save changes ...?" dialogs. | |||||
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 1 | -5/+11 | |
2002-09-06 | Upgraded by Simon with some words only being keywords in class definitions | nyamatongwe | 1 | -61/+179 | |
and fold comments. | |||||
2002-08-13 | Patch from Laurent to make case statements fold. | nyamatongwe | 1 | -2/+5 | |
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 | -2/+1 | |
File specific inline functions marker as static to ensure no bad linking. | |||||
2002-01-10 | Made code bool-safe and turned Visual C++ warning 4800 back on. | nyamatongwe | 1 | -1/+1 | |
2001-04-13 | Removed some dead commented code. | nyamatongwe | 1 | -2/+0 | |
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 | -17/+20 | |
2001-01-27 | Patch from Laurent to handle comments such as {} and { } correctly. | nyamatongwe | 1 | -6/+20 | |
2001-01-24 | Changed isspace to isspacechar which is safe for characters >= 128. | nyamatongwe | 1 | -1/+1 | |
2000-11-08 | Added Pascal Lexer. | nyamatongwe | 1 | -1/+0 | |
2000-11-08 | Initial version by Laurent le Tynevez. | nyamatongwe | 1 | -0/+208 | |