aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexNsis.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-655/+0
2009-10-06Fix for bug #2872157 from flizebogen.nyamatongwe1-6/+6
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.
2008-06-15const safetynyamatongwe1-1/+1
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-10-17More for !if.nyamatongwe1-0/+3
2006-10-16Fold on !if.nyamatongwe1-3/+3
2005-03-15Update from Angelo Mandato.nyamatongwe1-26/+25
2005-03-01Improvements to NSIS support from Angelo Mandato.nyamatongwe1-38/+200
Includes line continuation, C style box comments, SectionGroup/SectionGroupEnd, PageEx/PageExEnd and $\r and $\n.
2004-02-24Fix for problems when char is unsigned.nyamatongwe1-17/+23
2004-01-30BSIS updated.nyamatongwe1-99/+233
2003-07-30NSIS scripting language support from Angelo Mandato.nyamatongwe1-0/+346