| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-12 | Backport: Bug [#1957]. Add focusChanged(bool focused) signal. | Justin Dailey | 1 | -0/+4 | |
| Backport of changeset 6342:216bf96995c8. | |||||
| 2017-07-09 | Backport: Updated styling to avoid Comic Sans - such an unfairly maligned font. | Justin Dailey | 1 | -3/+3 | |
| Backport of changeset 6341:a9e074386d18. | |||||
| 2017-07-09 | Backport: Bug [#1955]. The data parameter to ILoader::AddData made const. | Justin Dailey | 2 | -1/+5 | |
| Backport of changeset 6340:52f12c3eebcd. | |||||
| 2017-07-09 | Backport: Added BowPad. | johnsonj | 1 | -0/+4 | |
| Backport of changeset 6339:040330eec86d. | |||||
| 2017-07-07 | Backport: Bug [#1949]. Fix drawing failure in wrap mode for GTK+ 2.x. | Neil | 1 | -0/+1 | |
| Backport of changeset 6338:ebec660dcf48. | |||||
| 2017-07-07 | Backport: Redraw when overtype changed so caret change visible even when not ↵ | Justin Dailey | 1 | -0/+5 | |
| blinking. Notify application with SC_UPDATE_SELECTION when overtype changed - previously sent SC_UPDATE_CONTENT. Backport of changeset 6337:79f86be9e988. | |||||
| 2017-07-04 | Backport: Dropping files fires the SCN_URIDROPPED notification instead of ↵ | Justin Dailey | 1 | -0/+4 | |
| inserting text. Backport of changeset 6334:5ca0ae5097a1. | |||||
| 2017-06-29 | Backport: Bug [#1951]. matlab lexer - dont use 'end' as a keyword when used ↵ | John Donoghue | 1 | -0/+5 | |
| as a index. (ColouriseMatlabOctaveDoc) - set end as a number if within brackets ()[]{} that would allow end as an index rather than a keyword. Backport of changeset 6332:15f61ea20276. | |||||
| 2017-07-01 | Backport: Include the 'updated' flags in the updateUi signal. | Justin Dailey | 1 | -1/+6 | |
| Don't send updateUi for focus in. Backport of changeset 6331:47a4b85d2fa8. | |||||
| 2017-06-19 | Backport: The default encoding is now UTF-8. | Neil | 2 | -9/+12 | |
| Backport of changeset 6320:8d56eaef4f0a. | |||||
| 2017-06-13 | Backport: Bug [#1949]. Fix drawing failure in wrap mode for delete to ↵ | Neil | 1 | -0/+5 | |
| start/end of line. Backport of changeset 6313:82cb780a04d1. | |||||
| 2017-06-11 | Backport: Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 2 | -7/+50 | |
| Backported from changeset 6306:7e28cdba6d61. | |||||
| 2018-03-13 | Update GTK+ version requirements. | mitchell | 1 | -3/+3 | |
| 2017-06-07 | Backport: Bug [#1919]. Rust - Update integer suffixes. | Pavel Sountsov | 1 | -0/+4 | |
| Backport of changeset 6302:0577ec50750e. | |||||
| 2017-06-10 | Backport: Bug [#1947]. Reenable mouse tracking when the window is reshown. | Baldur Karlsson | 1 | -0/+5 | |
| Backport of changeset 6300:d0038cc1af23. | |||||
| 2018-03-13 | Prepare changelog for 3.x. | mitchell | 1 | -0/+11 | |
| 2018-03-11 | Added optional Lua lexer support. | mitchell | 2 | -1/+2610 | |
| This support is disabled by default and must be enabled via compile-time option. | |||||
| 2018-03-10 | Added curses platform. | mitchell | 1 | -4/+0 | |
| 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 | |
