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 | |||||
2005-02-04 | Patch from Jakub Vrana to upgrade CSS support to CSS2. | nyamatongwe | 1 | -2/+24 | |
2004-08-24 | Patch from Philippe Lhoste to support second set of keywords for | nyamatongwe | 1 | -6/+17 | |
CSS 2. Removal of css settings from html.properties where they duplicated settings from css.properties. | |||||
2004-06-02 | Update from Philippe with some support for CSS 2. | nyamatongwe | 1 | -4/+13 | |
2003-07-23 | Patch from Shane to allow multiple pseudo-classes. | nyamatongwe | 1 | -1/+2 | |
2003-03-04 | Patch from Jakub to add quoted strings to CSS lexer. | nyamatongwe | 1 | -9/+17 | |
2003-03-03 | Patch from Jakub Vrana to handle some out of bounds characters and | nyamatongwe | 1 | -2/+2 | |
repetitive pseudo-classes. | |||||
2003-02-17 | Upgraded keyword list descriptions from Brian Quinlan. | nyamatongwe | 1 | -1/+7 | |
2002-12-05 | Patch from Vrana to fix some lexing problems. | nyamatongwe | 1 | -1/+13 | |
2002-11-17 | Fixed warnings. | nyamatongwe | 1 | -10/+10 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 1 | -0/+234 | |
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved. |