Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-05 | Make highlight of triple-quoted an option. Bug #3239234. | nyamatongwe | 1 | -1/+6 | |
Property name is lexer.cpp.triplequoted.strings. From Marko Njezic. | |||||
2011-04-05 | Adds a fold.perl.at.else property. Discussed in bug #3265401. | nyamatongwe | 1 | -4/+10 | |
2011-03-27 | Fix folding failure with PHP within a line of Javascript. Bug #3193530. | nyamatongwe | 1 | -1/+2 | |
2011-03-27 | Fix for bug with wrong recognition of number after regex literal. Bug #3209108. | nyamatongwe | 1 | -11/+11 | |
Added test for this case. | |||||
2011-03-27 | Fix folding of inactive code. | nyamatongwe | 1 | -14/+16 | |
2011-03-27 | Reindented with astyle. | nyamatongwe | 1 | -353/+355 | |
2011-03-26 | Compatibility with Lua 5.2 alpha. Feature #3243811. | nyamatongwe | 1 | -10/+33 | |
Hexadecimal floating-point numbers recognized. Support for '\*' whitespace escaping in strings. From Kein-Hong Man. | |||||
2011-03-22 | Ignore ';' in a comment. Bug #3196071. | nyamatongwe | 1 | -2/+16 | |
From Jérôme LAFORGE. | |||||
2011-03-22 | Folding for here docs and explicit folding comments. Feature #3116881. | nyamatongwe | 1 | -1/+51 | |
From Jérôme LAFORGE. Also completes feature #3112671. | |||||
2011-03-22 | Converted to lexer object by Udo Lechner. | nyamatongwe | 1 | -64/+181 | |
2011-03-18 | Removed unused variable. | nyamatongwe | 1 | -3/+0 | |
2011-03-18 | Removed unused variable. | nyamatongwe | 1 | -4/+2 | |
2011-03-03 | Bug #3197952. Ensure that diffs of diffs style correctly. When header '---' is | nyamatongwe | 1 | -1/+1 | |
removed it prepends a '-' removal character resulting in '----' at line start. This is better treated as a removal than as a header. From Todd Whiteman at ActiveState. | |||||
2011-02-28 | Avoid shadowed variables as reported by Xcode. | nyamatongwe | 1 | -1/+0 | |
2011-02-19 | Fixed to make compile. | nyamatongwe | 1 | -1/+1 | |
2011-02-17 | Folding of "procedure". Feature #3184356. | nyamatongwe | 1 | -1/+1 | |
Only create an end fold for "module procedure", not just "procedure". | |||||
2011-02-14 | Addition of triple quoted strings for Vala. Feature #3177601. | nyamatongwe | 1 | -1/+12 | |
From Colomban Wendling. | |||||
2011-02-13 | Folding features added by Udo Lechner. | nyamatongwe | 3 | -23/+294 | |
Explicit fold points which can be set to arbitrary strings and occur anywhere. Can choose whether to have syntax based folding and multiline comment folding. | |||||
2011-02-13 | Added Merge method to SparseState to make it possible to detect significant | nyamatongwe | 1 | -4/+4 | |
changes in lexers which will require styling beyond the end of the current range. | |||||
2011-02-10 | Handling unicode and wide character literals. | nyamatongwe | 1 | -5/+8 | |
2011-02-10 | New lexical class SCE_C_STRINGRAW for C++0x raw strings. Feature #3054629. | nyamatongwe | 1 | -2/+44 | |
2011-02-10 | Removed unnecessary call. | nyamatongwe | 1 | -1/+0 | |
2011-02-08 | Fixed bug where the last line of file is a fold end and was not included | nyamatongwe | 1 | -1/+1 | |
in the collapsed fold. | |||||
2011-02-08 | Converted to lexer object by Udo Lechner. | nyamatongwe | 1 | -50/+173 | |
2011-02-07 | Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374. | nyamatongwe | 1 | -0/+746 | |
2011-02-06 | Style lines starting with '<' as SCE_ERR_DIFF_DELETION. Feature #3172878. | nyamatongwe | 1 | -2/+2 | |
2011-02-04 | Converted to lexer objects. | nyamatongwe | 2 | -131/+329 | |
2011-01-31 | Feature #3165488. Add fold point to bracketed expression lines like | nyamatongwe | 1 | -1/+3 | |
) AND ( similar to folding at "} else {". | |||||
2011-01-27 | Dropped inclusion of PropSetSimple.h in lexers which do not use ↵ | nyamatongwe | 77 | -78/+0 | |
PropSetSimple directly. Dropped declaration not needed in LexCPP. | |||||
2011-01-24 | Remove fold.sql.exists as no longer needed due to folding on 'then' instead ↵ | nyamatongwe | 1 | -10/+3 | |
of 'if'. | |||||
2011-01-24 | Whitespace normalised. | nyamatongwe | 1 | -2/+2 | |
2011-01-20 | Allow words to include '.' with lexer.sql.allow.dotted.word. Feature #3103129. | nyamatongwe | 1 | -3/+12 | |
From b548204bb. | |||||
2011-01-20 | Improve control over folding of C++ with options to disable syntax-based ↵ | nyamatongwe | 1 | -8/+43 | |
folding, disable multi-line comment folding, choosing custom explicit fold point text, and enable explicit fold points anywhere. From Udo Lechner. | |||||
2011-01-19 | Increased style bits to 6 as style numbers above 31 used. | nyamatongwe | 1 | -1/+1 | |
2011-01-18 | Fix problem with folding within PACKAGE. Bug #3160032. | nyamatongwe | 1 | -1/+5 | |
2011-01-12 | Complete folding for CASE WHEN THEN. Feature #3135027. | nyamatongwe | 1 | -83/+402 | |
Code structure updated to new style matching C++ lexer. From Jérôme LAFORGE. | |||||
2011-01-05 | Single quote strings with '\' to join lines now styled correctly. Bug #3150522. | nyamatongwe | 1 | -2/+2 | |
2010-12-09 | Folding for Ruby here documents. Feature #3118224. | nyamatongwe | 1 | -1/+7 | |
2010-12-09 | Folding for Bash here documents. Feature #3118223. | nyamatongwe | 1 | -0/+8 | |
2010-11-25 | Bug #3113609. Fix folding when if/else/elsif on one line. | nyamatongwe | 1 | -16/+20 | |
2010-11-20 | Bug #3108351. Fix folding with end when fold.sql.only.begin=1. | nyamatongwe | 1 | -6/+28 | |
2010-11-16 | Feature #3108351. Enable fold.at.else for SQL. From Jérôme LAFORGE. | nyamatongwe | 1 | -2/+8 | |
2010-11-10 | Remove support for Borland C++. | nyamatongwe | 1 | -4/+0 | |
Use a library for the lexers with MSVC to simplify SciTE makefile. | |||||
2010-11-08 | Feature #3104091. Folding for CASE in SQL. From Jérôme LAFORGE. | nyamatongwe | 1 | -1/+4 | |
2010-11-06 | Lexer for Motorola 68000 assembler. | nyamatongwe | 1 | -0/+319 | |
2010-11-03 | Support for #region for PHP. Feature #3101624. | nyamatongwe | 1 | -2/+12 | |
2010-10-31 | Feature request #3098071. Property to turn off '#' as comment start in SQL. | nyamatongwe | 1 | -1/+6 | |
2010-10-27 | Fix for bug #3063822 for bash here docs starting with <<- | nyamatongwe | 1 | -2/+2 | |
2010-10-20 | Trailing whitespace fixed. | nyamatongwe | 1 | -2/+2 | |
2010-10-20 | Folding fix for "if" keyword used as a modifier where it is separated | nyamatongwe | 1 | -3/+38 | |
from the modified statement by an escaped new line. From bug #2093767. |