Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-10 | Remove support for Borland C++. | nyamatongwe | 8 | -84/+16 | |
Use a library for the lexers with MSVC to simplify SciTE makefile. | |||||
2010-11-10 | Ignore libraries. | nyamatongwe | 1 | -0/+1 | |
2010-11-08 | Fix for bug #3103936. Backwards search with code page 936 does not match at ↵ | nyamatongwe | 1 | -1/+1 | |
line start. | |||||
2010-11-08 | Feature #3104091. Folding for CASE in SQL. From Jérôme LAFORGE. | nyamatongwe | 1 | -1/+4 | |
2010-11-06 | Lexer for Motorola 68000 assembler. | nyamatongwe | 7 | -0/+369 | |
2010-11-05 | Horizontal or vertical lines can be more precisely drawn as a filled | nyamatongwe | 1 | -17/+31 | |
rectangle as this avoids antialiasing the end points which makes them less intense. | |||||
2010-11-05 | Undo previous change to folding markers as can be fixed Cairo drawing | nyamatongwe | 1 | -13/+13 | |
can be fixed in PlatGTK.cxx. | |||||
2010-11-05 | Turn Cairo back on. | nyamatongwe | 1 | -1/+1 | |
2010-11-05 | Change fold markers to connect better with Cairo drawing that | nyamatongwe | 2 | -18/+18 | |
avoids last pixel with LineTo. Changed RectangleDraw and Ellipse to align better with lines and so match fold markers. | |||||
2010-11-05 | Make Cairo line drawing more compatible with GDK by not drawing last | nyamatongwe | 1 | -2/+20 | |
pixel when this is easy. | |||||
2010-11-03 | Avoid warning for unused assignment. | nyamatongwe | 1 | -1/+1 | |
2010-11-03 | Support for #region for PHP. Feature #3101624. | nyamatongwe | 2 | -2/+13 | |
2010-11-02 | Can draw with Cairo rather than GDK for compatibility with newer versions of ↵ | nyamatongwe | 2 | -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-02 | Change creation of stippled pixmaps to use FillRectangle calls rather than ↵ | nyamatongwe | 1 | -9/+8 | |
LineTo to avoid blurry images when using an antialiased drawing library like Cairo. | |||||
2010-10-31 | Documentation. | nyamatongwe | 1 | -0/+2 | |
2010-10-31 | Feature request #3098071. Property to turn off '#' as comment start in SQL. | nyamatongwe | 2 | -1/+7 | |
2010-10-29 | Documentation | nyamatongwe | 1 | -0/+5 | |
2010-10-27 | Spelling and date of change. | nyamatongwe | 2 | -2/+2 | |
2010-10-27 | Added tag rel-2-22 for changeset 91d53a344450 | nyamatongwe | 1 | -0/+1 | |
2010-10-27 | Fix for bug #3063822 for bash here docs starting with <<- | nyamatongwe | 2 | -2/+6 | |
2010-10-27 | Better version of last patch should get eolfilled right. | nyamatongwe | 1 | -1/+1 | |
2010-10-26 | Whitespace. | nyamatongwe | 1 | -1/+1 | |
2010-10-26 | Fix problem with background style appearing after last character on line. | nyamatongwe | 1 | -0/+1 | |
2010-10-22 | Updates for 2.22 release. | nyamatongwe | 6 | -17/+118 | |
2010-10-22 | Addition of '?' regular expression operator to indicate 0 or 1 occurrences | nyamatongwe | 2 | -31/+64 | |
and non-greedy matches. | |||||
2010-10-21 | Using non-deprecated functions for manipulating widget flags. | Unknown | 1 | -0/+33 | |
2010-10-20 | Fixed code that did not split style bytes into styles and indicators. | nyamatongwe | 1 | -4/+4 | |
2010-10-20 | Feature request #3064696 SCI_VERTICALCENTRECARET: center current line in window. | nyamatongwe | 4 | -3/+23 | |
2010-10-20 | Credit. | nyamatongwe | 1 | -0/+1 | |
2010-10-20 | Trailing whitespace fixed. | nyamatongwe | 1 | -2/+2 | |
2010-10-20 | Folding fix for "if" keyword used as a modifier where it is separated | nyamatongwe | 1 | -3/+38 | |
from the modified statement by an escaped new line. From bug #2093767. | |||||
2010-10-20 | Handle % quoting better. | nyamatongwe | 1 | -0/+9 | |
From bug #2093767. | |||||
2010-10-20 | Treat all dots as operators in ranges 1..2 and 1...2 rather than | nyamatongwe | 1 | -0/+4 | |
treating the first dot as part of a number. Fixes part of bug #3058496 and patch came from bug #2093767. | |||||
2010-10-15 | Clarification. | nyamatongwe | 1 | -1/+1 | |
2010-10-11 | Feature request #3082409 implemented for SCN_HOTSPOTRELEASECLICK event. | nyamatongwe | 6 | -5/+36 | |
Contributed by Farshid Lashkari. | |||||
2010-10-10 | Fix for bug #1263788 LaTeX syntax wrong for \end {something} | nyamatongwe | 1 | -1/+1 | |
2010-10-08 | Fix for bug #3081721. Scroll to make caret visible off-by-one error. | nyamatongwe | 1 | -1/+1 | |
2010-10-06 | Credit. | nyamatongwe | 1 | -0/+1 | |
2010-10-06 | Fix for bug #3079778: Autocompletion list overlaps text when ↵ | nyamatongwe | 1 | -3/+3 | |
WS_EX_CLIENTEDGE used | |||||
2010-10-06 | Fix for bug #3079114: Set x chosen after autocompletion. | nyamatongwe | 1 | -0/+1 | |
2010-10-06 | Feature request #3079784 Use system caret blink time on Windows | nyamatongwe | 1 | -0/+4 | |
2010-09-29 | Fix for bug #3077452 PgUp/PgDn not virtual space aware. | nyamatongwe | 1 | -8/+11 | |
2010-09-29 | Credit | nyamatongwe | 1 | -0/+2 | |
2010-09-25 | Optimization of line layout by minimizing calls in Editor::LayoutLine and ↵ | nyamatongwe | 6 | -17/+45 | |
avoiding case force processing unless at least one style uses a case force option. | |||||
2010-09-25 | Bug #3075074 fixed. AddMark and AddMarkSet need to check line arg | nyamatongwe | 1 | -1/+4 | |
2010-09-24 | Added GetRange method to SplitVector as fast way to retrieve elements. | nyamatongwe | 2 | -4/+18 | |
2010-09-24 | Added SCI_CONTRACTEDFOLDNEXT as a way to find contracted fold headers ↵ | nyamatongwe | 7 | -1/+49 | |
efficiently. | |||||
2010-09-23 | Fix for bug #3073481, in MouseLeave set ptMouseLast to (-1,-1) so will not send | nyamatongwe | 1 | -1/+6 | |
dwell start on timer. Send dwell end for mouse leave. | |||||
2010-09-16 | Making methods const when they should be. | nyamatongwe | 2 | -4/+4 | |
2010-09-16 | Make internal methods private. | nyamatongwe | 1 | -4/+4 | |