| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-01-11 | Feature: [#970]. Latex folding and better syntax highlighting. | nyamatongwe | 1 | -0/+3 | |
| From G. Hu. | |||||
| 2012-09-13 | Move PO lexer out of LexOthers | Colomban Wendling | 1 | -0/+3 | |
| 2012-07-17 | Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicate | nyamatongwe | 1 | -0/+5 | |
| a recent SDK and allow disabling Direct2D by defining DISABLE_D2D. Run a test compile of a file that includes these headers and use compilation failure to disable Direct2D. | |||||
| 2012-05-10 | Lexer added for Visual Prolog. Feature #3523018. | nyamatongwe | 1 | -0/+3 | |
| From Thomas Linder Puls. | |||||
| 2012-05-09 | OScript lexer by Ferdinand Prantl added. Feature #3523018. | nyamatongwe | 1 | -0/+3 | |
| 2012-04-02 | Turn on multi-process compilation. | nyamatongwe | 1 | -2/+1 | |
| 2012-02-18 | Lexer added for ECL language. Feature #3488209. | nyamatongwe | 1 | -0/+3 | |
| 2012-01-23 | Lexer for AviSynth from Bruno Barbieri. Feature #3475611. | nyamatongwe | 1 | -0/+3 | |
| 2011-12-22 | Lexer for the Take Command / TCC scripting language. Feature #3462462. | nyamatongwe | 1 | -0/+3 | |
| From Rex Conn. | |||||
| 2011-11-29 | Feature #3436256. Lexer for CoffeeScript from Eric Promislow | nyamatongwe | 1 | -0/+3 | |
| of ActiveState. | |||||
| 2011-06-25 | Fixed dependency. | nyamatongwe | 1 | -1/+1 | |
| 2011-02-07 | Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374. | nyamatongwe | 1 | -0/+3 | |
| 2010-12-29 | Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell. | nyamatongwe | 1 | -1/+1 | |
| Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor. | |||||
| 2010-11-10 | Use batch rules to build 25% faster. | nyamatongwe | 1 | -8/+8 | |
| 2010-11-10 | Remove support for Borland C++. | nyamatongwe | 1 | -51/+9 | |
| Use a library for the lexers with MSVC to simplify SciTE makefile. | |||||
| 2010-11-06 | Lexer for Motorola 68000 assembler. | nyamatongwe | 1 | -0/+3 | |
| 2010-07-17 | Lexer for Txt2tags contributed by Eric Forgeot. | nyamatongwe | 1 | -0/+3 | |
| 2010-07-13 | Build files that reflect the new lexer directories and added files. | nyamatongwe | 1 | -113/+114 | |
| 2010-04-13 | Removed -OPT:NOWIN98 as it hasn't been needed for years and causes | nyamatongwe | 1 | -1/+1 | |
| VS10 to fail. | |||||
| 2009-08-27 | Markdown lexer from FR #2844081. | nyamatongwe | 1 | -0/+3 | |
| 2009-07-21 | Removed SString.h. | nyamatongwe | 1 | -14/+13 | |
| 2009-07-03 | Included Selection and made VC6 version more similar to later versions. | nyamatongwe | 1 | -2/+2 | |
| 2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 1 | -7/+11 | |
| 2009-05-03 | Turned on exceptions. | nyamatongwe | 1 | -2/+2 | |
| Translate exceptions into status codes before leaving Scintilla. Pick up status codes in SciTE and throw a ScintillaFailure exception. SciTE on Windows catches ScintillaFailure, shows message and exits. | |||||
| 2009-04-12 | Annotations and text margins added. | nyamatongwe | 1 | -2/+7 | |
| 2009-03-29 | Lexer for SML. Feature Request #2710950. | nyamatongwe | 1 | -0/+3 | |
| 2009-03-04 | Nimrod lexer from Andreas Rumpf added. | nyamatongwe | 1 | -0/+3 | |
| 2009-01-23 | Reinstated EScript after license returned to standard Scintilla license. | nyamatongwe | 1 | -0/+3 | |
| 2009-01-22 | Removal of EScript lexer cause changes to build files, etc. | nyamatongwe | 1 | -3/+0 | |
| 2009-01-01 | Lexer for PowerPro from Christopher Bean. | nyamatongwe | 1 | -0/+3 | |
| 2008-12-13 | Lexer added for SORCUS Installation files. | nyamatongwe | 1 | -0/+3 | |
| 2008-10-22 | Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406 | nyamatongwe | 1 | -0/+9 | |
| 2008-09-14 | Added LexMySQL by Anders Karlsson. | nyamatongwe | 1 | -0/+3 | |
| 2008-01-18 | PowerShell lexer implemented by Tim Gerundt. | nyamatongwe | 1 | -0/+3 | |
| 2007-12-31 | Added Magik lexer. | nyamatongwe | 1 | -0/+3 | |
| 2007-11-04 | Added support for 'R' language by Stephen Stagg. | nyamatongwe | 1 | -0/+3 | |
| 2007-09-08 | Lexer for Asymptote. | nyamatongwe | 1 | -0/+3 | |
| 2007-06-30 | Support for Abaqus language added by Sergio Lucato. | nyamatongwe | 1 | -0/+3 | |
| 2007-06-12 | PL/M and Progress lexers added. | nyamatongwe | 1 | -0/+6 | |
| 2007-06-02 | Addition of PositionCache module which adds cacing of string | nyamatongwe | 1 | -1/+9 | |
| to position information and segments long pieces of text so they can be handled more efficiently. | |||||
| 2007-04-16 | Added support for GAP language from Istvan Szollosi. | nyamatongwe | 1 | -0/+3 | |
| 2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 1 | -63/+90 | |
| 2007-03-29 | Incorporated cmake support. | nyamatongwe | 1 | -0/+3 | |
| 2006-12-13 | D lexer and language support from Waldemar Augustyn. | nyamatongwe | 1 | -0/+3 | |
| 2006-05-14 | Added CharClassify and reordered alphabetically. | nyamatongwe | 1 | -3/+3 | |
| 2006-03-30 | Support for Spice language added by Fabien Proriol. | nyamatongwe | 1 | -0/+3 | |
| 2006-03-02 | Lexer for TCL contributed by Andre Arpin. | nyamatongwe | 1 | -0/+3 | |
| 2006-02-25 | Patch from Greg Smith with further modifications moved character | nyamatongwe | 1 | -8/+14 | |
| classification from Document into a separate CharClassify class and file and uses this from RESearch for regular expression word end \< and \> instead of built-in table. | |||||
| 2006-02-03 | Support for Opal language from Sebastian Pipping. | nyamatongwe | 1 | -0/+3 | |
| 2006-01-28 | Added Inno Setup lexer from Friedrich Vedder. | nyamatongwe | 1 | -0/+3 | |
| Removed comment saying GrabFocus is GTK+ specific. | |||||
