Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-05 | Dropping regeneration of makefiles that use GNU Make since they | nyamatongwe | 1 | -4/+0 | |
can use functions instead. | |||||
2010-06-05 | Updated. | nyamatongwe | 1 | -36/+41 | |
2010-06-05 | Using Make functions to avoid regenerating makefile when set of | nyamatongwe | 1 | -16/+1 | |
lexers changed. | |||||
2010-06-05 | Using Make functions to avoid regenerating makefile when set of | nyamatongwe | 2 | -17/+1 | |
lexers changed. | |||||
2010-06-05 | Updated. | nyamatongwe | 1 | -198/+248 | |
2010-06-05 | Whitespace. | nyamatongwe | 1 | -1/+1 | |
2010-06-05 | Using Make functions to avoid regenerating makefile when set of | nyamatongwe | 2 | -17/+1 | |
lexers changed. | |||||
2010-06-01 | Fix for bug #2854183 <?php string included in a comment is highlighted | nyamatongwe | 1 | -0/+1 | |
2010-06-01 | Fixed memory leaks from bug #3007669. | nyamatongwe | 1 | -0/+3 | |
2010-06-01 | Updated sizes. | nyamatongwe | 2 | -3/+3 | |
2010-05-28 | Credit. | nyamatongwe | 1 | -0/+2 | |
2010-05-28 | Patch from Xavi ensures that | nyamatongwe | 1 | -1/+5 | |
nA>0.AND. lexes the .AND. as a word operator. | |||||
2010-05-26 | Added some more changes. | nyamatongwe | 1 | -0/+22 | |
2010-05-26 | Updated for 2.12. | nyamatongwe | 1 | -1/+1 | |
2010-05-26 | Added changelog. | nyamatongwe | 1 | -1/+56 | |
2010-05-26 | Preparing for 2.12. | nyamatongwe | 5 | -13/+25 | |
2010-05-26 | Drawing optimizations adding a styling idle task redrawing less of the | nyamatongwe | 3 | -94/+203 | |
selection margin and scrolling the window for caret movement when possible. | |||||
2010-05-24 | Added another user of Scintilla. | nyamatongwe | 1 | -0/+4 | |
2010-05-21 | EOL conversion for drop. Fixes bug #3005328. | nyamatongwe | 1 | -0/+10 | |
2010-05-18 | Fix for bug #3002874 make Django template highlighting work also within | nyamatongwe | 1 | -2/+4 | |
Javascript and other script regions of html files. | |||||
2010-05-17 | Safety check in case called with negative character value. | nyamatongwe | 1 | -0/+1 | |
2010-05-17 | Fix debug assertions for bug #3000566. | nyamatongwe | 5 | -8/+8 | |
2010-05-13 | Fix debug assertions for bug #3000566. | nyamatongwe | 7 | -15/+15 | |
2010-05-11 | Ensure each external lexer library is only loaded once. | nyamatongwe | 1 | -0/+4 | |
2010-05-11 | Fix compilation on OS X. | nyamatongwe | 1 | -4/+5 | |
2010-05-11 | Removed redundant code. | nyamatongwe | 2 | -9/+5 | |
2010-05-11 | Made method const. | nyamatongwe | 3 | -11/+11 | |
2010-05-09 | Added CodeAssistor | nyamatongwe | 1 | -0/+4 | |
2010-05-08 | Switched to using documented parameter for SCI_LOADLEXERLIBRARY | nyamatongwe | 1 | -1/+1 | |
on GTK+. | |||||
2010-05-05 | Made some methods const. | nyamatongwe | 2 | -6/+6 | |
2010-05-05 | Fixed warnings. | nyamatongwe | 1 | -20/+20 | |
2010-05-05 | Made some methods const. | nyamatongwe | 2 | -4/+4 | |
2010-05-05 | Exmplained about finding properties from source code. | nyamatongwe | 1 | -0/+6 | |
2010-05-05 | Ensure script does not fail when GetProperty on a line without quoted string. | nyamatongwe | 1 | -1/+1 | |
2010-05-05 | lexer.flagship.styling.within.preprocessor defaults to 1. | nyamatongwe | 1 | -3/+3 | |
2010-05-04 | Removed duplicate optimization option. | nyamatongwe | 1 | -1/+1 | |
2010-05-04 | Fixed some warnings from clang --analyze. | nyamatongwe | 3 | -3/+3 | |
2010-05-04 | Rewritten flagship lexer for xBase languages. Feature #2992689. | nyamatongwe | 3 | -106/+263 | |
Comments Clipper: *, && Comments C/C++ Doxygen: /* ... */, // Doxygen keywords Strings: single quotes, double Operators including @ Dates: {^...} Constants: nil, .t., .f. Word Operators: .not., .and., .or. Disabled code pragmas: begindump, __cstream, enddump, __endtext | |||||
2010-05-04 | Changed insertion of multi-line text so that markers are moved down. | nyamatongwe | 1 | -1/+0 | |
See bug #2986727. | |||||
2010-05-02 | Simplest changes from Feature Request #2992689 Lexer for xBase dialects. | nyamatongwe | 3 | -32/+9 | |
Removes unused lexical states. Removes treament of "'" as comment indicator for folding. | |||||
2010-05-02 | Bug #2995278 minor fixes to typos and types. | nyamatongwe | 4 | -4/+4 | |
2010-04-30 | Made compatible with clang. | nyamatongwe | 9 | -22/+23 | |
2010-04-30 | Fix for bug #2830239 Highlight glitch in Shell file with here doc.s | nyamatongwe | 1 | -25/+10 | |
2010-04-30 | Fix bug #2994224 CSS @font-face displayed incorrectly | nyamatongwe | 3 | -4/+11 | |
2010-04-29 | Added DBCS note. | nyamatongwe | 1 | -0/+1 | |
2010-04-29 | Fix for bug #1683672 CSS lexer - Open comment causes highlighting error | nyamatongwe | 1 | -2/+5 | |
2010-04-22 | Updated to launchpad scintilla-cocoa revision 33. | nyamatongwe | 9 | -143/+322 | |
Context menu implemented. Many warnings avoided. Make files added. | |||||
2010-04-22 | Stop trying to make gtk/scintilla.mak as it is no longer included. | nyamatongwe | 1 | -4/+3 | |
2010-04-19 | Potential fix to bug #974009 and #2986727 Markers don't move when return is | nyamatongwe | 2 | -8/+12 | |
hit at start of line. | |||||
2010-04-19 | Removed workaround for GCC 2.95 as only 3.2 or better supported now. | nyamatongwe | 1 | -13/+3 | |