aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Added test files to native line ends.nyamatongwe1-0/+1
2010-07-13Using Make functions to avoid regenerating makefile when set of lexers changed.nyamatongwe2-18/+3
2010-07-13Using Make functions to avoid regenerating makefile when set of lexers changed.nyamatongwe1-16/+1
2010-07-13Split OptionSet out into its own file.nyamatongwe2-0/+24
Provide API access to lexer options metadata - property names, types, descriptions and word list descriptions.
2010-07-13Split OptionSet out into its own file.nyamatongwe1-0/+18
Provide API access to lexer options metadata - property names, types, descriptions and word list descriptions.
2010-07-13Split OptionSet class out into its own file.nyamatongwe1-0/+137
2010-07-13Allowing simpler property definition comments.nyamatongwe1-1/+26
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe77-960/+1262
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Major rewrite with lexer state used to highlight preprocessor constructs.nyamatongwe1-112/+646
2010-07-13Changed to match new lexer code in LexCPP.cxx.nyamatongwe1-3/+4
2010-07-13Platform files changed for new lexer design.nyamatongwe4-13/+18
2010-07-13Files changed for new lexer design.nyamatongwe12-260/+388
2010-07-13Changed files for new lexer design.nyamatongwe5-102/+139
2010-07-13New interface features for new lexer infrastructure.nyamatongwe2-2/+13
2010-07-13Build files that reflect the new lexer directories and added files.nyamatongwe10-992/+1017
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+169
2010-07-13New files for new lexer implementation.nyamatongwe16-0/+1351
2010-07-13Creating lexlib with lexer support files.nyamatongwe5-0/+0
2010-07-13Moved lexers into lexers directory.nyamatongwe78-0/+0
2010-07-13More text files have native line ends.nyamatongwe1-2/+6
2010-07-13Added some more text files to use CRLF.nyamatongwe1-0/+4
2010-07-13Line ending settings and files to ignore.nyamatongwe2-0/+40
2010-07-12update tagsconvert-repo1-0/+64
2010-07-12Feature #3027559 Extend "sticky caret" feature from Jason Oster.nyamatongwe5-18/+49
Additional mode SC_CARETSTICKY_WHITESPACE implemented.
2010-07-12Fix regular expression searches for ranges above 0x80 like [A-€].nyamatongwe1-2/+2
2010-07-12Fixed incorrect description of second margin settings.nyamatongwe1-3/+4
2010-07-07Redraw when annotations change.nyamatongwe4-6/+19
DeleteAllMarks will only cause a modification notification when a mark was actually deleted.
2010-06-26Improve responsiveness in wrap mode by only lexing text that is aboutnyamatongwe1-2/+3
to be wrapped rather than lexing the whole document at once.
2010-06-26Fix for bug #3017512 Autocomplete popup not working on secondary monitornyamatongwe1-22/+33
to the left of primary.
2010-06-26Fix for bug #3021480 Selection SC_SEL_LINES no longer worksnyamatongwe1-2/+14
2010-06-26Fix for bug #3021473, indicator fill alpha capped at 100.nyamatongwe3-4/+4
2010-06-24Protect against bad UTF-8 when case folding.nyamatongwe1-0/+6
2010-06-23Credit.nyamatongwe1-0/+1
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