aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2011-02-13Avoid unnecessary relinks on Windows.nyamatongwe1-2/+4
2011-02-13Added Merge method to SparseState to make it possible to detect significantnyamatongwe3-5/+136
2011-02-13Make work on Windows.nyamatongwe1-2/+2
2011-02-13Extracted searches into a common method, added std:: where possibly needed.nyamatongwe1-7/+12
2011-02-10Only append a state if the value differs from the last current value.nyamatongwe2-1/+10
2011-02-10Handling unicode and wide character literals.nyamatongwe1-5/+8
2011-02-10New lexical class SCE_C_STRINGRAW for C++0x raw strings. Feature #3054629.nyamatongwe3-2/+46
2011-02-10New class SparseState for storing lexer state that may notnyamatongwe2-0/+209
2011-02-10Removed unnecessary call.nyamatongwe1-1/+0
2011-02-10Fix for backwards case-insensitive search in code page 936. Bug #3176271.nyamatongwe1-1/+5
2011-02-08Fixed bug where the last line of file is a fold end and was not includednyamatongwe1-1/+1
2011-02-08Converted to lexer object by Udo Lechner.nyamatongwe1-50/+173
2011-02-07Removed obsolete Borland code.nyamatongwe1-51/+5
2011-02-07Added Modula lexer.nyamatongwe1-0/+4
2011-02-07Using wildcard code to find lexers rather than list them all.nyamatongwe1-13/+4
2011-02-07Merged in current scintilla-cocoa from bzr.nyamatongwe5-35/+87
2011-02-07Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374.nyamatongwe8-0/+799
2011-02-06Style lines starting with '<' as SCE_ERR_DIFF_DELETION. Feature #3172878.nyamatongwe1-2/+2
2011-02-04Converted to lexer objects.nyamatongwe2-131/+329
2011-02-03Added tag rel-2-24 for changeset 3a0d1edb7ae5nyamatongwe0-0/+0
2011-02-03Updated dates.rel-2-24nyamatongwe3-4/+4
2011-02-03Added some coverage testing.nyamatongwe1-1/+5
2011-02-02Updated size.nyamatongwe1-1/+1
2011-02-02Calling ClearSelection with explicit argument to make compile for Cocoa.nyamatongwe1-1/+1
2011-02-02Made work on Carbon bymaking a simple form of ClearSelectionnyamatongwe2-1/+4
2011-02-01Change log for 2.24.nyamatongwe1-0/+97
2011-02-01Updating version number for 2.24 release.nyamatongwe5-14/+25
2011-02-01Added runStyles tests.nyamatongwe1-1/+1
2011-02-01Unit tests for Scintilla data structures.nyamatongwe8-0/+850
2011-02-01Made destructor of OptionSet virtual to ensure all destructors called.nyamatongwe1-0/+2
2011-02-01Fix memory leak when using Cairo for drawing. Bug #3157655.nyamatongwe1-0/+1
2011-01-31Feature #3165488. Add fold point to bracketed expression lines likenyamatongwe1-1/+3
2011-01-31Comments.nyamatongwe1-0/+5
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe77-78/+0
2011-01-25Credit.nyamatongwe1-0/+1
2011-01-24Remove fold.sql.exists as no longer needed due to folding on 'then' instead o...nyamatongwe1-10/+3
2011-01-24Whitespace normalised.nyamatongwe1-2/+2
2011-01-22Make executable on Linux by adding a shbang line and setting 'x' permission.nyamatongwe2-0/+2
2011-01-22Check for Win32 and use DEL instead of rm. Ensures 'make clean' works on Wind...nyamatongwe1-1/+9
2011-01-20Allow words to include '.' with lexer.sql.allow.dotted.word. Feature #3103129.nyamatongwe1-3/+12
2011-01-20Improve control over folding of C++ with options to disable syntax-based fold...nyamatongwe2-8/+44
2011-01-19Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.nyamatongwe1-0/+12
2011-01-19Increased style bits to 6 as style numbers above 31 used.nyamatongwe1-1/+1
2011-01-17Add SCI_SETMARGINCURSORN and SCI_GETMARGINCURSORN.jrxx7-4/+39
2011-01-19Fix typo.nyamatongwe1-1/+1
2011-01-18Fix problem with folding within PACKAGE. Bug #3160032.nyamatongwe1-1/+5
2011-01-13Fixing/removing bad links.nyamatongwe2-4/+3
2011-01-12Complete folding for CASE WHEN THEN. Feature #3135027.nyamatongwe2-83/+403
2011-01-12Ensure empty selection after delete word right.nyamatongwe1-0/+1
2011-01-12Remove virtual space if invalid after modification. Bug #3154986.nyamatongwe1-0/+4