aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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
2010-11-05Horizontal or vertical lines can be more precisely drawn as a fillednyamatongwe1-17/+31
rectangle as this avoids antialiasing the end points which makes them less intense.
2010-11-05Undo previous change to folding markers as can be fixed Cairo drawingnyamatongwe1-13/+13
can be fixed in PlatGTK.cxx.
2010-11-05Turn Cairo back on.nyamatongwe1-1/+1
2010-11-05Change fold markers to connect better with Cairo drawing thatnyamatongwe2-18/+18
avoids last pixel with LineTo. Changed RectangleDraw and Ellipse to align better with lines and so match fold markers.
2010-11-05Make Cairo line drawing more compatible with GDK by not drawing lastnyamatongwe1-2/+20
pixel when this is easy.
2010-11-03Avoid warning for unused assignment.nyamatongwe1-1/+1
2010-11-03Support for #region for PHP. Feature #3101624.nyamatongwe2-2/+13
2010-11-02Can draw with Cairo rather than GDK for compatibility with newer versions of ↵nyamatongwe2-22/+259
GTK+. Will be required for GTK+ 3.0 although not tested with 3.0 or development version 2.9. Can be turned on with USE_CAIRO definition and this is selected automatically for GTK+ 2.22 or later. Cairo is antialiased so some drawing will appear different.
2010-11-02Change creation of stippled pixmaps to use FillRectangle calls rather than ↵nyamatongwe1-9/+8
LineTo to avoid blurry images when using an antialiased drawing library like Cairo.
2010-10-31Documentation.nyamatongwe1-0/+2
2010-10-31Feature request #3098071. Property to turn off '#' as comment start in SQL.nyamatongwe2-1/+7
2010-10-29Documentationnyamatongwe1-0/+5
2010-10-27Spelling and date of change.nyamatongwe2-2/+2
2010-10-27Added tag rel-2-22 for changeset 91d53a344450nyamatongwe0-0/+0
2010-10-27Fix for bug #3063822 for bash here docs starting with <<-rel-2-22nyamatongwe2-2/+6
2010-10-27Better version of last patch should get eolfilled right.nyamatongwe1-1/+1
2010-10-26Whitespace.nyamatongwe1-1/+1
2010-10-26Fix problem with background style appearing after last character on line.nyamatongwe1-0/+1
2010-10-22Updates for 2.22 release.nyamatongwe6-17/+118
2010-10-22Addition of '?' regular expression operator to indicate 0 or 1 occurrencesnyamatongwe2-31/+64
and non-greedy matches.
2010-10-21Using non-deprecated functions for manipulating widget flags.nyamatongwe1-0/+33
2010-10-20Fixed code that did not split style bytes into styles and indicators.nyamatongwe1-4/+4
2010-10-20Feature request #3064696 SCI_VERTICALCENTRECARET: center current line in window.nyamatongwe4-3/+23
2010-10-20Credit.nyamatongwe1-0/+1
2010-10-20Trailing whitespace fixed.nyamatongwe1-2/+2
2010-10-20Folding fix for "if" keyword used as a modifier where it is separatednyamatongwe1-3/+38
from the modified statement by an escaped new line. From bug #2093767.
2010-10-20Handle % quoting better.nyamatongwe1-0/+9
From bug #2093767.
2010-10-20Treat all dots as operators in ranges 1..2 and 1...2 rather thannyamatongwe1-0/+4
treating the first dot as part of a number. Fixes part of bug #3058496 and patch came from bug #2093767.
2010-10-15Clarification.nyamatongwe1-1/+1