aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-02-04Converted to lexer objects.nyamatongwe2-131/+329
2011-02-03Added tag rel-2-24 for changeset 3a0d1edb7ae5nyamatongwe1-0/+1
2011-02-03Updated dates.nyamatongwe3-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
that fits in command table.
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
) AND ( similar to folding at "} else {".
2011-01-31Comments.nyamatongwe1-0/+5
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use ↵nyamatongwe77-78/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
2011-01-25Credit.nyamatongwe1-0/+1
2011-01-24Remove fold.sql.exists as no longer needed due to folding on 'then' instead ↵nyamatongwe1-10/+3
of 'if'.
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 ↵nyamatongwe1-1/+9
Windows.
2011-01-20Allow words to include '.' with lexer.sql.allow.dotted.word. Feature #3103129.nyamatongwe1-3/+12
From b548204bb.
2011-01-20Improve control over folding of C++ with options to disable syntax-based ↵nyamatongwe2-8/+44
folding, disable multi-line comment folding, choosing custom explicit fold point text, and enable explicit fold points anywhere. From Udo Lechner.
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
Code structure updated to new style matching C++ lexer. From Jérôme LAFORGE.
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
2011-01-10Fixing double-click inside word selecting non-word characters. Bug #3111174.nyamatongwe3-14/+62
A double-click on a visible character always selects that character and the word it is in. From Jordan Russell.
2011-01-05Single quote strings with '\' to join lines now styled correctly. Bug #3150522.nyamatongwe1-2/+2
2011-01-03Right click cancels autocompletion and sets focus. Bug #3144531.nyamatongwe1-1/+4
2011-01-03Updated change date.nyamatongwe1-1/+1
2011-01-03Made updated flags into an enumeration.nyamatongwe1-0/+1
2011-01-02Ensure a SCN_UPDATEUI notification occurs when overstrike mode changed.nyamatongwe1-0/+1
2011-01-02Send SCN_UPDATEUI notification when view scrolled. Satisfies feature request ↵nyamatongwe5-14/+88
#3125977. Also includes an updated field in notification so that updates of no interest can be easily ignored.
2011-01-02Avoid cppcheck warnings.nyamatongwe5-5/+10
2010-12-31Minimize redraw when clicking mouse to make new empty selection.nyamatongwe1-1/+2
2010-12-30Fix entering line selection mode after two clicks. Bug #3143635.nyamatongwe1-0/+2
2010-12-30Avoid redraws when setting an indicator over positions where it is already set.nyamatongwe2-1/+5
From Tino Weinkauf.
2010-12-29Merge reverse arrow branch and mainline.nyamatongwe1-0/+4
2010-12-29Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell.nyamatongwe9-36/+51
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor.
2010-12-29Include 68K Assembler lexer in build.nyamatongwe1-0/+4
2010-12-29Clean whitespace.nyamatongwe1-5/+5
2010-12-29Removed unnecessary redraw in SCI_GOTOPOS for performance.nyamatongwe1-1/+0
Feature #3146650.
2010-12-16Fixing invalid HTML.nyamatongwe2-72/+63
2010-12-14NUL terminate strings for characters typed. Helps receivers of SCN_MACRORECORD.nyamatongwe1-0/+1