aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexInno.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-279/+0
2009-07-21Using a much simpler property set implementation.nyamatongwe1-0/+1
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString.
2009-02-14Using platform-independent CompareCaseInsensitive function.nyamatongwe1-1/+1
2009-02-14Bug #2552973 issues with the Inno Setup lexer. Fix from Kai Liu.nyamatongwe1-18/+32
2008-07-19Feature request #2017804 from Friedrich Vedder:nyamatongwe1-50/+20
- Update keywords to version 5.2.3 of Inno Setup. - Add "*.isl" as a Inno Setup file extension. - Simplify folding function.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-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
2006-11-13Feature request #1593709 adds colouring for strings, both single and double ↵nyamatongwe1-2/+2
quoted.
2006-03-06Update for Inno Setup from RFE 1414894.nyamatongwe1-10/+11
2006-01-29Inno Setup lexer.nyamatongwe1-0/+289