Contents
- Changelog
- 3.3.0-1 (31 Mar 2013)
- 3.2.4-1 (18 Jan 2013)
- 3.2.3-1 (22 Oct 2012)
- 3.2.2-1 (31 Aug 2012)
- 3.2.1-1 (15 Jul 2012)
- 3.2.0-1 (01 Jun 2012)
- 3.1.0-1 (23 Apr 2012)
- 3.0.4-1 (11 Mar 2012)
- 3.0.3-1 (28 Jan 2012)
- 3.0.2-1 (08 Dec 2011)
- 3.0.0-1 (01 Nov 2011)
- 2.29-1 (19 Sep 2011)
- 2.27-1 (20 Jun 2011)
- 2.26-1 (10 Jun 2011)
- 2.25-1 (20 Mar 2011)
- 2.24-1 (03 Feb 2011)
- 2.23-1 (07 Dec 2010)
- 2.22-1 (27 Oct 2010)
- 2.22-pre-1 (13 Sep 2010)
- 2.21-1 (01 Sep 2010)
- 2.20-1 (17 Aug 2010)
- 2.12-1 (15 Jun 2010)
- 2.11-1 (30 Apr 2010)
- 2.03-1 (22 Feb 2010)
- 2.02-1 (26 Jan 2010)
- 2.01-1 (13 Jan 2010)
Changelog
3.3.0-1 (31 Mar 2013)
Download:
Bugfixes:
- Fixed crash when attempting to load a non-existant lexer.
- Fixed CSS preprocessor styling.
Changes:
- Added Less, Literal Coffeescript, and Sass lexers.
3.2.4-1 (18 Jan 2013)
Download:
Bugfixes:
- Fixed some operators in Bash lexer.
Changes:
- Rewrote Makefile lexer.
- Rewrote documentation.
- Improved speed and memory usage of lexers.
3.2.3-1 (22 Oct 2012)
Download:
Bugfixes:
- Include
_
as identifier char in Desktop lexer.
Changes:
- Copied
container
lexer to a newtext
lexer for containers that prefer to use the latter. - Added SciTE usage note on themes.
3.2.2-1 (31 Aug 2012)
Download:
Bugfixes:
- Fixed bug with
$$
variables in Perl lexer.
Changes:
- Added support for ncurses via scinterm.
- Added
__DATA__
and__END__
markers to Perl lexer. - Added new
lexer.last_char_includes()
function for better regex detection. - Updated AWK lexer.
3.2.1-1 (15 Jul 2012)
Download:
Bugfixes:
- None.
Changes:
- Updated AWK lexer.
- Updated HTML lexer to recognize HTML5 ‘script’ and ‘style’ tags.
3.2.0-1 (01 Jun 2012)
Download:
Bugfixes:
- Fixed bug with SciTE italic and underlined style properties.
Changes:
- Identify more file extensions.
- Updated Batch lexer.
3.1.0-1 (23 Apr 2012)
Download:
Bugfixes:
- Fixed bug with Python lexer identification in SciTE.
Changes:
- Improved the speed of simple code folding.
- Check for lexer grammar before lexing.
3.0.4-1 (11 Mar 2012)
Download:
Bugfixes:
- None.
Changes:
- Allow container styling.
- Updated VB and VBScript lexers.
- All new documentation in the
doc/
directory.
3.0.3-1 (28 Jan 2012)
Download:
Bugfixes:
- Fixed bug in Matlab lexer for operators.
Changes:
- Removed unused Apache conf lexer.
- Updated D lexer.
- Added ChucK lexer.
3.0.2-1 (08 Dec 2011)
Download:
Bugfixes:
- Detect and use Scala lexer.
- Fixed bug with folding line comments.
- Fixed multi-line delimited and token strings in D lexer.
- Detect and use XML lexer.
- Fixed highlighting of variables in Bash.
Changes:
- Added
l.REGEX
andl.LABEL
tokens. - All lexer
_tokenstyles
tables use standard styles. - Removed
l.style_char
style. - All new light and dark themes.
- Added Lua libraries and library functions to Lua lexer.
- Updated lexers and API documentation to Lua 5.2.
3.0.0-1 (01 Nov 2011)
Download:
Bugfixes:
- None.
Changes:
- None.
2.29-1 (19 Sep 2011)
Download:
Bugfixes:
- Fixed Lua long comment folding bug.
- Fixed a segfault when
props
isnull
(C++ containers). - Fixed Markdown lexer styles.
- Fixed bug in folding single HTML/XML tags.
- Fixed some general bugs in folding.
- Fixed Scala symbol highlighting.
Changes:
- Updated Coffeescript lexer.
- Added HTML5 data attributes to HTML lexer.
- Multiple single-line comments can be folded with the
fold.line.comments
property set to 1. - Added ConTeXt lexer.
- Updated LaTeX and TeX lexers.
- Added
l.style_embedded
tothemes/scite.lua
theme.
2.27-1 (20 Jun 2011)
Download:
Bugfixes:
- Colors are now styled correctly in the Properties lexer.
Changes:
- Added Scala lexer.
2.26-1 (10 Jun 2011)
Download:
Bugfixes:
- Fixed bug in
fold.by.indentation
.
Changes:
get_style_at()
returns a string, not an integer.- Added regex support for Coffeescript lexer.
- Embed Coffeescript lexer in HTML lexer.
- Writing custom folding for lexers is much easier now.
- Added native folding for more than 60% of existing lexers. The rest still use folding by indentation by default.
2.25-1 (20 Mar 2011)
Download:
Bugfixes:
- LPeg lexer restores properly for SciTE.
- Fixed bug with nested embedded lexers.
- Re-init immediately upon setting
lexer.name
property.
Changes:
- Added primitive classes as types in Java lexer.
- Updated BibTeX lexer.
- Added Ruby on Rails lexer, use it instead of Ruby lexer in RHTML lexer.
- Updated
lpeg.properties
file with SciTE changes.
2.24-1 (03 Feb 2011)
Download:
Bugfixes:
- Fixed comment bug in CAML lexer.
Changes:
- Added Markdown, BibTeX, CMake, CUDA, Desktop Entry, F#, GLSL, and Nemerle lexers.
- HTML lexer is more flexible.
- Update Lua functions and constants to Lua 5.1.
2.23-1 (07 Dec 2010)
Download:
Bugfixes:
- Fixed bug in Tcl lexer with comments.
Changes:
- Renamed
MAC
flag toOSX
. - Removed unused Errorlist and Maxima lexers.
2.22-1 (27 Oct 2010)
Download:
Bugfixes:
- Comments do not need to begin the line in Properties lexer.
- Fixed bug caused by not properly resetting styles.
Changes:
- Added coffeescript lexer.
- Updated D and Java lexers.
- Multi-language lexers are as fast as single language lexers.
- Added JSP lexer.
- Updated XML lexer.
- Scintillua can be dropped into a SciTE install.
2.22-pre-1 (13 Sep 2010)
Download:
Bugfixes:
- Do not crash if LexLPeg properties are not set correctly.
Changes:
- No need to modify parent
_RULES
from child lexer. - Renamed
lexers/ocaml.lua
tolexers/caml.lua
andlexers/postscript.lua
tolexers/ps.lua
to conform to Scintilla names.
2.21-1 (01 Sep 2010)
Bugfixes:
- Handle strings properly in Groovy and Vala lexers.
Changes:
LexLPeg.cxx
can be compiled as an external lexer.
2.20-1 (17 Aug 2010)
Download:
Bugfixes:
- Fixed bug with child’s main lexer not having a
_tokenstyles
table.
Changes:
- Added Gtkrc, Prolog, and Go lexers.
- CSS lexer is more flexible.
- Diff lexer is more accurate.
- Updated TeX lexer.
- Only highlight C/C++ preprocessor words, not the whole line.
- Updated to Scintilla/SciTE 2.20.
2.12-1 (15 Jun 2010)
Download:
Bugfixes:
- Differentiate between division and regex in Javascript lexer.
Changes:
2.11-1 (30 Apr 2010)
Download:
Bugfixes:
- Fixed bug in multi-language lexer detection.
- Close
lua_State
on lexer load error. - Fixed bug with style metatables.
- Fixed bug with XML namespaces.
- Added Java annotations to Java lexer.
Changes:
- Updated Haskell lexer.
- Added Matlab/Octave lexer.
- Improve speed by using
SCI_GETCHARACTERPOINTER
instead of copying strings. - Updated D lexer.
- Renamed
lexers/b.lua
tolexers/b_lang.lua
andlexers/r.lua
tolexers/rstats.lua
. - Allow multiple character escape sequences.
- Added Inform lexer.
- Added Lilypond and NSIS lexers.
- Updated LaTeX lexer.
- Updated to Scintilla/SciTE 2.11.
2.03-1 (22 Feb 2010)
Download:
Bugfixes:
- Various bugfixes.
- Fixed bug with fonts for files open on command line.
Changes:
2.02-1 (26 Jan 2010)
Download:
Bugfixes:
- None.
Changes:
- Renamed
lexers/io.lua
tolexers/Io.lua
. - Rearranged tokens in various lexers for speed.
- Allow for MinGW compilation on Windows.
- Call
ruby.LoadStyles()
from RHTML lexer. - Updated to Scintilla/SciTE 2.02.