aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexGen.py
AgeCommit message (Expand)AuthorFilesLines
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil1-408/+0
2013-05-27Update all release dates based on date in scintilla/doc/index.html.nyamatongwe1-13/+52
2013-05-05Removing support for Visual C++ 2005 and 6.0.nyamatongwe1-1/+0
2013-04-18Ensure properties from earlier files survive: LexCPP defines some common prop...nyamatongwe1-1/+2
2013-04-09Automate updating download links in script.nyamatongwe1-0/+19
2012-05-17Update version numbers in Qt project files.nyamatongwe1-0/+6
2012-05-16Automating changing version numbers in resource files and documentation.nyamatongwe1-0/+41
2011-12-12Anchors for properties documentationUnknown1-2/+2
2011-07-12Stop exception for deleted property.nyamatongwe1-1/+0
2011-02-20Avoid adding extra spaces to descriptions.nyamatongwe1-2/+0
2011-01-22Make executable on Linux by adding a shbang line and setting 'x' permission.nyamatongwe1-0/+1
2010-11-10Remove support for Borland C++.nyamatongwe1-2/+2
2010-10-31Documentation.nyamatongwe1-0/+2
2010-07-17Removed dead comment.nyamatongwe1-3/+0
2010-07-13Using Make functions to avoid regenerating makefile when set of lexers changed.nyamatongwe1-1/+0
2010-07-13Allowing simpler property definition comments.nyamatongwe1-1/+26
2010-07-13Changed to match new lexer code in LexCPP.cxx.nyamatongwe1-3/+4
2010-06-05Dropping regeneration of makefiles that use GNU Make since theynyamatongwe1-4/+0
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-1/+0
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-1/+0
2010-05-05Ensure script does not fail when GetProperty on a line without quoted string.nyamatongwe1-1/+1
2010-04-22Stop trying to make gtk/scintilla.mak as it is no longer included.nyamatongwe1-4/+3
2009-08-10Added sorting of file names so that outputs will be stable even whennyamatongwe1-0/+2
2009-04-11Fixed problem with UTF-8 input files.nyamatongwe1-1/+39
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
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-14/+17
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
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
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
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