Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-24 | Updated files and file locations for lexer objects changes. | nyamatongwe | 1 | -552/+610 | |
Added header search path to find headers in lexlib. | |||||
2010-07-24 | Updates from Scintilla-Cocoa project. | nyamatongwe | 7 | -146/+963 | |
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight. | |||||
2010-07-24 | More items. | nyamatongwe | 1 | -1/+11 | |
2010-07-24 | Removed debug logging. | nyamatongwe | 1 | -4/+3 | |
2010-07-23 | Change log for 2.20. | nyamatongwe | 2 | -5/+102 | |
2010-07-23 | Added information about SCI_CHANGELEXERSTATE and SC_MOD_LEXERSTATE. | nyamatongwe | 1 | -0/+15 | |
2010-07-23 | Casts to avoid compiler warnings. | nyamatongwe | 1 | -3/+3 | |
2010-07-23 | Patch from Kein-Hong Man as feature #3033135 | nyamatongwe | 1 | -37/+183 | |
- improved keyword highlighting with commands, compound commands, and constructs - consistent highlighting across line continuations for commands and expressions - proper highlighting of file test operators and option arguments - better highlighting within test expressions and arithmetic expressions Also fixes SF bug ticket #3027958 | |||||
2010-07-23 | Include Txt2Tags lexer. | nyamatongwe | 1 | -0/+4 | |
2010-07-22 | Getting ready for 2.20. | nyamatongwe | 5 | -17/+25 | |
2010-07-18 | Patch from Kein-Hong Man improves folding for Perl. | nyamatongwe | 1 | -14/+43 | |
(a) Folding of array blocks (square brackets) - Done like folding for braces, which no one has complained about so far (b) Adjacent package statements are not folded (c) Nested folding for Pod headings (=head1 thru =head4) - Pod headings in the data section are also folded (d) Terminates package folding at __DATA__, __END__, ^D and ^Z - Previously, only __END__ tested for | |||||
2010-07-17 | Fixed bug #3029627 VHDL unclosed strings not styled correctly. | nyamatongwe | 1 | -2/+2 | |
2010-07-17 | Removed duplicate. | nyamatongwe | 1 | -1/+1 | |
2010-07-17 | Patch from Nick Treleaven to allow disabling explicit fold points. | nyamatongwe | 1 | -1/+6 | |
2010-07-17 | Removed debugging code. | nyamatongwe | 1 | -2/+0 | |
2010-07-17 | Avoid warning from GTK+ headers: "ISO C++ 1998 does not support 'long long'". | nyamatongwe | 1 | -1/+1 | |
2010-07-17 | Lexer for Txt2tags contributed by Eric Forgeot. | nyamatongwe | 7 | -0/+545 | |
2010-07-17 | Removed dead comment. | nyamatongwe | 1 | -3/+0 | |
2010-07-16 | Lexer objects documentation. | nyamatongwe | 1 | -16/+319 | |
2010-07-16 | Removed dead comments. | nyamatongwe | 1 | -3/+0 | |
2010-07-15 | Updated dependencies for lexer objects changes. | nyamatongwe | 1 | -288/+134 | |
2010-07-15 | For lexer objects added lexlib as a headers search directory. | nyamatongwe | 1 | -0/+2 | |
2010-07-15 | Added new headers for lexer objects. | nyamatongwe | 1 | -2/+2 | |
2010-07-15 | Updated for lexer objects with files in lexlib and lexers as well as src. | nyamatongwe | 1 | -9/+9 | |
2010-07-14 | Visual C++ 98 has problems with MultiMon.h. | nyamatongwe | 1 | -1/+8 | |
Avoid including it for Visual C++ 98 and work around its absence. | |||||
2010-07-14 | Visual C++ 98 had a fatal error with the previous definition of a default ↵ | nyamatongwe | 1 | -1/+4 | |
constructor. This is equivalent and compiles. | |||||
2010-07-14 | Files no longer needed due to Lexer Object changes. | nyamatongwe | 8 | -1278/+0 | |
2010-07-13 | Lexer source code now in lexers directory. | nyamatongwe | 1 | -3/+3 | |
Options slightly different when using gcc rather than dllwrap. | |||||
2010-07-13 | Explicit typename avoids errors from g++. | nyamatongwe | 1 | -3/+3 | |
2010-07-13 | More testing examples. | nyamatongwe | 1 | -0/+4 | |
2010-07-13 | Added test files to native line ends. | nyamatongwe | 1 | -0/+1 | |
2010-07-13 | Using Make functions to avoid regenerating makefile when set of lexers changed. | nyamatongwe | 2 | -18/+3 | |
2010-07-13 | Using Make functions to avoid regenerating makefile when set of lexers changed. | nyamatongwe | 1 | -16/+1 | |
2010-07-13 | Split OptionSet out into its own file. | nyamatongwe | 2 | -0/+24 | |
Provide API access to lexer options metadata - property names, types, descriptions and word list descriptions. | |||||
2010-07-13 | Split OptionSet out into its own file. | nyamatongwe | 1 | -0/+18 | |
Provide API access to lexer options metadata - property names, types, descriptions and word list descriptions. | |||||
2010-07-13 | Split OptionSet class out into its own file. | nyamatongwe | 1 | -0/+137 | |
2010-07-13 | Allowing simpler property definition comments. | nyamatongwe | 1 | -1/+26 | |
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 77 | -960/+1262 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Major rewrite with lexer state used to highlight preprocessor constructs. | nyamatongwe | 1 | -112/+646 | |
2010-07-13 | Changed to match new lexer code in LexCPP.cxx. | nyamatongwe | 1 | -3/+4 | |
2010-07-13 | Platform files changed for new lexer design. | nyamatongwe | 4 | -13/+18 | |
2010-07-13 | Files changed for new lexer design. | nyamatongwe | 12 | -260/+388 | |
2010-07-13 | Changed files for new lexer design. | nyamatongwe | 5 | -102/+139 | |
2010-07-13 | New interface features for new lexer infrastructure. | nyamatongwe | 2 | -2/+13 | |
2010-07-13 | Build files that reflect the new lexer directories and added files. | nyamatongwe | 10 | -992/+1017 | |
2010-07-13 | New files for new lexer implementation. | nyamatongwe | 1 | -0/+169 | |
2010-07-13 | New files for new lexer implementation. | nyamatongwe | 16 | -0/+1351 | |
2010-07-13 | Creating lexlib with lexer support files. | nyamatongwe | 5 | -0/+0 | |
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 78 | -0/+0 | |
2010-07-13 | More text files have native line ends. | nyamatongwe | 1 | -2/+6 | |