| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-05-24 | Fixed version.rel-3-7-5 | Neil | 1 | -1/+1 | |
| 2017-05-23 | Standardize spelling. | Neil Hodgson | 1 | -81/+81 | |
| 2017-05-23 | Updated for 3.7.5 release. | Neil | 3 | -11/+15 | |
| 2017-05-18 | Handle Hex & Exp representations properly. Octal representation not ↵ | oirfeodent | 1 | -0/+4 | |
| available in BaanC. Undo auto indentation by editor. Add + as well similar to -. V3. Replace ascii value of e & x to actual value. | |||||
| 2017-05-22 | Bug [#1946]. Builds are made with a sorted list of lexers to be more ↵ | Bernhard M. Wiedemann | 1 | -0/+5 | |
| reproducible. | |||||
| 2017-05-16 | Updated link. | Neil | 1 | -2/+2 | |
| 2017-05-12 | Bug [#310]. Update documentation. | Neil | 1 | -3/+7 | |
| 2017-05-10 | Feature [feature-requests:#1187]. Update scroll bar when annotations added, | Neil | 1 | -0/+4 | |
| removed, or visibility changed. | |||||
| 2017-05-08 | SciTE change log. | Neil | 1 | -0/+3 | |
| 2017-05-08 | Bug [#1944]. Recognize strings in lists in more cases. | Kein-Hong Man | 1 | -0/+4 | |
| 2017-05-06 | SciTE change log. | Neil | 1 | -0/+4 | |
| 2017-04-25 | Bug [#1940]. Canceling modes with the Esc key preserves a rectangular selection. | Neil | 1 | -0/+4 | |
| 2017-04-22 | Fix a leak of mouse tracking areas. | Neil Hodgson | 1 | -0/+3 | |
| 2017-04-21 | Treat comments at the end of the file as separate from the preceding structure. | Neil | 1 | -0/+3 | |
| 2017-04-18 | Bug [#1936]. Implement comment folding. | darmar | 1 | -0/+4 | |
| 2017-04-18 | Bug [#1935]. Recognize a preprocessor line after a line continuation. | darmar | 1 | -0/+4 | |
| 2017-04-11 | Credit. | Neil | 1 | -0/+1 | |
| 2017-04-10 | Bug [#1931]. Recognize comments in more situations and treat "..." like "---". | Jim Pattee | 1 | -0/+5 | |
| 2017-04-08 | SciTE change log. | Neil | 1 | -0/+3 | |
| 2017-04-06 | Added a caret line frame as an alternative visual for highlighting the caret ↵ | A-R-C-A | 2 | -0/+9 | |
| line. | |||||
| 2017-04-06 | SciTE change log. | Neil | 1 | -0/+4 | |
| 2017-04-05 | Change log. | Neil | 1 | -0/+4 | |
| 2017-04-02 | Added "Reverse Selected Lines" as SCI_LINEREVERSE. | Vicente | 2 | -1/+7 | |
| 2017-03-30 | SciTE change log. | Neil | 1 | -0/+4 | |
| 2017-03-30 | Stop drawing a focus rectangle on the autocompletion list. | Neil | 1 | -0/+4 | |
| Raise the default list length to 9 items. | |||||
| 2017-03-30 | Make autocompletion slightly wider to avoid text truncation. | Neil Hodgson | 1 | -0/+3 | |
| 2017-03-25 | SciTE change log. | Neil | 1 | -0/+3 | |
| 2017-03-23 | The Python lexer recognizes identifiers more accurately when they include | Neil | 1 | -0/+3 | |
| non-ASCII characters. Calls provided for determining whether characters are in the sets defined for identifiers by the Unicode standard in UAX #31. | |||||
| 2017-03-23 | Updated case conversion and character categories to Unicode 9. | Neil | 1 | -0/+11 | |
| 2017-03-21 | Document C++11 requirement. | Neil | 3 | -5/+10 | |
| 2017-03-19 | Update for 3.7.4 release. | Neil | 3 | -9/+11 | |
| 2017-03-19 | Change log for the recent fold tag drawing fixes. | Neil | 1 | -0/+4 | |
| 2017-03-16 | Fix use-after-free in fold tags when top line folded then new top line inserted. | Neil | 1 | -0/+3 | |
| In SparseVector, string inserted at start then NULL inserted at start. | |||||
| 2017-03-11 | SciTE change log. | Neil | 1 | -1/+5 | |
| 2017-03-11 | SciTE change log. | Neil | 1 | -0/+4 | |
| 2017-03-10 | Bug [#1653]. Detect if Windows 8+ or KB2533623 installed before using flag. | Neil | 1 | -0/+4 | |
| LOAD_LIBRARY_SEARCH_SYSTEM32 causes failure of Direct2D on original Windows 7 so check for availability before using. | |||||
| 2017-03-09 | Drop support for Windows NT 4 by statically linking to system APIs that are | Neil | 1 | -0/+3 | |
| only available from Windows 2000 and later. | |||||
| 2017-03-08 | SciTE change log. | Neil | 1 | -0/+4 | |
| 2017-03-08 | Improve f-string support. | John Ehresman | 1 | -0/+8 | |
| Add support for multiline expressions in triple quoted f-strings. Handle nested "()", "[]", and "{}" in f-string expressions and terminate expression coloring at ":" or "!". End f-string if ending quote is seen in a "{}" expression. Fix terminating single quoted f-string at EOL. | |||||
| 2017-03-07 | Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled. | Neil | 2 | -13/+62 | |
| 2017-03-07 | Handle nested comments for adjacent markers like "/*/*" or "*/*/". | Matt Gilarde | 1 | -0/+4 | |
| 2017-03-06 | New "indent" lexer styled as plain text but folded by indentation level. | Vicente | 1 | -0/+3 | |
| 2017-03-06 | Fold a VHDL "entity" on the first line of the file. | Vicente | 1 | -0/+3 | |
| 2017-03-05 | For IMEs, do not clear selected text when there is no composition text to show. | johnsonj | 1 | -0/+3 | |
| 2017-03-03 | Change log. | Neil Hodgson | 1 | -0/+5 | |
| 2017-03-02 | Fix potential problems with IME on Cocoa when document contains invalid UTF-8. | Neil | 1 | -0/+4 | |
| 2017-03-02 | Bug [#1881]. Revert part of previous fix as it stopped the accented character | Neil | 1 | -0/+6 | |
| chooser from appearing. Special-case the Chinese "Cangjie" input source. | |||||
| 2017-02-26 | Bug [#1907]. GTK: Fix crash after destroying the widget on GTK < 3.3.6 | Colomban Wendling | 1 | -0/+4 | |
| On GTK2 and GTK3 < 3.3.6 there is no GtkAccessibleClass::widget_unset() method, so we can't destroy our accessible object right away. So, to avoid accessing a destroyed widget, we need to check whether the widget still exists in the the ScintillaGTKAccessible destructor. In other methods it's not necessary because the wrapping GObject class makes sure not to forward other when the widget has been destroyed, but we still have to destroy the C++ instance no matter what, so the check has to be on this side. | |||||
| 2017-02-25 | Bug [#1915]. Fix crash on OS X 10.9 due to accessibility API not available. | Chinh Nguyen | 1 | -0/+4 | |
| 2017-02-23 | Bug [#1905]. Fix stream selection mode when moving caret up or down. | Neil | 1 | -0/+4 | |
