aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-06-18Fix for bug #3017572 FindText crashes with empty textnyamatongwe2-0/+6
Always return start position when search text is empty.
2010-06-16For compatibility with TDM MingW64, undefine _WIN32_WINNT before defining it.nyamatongwe2-1/+3
2010-06-15Switched from dllwrap to g++ -shared to make work with TDM GCC 4.5.nyamatongwe1-3/+3
2010-06-14Improved PowerShell by Friedrich Vedder. Feature #3015176.nyamatongwe3-2/+31
2010-06-11Ensure thread safety with idle callbacks in case application is multithreaded.nyamatongwe1-0/+4
See http://library.gnome.org/devel/gdk/unstable/gdk-Threads.html#id2755107
2010-06-07Fix for bug #3012164 Cobol: number masks incorrectly highlighted.nyamatongwe1-2/+2
2010-06-05Dropping regeneration of makefiles that use GNU Make since theynyamatongwe1-4/+0
can use functions instead.
2010-06-05Updated.nyamatongwe1-36/+41
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe1-16/+1
lexers changed.
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe2-17/+1
lexers changed.
2010-06-05Updated.nyamatongwe1-198/+248
2010-06-05Whitespace.nyamatongwe1-1/+1
2010-06-05Using Make functions to avoid regenerating makefile when set ofnyamatongwe2-17/+1
lexers changed.
2010-06-01Fix for bug #2854183 <?php string included in a comment is highlightednyamatongwe1-0/+1
2010-06-01Fixed memory leaks from bug #3007669.nyamatongwe1-0/+3
2010-06-01Updated sizes.nyamatongwe2-3/+3
2010-05-28Credit.nyamatongwe1-0/+2
2010-05-28Patch from Xavi ensures thatnyamatongwe1-1/+5
nA>0.AND. lexes the .AND. as a word operator.
2010-05-26Added some more changes.nyamatongwe1-0/+22
2010-05-26Updated for 2.12.nyamatongwe1-1/+1
2010-05-26Added changelog.nyamatongwe1-1/+56
2010-05-26Preparing for 2.12.nyamatongwe5-13/+25
2010-05-26Drawing optimizations adding a styling idle task redrawing less of thenyamatongwe3-94/+203
selection margin and scrolling the window for caret movement when possible.
2010-05-24Added another user of Scintilla.nyamatongwe1-0/+4
2010-05-21EOL conversion for drop. Fixes bug #3005328.nyamatongwe1-0/+10
2010-05-18Fix for bug #3002874 make Django template highlighting work also withinnyamatongwe1-2/+4
Javascript and other script regions of html files.
2010-05-17Safety check in case called with negative character value.nyamatongwe1-0/+1
2010-05-17Fix debug assertions for bug #3000566.nyamatongwe5-8/+8
2010-05-13Fix debug assertions for bug #3000566.nyamatongwe7-15/+15
2010-05-11Ensure each external lexer library is only loaded once.nyamatongwe1-0/+4
2010-05-11Fix compilation on OS X.nyamatongwe1-4/+5
2010-05-11Removed redundant code.nyamatongwe2-9/+5
2010-05-11Made method const.nyamatongwe3-11/+11
2010-05-09Added CodeAssistornyamatongwe1-0/+4
2010-05-08Switched to using documented parameter for SCI_LOADLEXERLIBRARYnyamatongwe1-1/+1
on GTK+.
2010-05-05Made some methods const.nyamatongwe2-6/+6
2010-05-05Fixed warnings.nyamatongwe1-20/+20
2010-05-05Made some methods const.nyamatongwe2-4/+4
2010-05-05Exmplained about finding properties from source code.nyamatongwe1-0/+6
2010-05-05Ensure script does not fail when GetProperty on a line without quoted string.nyamatongwe1-1/+1
2010-05-05lexer.flagship.styling.within.preprocessor defaults to 1.nyamatongwe1-3/+3
2010-05-04Removed duplicate optimization option.nyamatongwe1-1/+1
2010-05-04Fixed some warnings from clang --analyze.nyamatongwe3-3/+3
2010-05-04Rewritten flagship lexer for xBase languages. Feature #2992689.nyamatongwe3-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-04Changed insertion of multi-line text so that markers are moved down.nyamatongwe1-1/+0
See bug #2986727.
2010-05-02Simplest changes from Feature Request #2992689 Lexer for xBase dialects.nyamatongwe3-32/+9
Removes unused lexical states. Removes treament of "'" as comment indicator for folding.
2010-05-02Bug #2995278 minor fixes to typos and types.nyamatongwe4-4/+4
2010-04-30Made compatible with clang.nyamatongwe9-22/+23
2010-04-30Fix for bug #2830239 Highlight glitch in Shell file with here doc.snyamatongwe1-25/+10
2010-04-30Fix bug #2994224 CSS @font-face displayed incorrectlynyamatongwe3-4/+11