aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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.nyamatongwe10-41/+56
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
2010-12-11Make multiple selection multi-paste work when multi-type is off. Bug #3126221.nyamatongwe4-5/+5
2010-12-10Made LexerBase destructor virtual so LexerSimple cleans up string member. ↵nyamatongwe1-1/+1
Bug #3133672.
2010-12-09Folding for Ruby here documents. Feature #3118224.nyamatongwe1-1/+7
2010-12-09Folding for Bash here documents. Feature #3118223.nyamatongwe1-0/+8
2010-12-08Added tag rel-2-23 for changeset 338e9c43eb83nyamatongwe0-0/+0
2010-12-08Added 68K assembler lexer.rel-2-23nyamatongwe3-0/+25
Some region settings were inserted automatically by Xcode.
2010-12-08Added new 68K assembler lexer.nyamatongwe1-2/+2
2010-12-04Updates for 2.23.nyamatongwe1-1/+1
2010-12-04Updates for 2.23.nyamatongwe2-1/+50
2010-12-04Dropping Borland support.nyamatongwe1-2/+0
2010-12-04Updates for 2.23.nyamatongwe5-15/+24
2010-12-03Remove styling idle in destructor to avoid crashing when idle callednyamatongwe1-0/+1
after ScintillaGTK instance destroyed.
2010-11-25Bug #3113609. Fix folding when if/else/elsif on one line.nyamatongwe1-16/+20
2010-11-21Speed up creating large rectangular selections.nyamatongwe3-1/+7
2010-11-20Bug #3108351. Fix folding with end when fold.sql.only.begin=1.nyamatongwe1-6/+28
2010-11-20Bug #3111957. Use __unix__ rather than unix for compatibility with OpenBSD.nyamatongwe1-1/+1
2010-11-16Feature #3108351. Enable fold.at.else for SQL. From Jérôme LAFORGE.nyamatongwe1-2/+8
2010-11-10Use batch rules to build 25% faster.nyamatongwe1-8/+8
2010-11-10Remove support for Borland C++.nyamatongwe8-84/+16
Use a library for the lexers with MSVC to simplify SciTE makefile.
2010-11-10Ignore libraries.nyamatongwe1-0/+1
2010-11-08Fix for bug #3103936. Backwards search with code page 936 does not match at ↵nyamatongwe1-1/+1
line start.
2010-11-08Feature #3104091. Folding for CASE in SQL. From Jérôme LAFORGE.nyamatongwe1-1/+4
2010-11-06Lexer for Motorola 68000 assembler.nyamatongwe7-0/+369