aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
AgeCommit message (Collapse)AuthorFilesLines
2009-04-11Fixed problem with UTF-8 input files.nyamatongwe1-1/+39
Added generation of HTML from property comments.
2009-04-01Made compatible with Python versions 2.3 to 3.0.nyamatongwe1-16/+27
2008-05-26Include SciTEProps.cxx in regeneration to pick up lexer properties.nyamatongwe1-0/+1
2007-12-30Reindented.nyamatongwe1-172/+172
2007-08-05Using IFaceTable to discover value of menu constants so can also be usednyamatongwe1-8/+0
from Lua.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-14/+17
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-12-11Updated Python version needed.nyamatongwe1-3/+3
2005-10-23Added gathering of property names used in lexers and folders so they can benyamatongwe1-2/+36
automatically forwarded from SciTE. Corrected sorting.
2005-08-25Update from trent Mick creates files with correct line ends on Linux.nyamatongwe1-32/+54
2004-02-22Sorting lists before use as globbing on Linux does not return sorted.nyamatongwe1-0/+5
2003-12-13Automatically generated section does not have extranyamatongwe1-1/+3
whitespace at line ends.
2003-08-13Updates the command ID list in SciTEProps.cxx .nyamatongwe1-20/+35
2003-08-02Now handles creating a file when no current one exists.nyamatongwe1-10/+17
2002-07-29Can now generate into a new file as well as regenerate in place.nyamatongwe1-18/+36
Creates a VS .NET project file from an input template.
2002-07-29Added capability to work with multiple substitution lists in one file.nyamatongwe1-24/+57
2002-07-29Added the scintilla_vc6.mak makefile.nyamatongwe1-0/+1
2002-04-11INitial version.nyamatongwe1-0/+104