Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-10 | Fixing double-click inside word selecting non-word characters. Bug #3111174. | nyamatongwe | 3 | -14/+62 | |
A double-click on a visible character always selects that character and the word it is in. From Jordan Russell. | |||||
2011-01-05 | Single quote strings with '\' to join lines now styled correctly. Bug #3150522. | nyamatongwe | 1 | -2/+2 | |
2011-01-03 | Right click cancels autocompletion and sets focus. Bug #3144531. | nyamatongwe | 1 | -1/+4 | |
2011-01-03 | Updated change date. | nyamatongwe | 1 | -1/+1 | |
2011-01-03 | Made updated flags into an enumeration. | nyamatongwe | 1 | -0/+1 | |
2011-01-02 | Ensure a SCN_UPDATEUI notification occurs when overstrike mode changed. | nyamatongwe | 1 | -0/+1 | |
2011-01-02 | Send SCN_UPDATEUI notification when view scrolled. Satisfies feature request ↵ | nyamatongwe | 5 | -14/+88 | |
#3125977. Also includes an updated field in notification so that updates of no interest can be easily ignored. | |||||
2011-01-02 | Avoid cppcheck warnings. | nyamatongwe | 5 | -5/+10 | |
2010-12-31 | Minimize redraw when clicking mouse to make new empty selection. | nyamatongwe | 1 | -1/+2 | |
2010-12-30 | Fix entering line selection mode after two clicks. Bug #3143635. | nyamatongwe | 1 | -0/+2 | |
2010-12-30 | Avoid redraws when setting an indicator over positions where it is already set. | nyamatongwe | 2 | -1/+5 | |
From Tino Weinkauf. | |||||
2010-12-29 | Merge reverse arrow branch and mainline. | nyamatongwe | 1 | -0/+4 | |
2010-12-29 | Dynamically generate reverse arrow cursor. Feature 3143968 by Jordan Russell. | nyamatongwe | 9 | -36/+51 | |
Instead of including a reverse arrow as a cursor resource in Scintilla, generate it by reversing the normal arrow cursor. | |||||
2010-12-29 | Include 68K Assembler lexer in build. | nyamatongwe | 1 | -0/+4 | |
2010-12-29 | Clean whitespace. | nyamatongwe | 1 | -5/+5 | |
2010-12-29 | Removed unnecessary redraw in SCI_GOTOPOS for performance. | nyamatongwe | 1 | -1/+0 | |
Feature #3146650. | |||||
2010-12-16 | Fixing invalid HTML. | nyamatongwe | 2 | -72/+63 | |
2010-12-14 | NUL terminate strings for characters typed. Helps receivers of SCN_MACRORECORD. | nyamatongwe | 1 | -0/+1 | |
2010-12-11 | Make multiple selection multi-paste work when multi-type is off. Bug #3126221. | nyamatongwe | 4 | -5/+5 | |
2010-12-10 | Made LexerBase destructor virtual so LexerSimple cleans up string member. ↵ | nyamatongwe | 1 | -1/+1 | |
Bug #3133672. | |||||
2010-12-09 | Folding for Ruby here documents. Feature #3118224. | nyamatongwe | 1 | -1/+7 | |
2010-12-09 | Folding for Bash here documents. Feature #3118223. | nyamatongwe | 1 | -0/+8 | |
2010-12-08 | Added tag rel-2-23 for changeset 338e9c43eb83 | nyamatongwe | 1 | -0/+1 | |
2010-12-08 | Added 68K assembler lexer. | nyamatongwe | 3 | -0/+25 | |
Some region settings were inserted automatically by Xcode. | |||||
2010-12-08 | Added new 68K assembler lexer. | nyamatongwe | 1 | -2/+2 | |
2010-12-04 | Updates for 2.23. | nyamatongwe | 1 | -1/+1 | |
2010-12-04 | Updates for 2.23. | nyamatongwe | 2 | -1/+50 | |
2010-12-04 | Dropping Borland support. | nyamatongwe | 1 | -2/+0 | |
2010-12-04 | Updates for 2.23. | nyamatongwe | 5 | -15/+24 | |
2010-12-03 | Remove styling idle in destructor to avoid crashing when idle called | nyamatongwe | 1 | -0/+1 | |
after ScintillaGTK instance destroyed. | |||||
2010-11-25 | Bug #3113609. Fix folding when if/else/elsif on one line. | nyamatongwe | 1 | -16/+20 | |
2010-11-21 | Speed up creating large rectangular selections. | nyamatongwe | 3 | -1/+7 | |
2010-11-20 | Bug #3108351. Fix folding with end when fold.sql.only.begin=1. | nyamatongwe | 1 | -6/+28 | |
2010-11-20 | Bug #3111957. Use __unix__ rather than unix for compatibility with OpenBSD. | nyamatongwe | 1 | -1/+1 | |
2010-11-16 | Feature #3108351. Enable fold.at.else for SQL. From Jérôme LAFORGE. | nyamatongwe | 1 | -2/+8 | |
2010-11-10 | Use batch rules to build 25% faster. | nyamatongwe | 1 | -8/+8 | |
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. |