aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
AgeCommit message (Collapse)AuthorFilesLines
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe1-0/+3
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.
2002-10-08New lexer for Fortran.nyamatongwe1-0/+3
2002-09-17The clean target removes *.pdb, *.exp, and *.lib which are new from VS .NET.nyamatongwe1-1/+2
2002-09-10Including LexAsm.nyamatongwe1-0/+3
2002-07-29Removed Scriptol lexer.nyamatongwe1-3/+0
2002-07-21Added Scriptol language.nyamatongwe1-0/+3
2002-07-20Exporting direct calling function from DLLs.nyamatongwe1-2/+2
2002-06-09Choose compile options that are more compatible with standard C++.nyamatongwe1-1/+1
2002-04-21Simplified LOGO option handling.nyamatongwe1-96/+94
Shared INCLUDEDIRS between compilers. Simplified command lines. Regenerated dependencies.
2002-04-20Added QUIET option for Borland and simplified QUIET handling. Merged ↵nyamatongwe1-20/+21
resource file compilation and simplified some rules.
2002-04-12MSVC release build creates debug information.nyamatongwe1-2/+2
2002-04-11List of lexers automatically generated.nyamatongwe1-3/+14
2002-03-29Patch from Ralf Wagner to ensure DIR_O used for resource files.nyamatongwe1-4/+4
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe1-0/+3
2002-02-12Avoiding incremental link and map file generation.nyamatongwe1-1/+1
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2001-12-05Added LexBaan.nyamatongwe1-0/+3
2001-09-29Bullant lexer added.nyamatongwe1-0/+3
2001-09-19Inclusion of nncrontab lexer into builds.nyamatongwe1-0/+3
2001-09-02New StyleContext file added to build system.nyamatongwe1-1/+2
2001-08-02Added PropSet to all Scintilla builds as it is needed by thenyamatongwe1-0/+1
autocompletion list for a string comparison.
2001-05-18Eiffel support.nyamatongwe1-0/+3
2001-05-11Changed options for MSVC to compile for small size.nyamatongwe1-1/+2
2001-05-01External lexer feature added by Simon allows lexers to be housed in DLLs withnyamatongwe1-0/+5
a .lexer extension which are automatically loaded at startup. Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers.
2001-04-24Fixed spaces in makefile.nyamatongwe1-1/+1
2001-04-24Ruby support.nyamatongwe1-0/+3
2001-04-20Added Lisp lexer to makefiles and simplified LexLisp.cxx.nyamatongwe1-4/+7
2001-04-09Tahir added Ada support.nyamatongwe1-33/+20
Simplified header dependencies of the Lexers in makefiles.
2001-04-04Moved to public domain regular expresion implementation.nyamatongwe1-4/+4
2001-04-03Regular expression find support.nyamatongwe1-2/+6
2001-02-01Added lexer for Avenue.nyamatongwe1-15/+20
Trailing spaces removed from a lot of lines.
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2000-12-10Removed file IO code from PropSet to SciTE.nyamatongwe1-16/+31
Updated make files to know about SString being moved into its own header.
2000-11-08Added Pascal Lexer.nyamatongwe1-5/+12
2000-11-01Ahmad's Apache CONF support.nyamatongwe1-1/+5
2000-10-06Mark added a QUIET option to turn off the Microsoft copyright notices.nyamatongwe1-0/+7
2000-09-05Support for DEBUG or NDEBUG defines to make assert work.nyamatongwe1-5/+6
2000-08-31scintilla.mak is combined make file for both Microsoft and Borland.nyamatongwe1-0/+254
SciTE.properties contains some commands that are useful with scintilla.mak.