| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-09 | Fix 64-bit build on Windows which was broken in 3.6.3 as long only 32-bits. | Neil | 1 | -0/+3 | |
| 2016-02-04 | SciTE change log. | Neil | 1 | -0/+5 | |
| 2016-02-01 | Support single-line comments, abbreviated keywords and extend nested comments to | Matt Gilarde | 1 | -0/+5 | |
| unlimited levels. | |||||
| 2016-01-31 | Bug [#1799]. Folds unfolded when two fold regions are merged by either deleting | Markus Nißl | 1 | -0/+6 | |
| an intervening line or changing its fold level by adding characters. Add LevelNumber function to simplify expressions implmenting folding. | |||||
| 2016-01-26 | Change log. | Neil | 1 | -0/+3 | |
| 2016-01-25 | Make IME indicators work similarly on all 3 platforms. | johnsonj | 1 | -0/+3 | |
| 2016-01-22 | For Qt, release builds have assertions turned off. | John Ehresman | 1 | -0/+3 | |
| 2016-01-22 | Limit the extent of Mako line comments to finish before the line end characters. | John Ehresman | 1 | -0/+12 | |
| This prevents a later assertion failure. | |||||
| 2016-01-15 | Deferred release due to SciTE fix.rel-3-6-3 | Neil | 2 | -4/+7 | |
| 2016-01-13 | Updated modification date. | Neil | 1 | -1/+1 | |
| 2016-01-12 | Add entries for ZeroBrane and XML Validator Buddy and fix description of | Neil | 1 | -1/+10 | |
| CodeAssistor. | |||||
| 2016-01-11 | Remove dead links and fix a broken link. | Neil | 1 | -20/+1 | |
| 2016-01-11 | Remove dead links and update others. | Neil | 1 | -46/+28 | |
| 2016-01-11 | Update links. | Neil | 1 | -2/+2 | |
| 2016-01-11 | Close viewport tag. | Neil | 10 | -10/+10 | |
| 2016-01-10 | Updates for 3.6.3. | Neil | 3 | -9/+10 | |
| 2016-01-09 | Recognize numbers more accurately and allow non-ASCII verbatim quoting | Thomas Linder Puls | 1 | -0/+5 | |
| characters. | |||||
| 2016-01-07 | Fix bug with final line in escape sequence recognition mode. | Neil | 1 | -0/+3 | |
| 2016-01-06 | Clarify out of bounds behaviour. | Neil | 1 | -0/+1 | |
| 2016-01-05 | Fix module ::-syntax when special characters such as 'x' are used. | Kein-Hong Man | 1 | -1/+4 | |
| Added ' and " detection as prefix chars for x repetition operator. | |||||
| 2015-12-31 | Bug [#1796]. Expand folded areas before deleting fold header line. | Neil | 1 | -0/+7 | |
| 2015-12-28 | Bug [#1797]. Highlight changed subroutine prototype syntax for Perl 5.20. | Kein-Hong Man | 1 | -1/+3 | |
| 2015-12-28 | Bug [#1778]. Recognize more characters as here-doc delimiters. | Kein-Hong Man | 1 | -1/+3 | |
| 2015-12-20 | Bug [#1794]. Support using '#' in non-comment ways as is possible with zsh. | Kein-Hong Man | 1 | -5/+7 | |
| 2015-12-18 | Bug [#1793]. Add support for Perl 5.22. | Kein-Hong Man | 1 | -2/+7 | |
| Double-diamond operator <<>> Hexadecimal floating point literals Repetition in list assignment Added example file to the lexing tests and changed lexing tests to allow larger files and to standardise on Unix line ends when testing these larger files to avoid spurious failures. | |||||
| 2015-12-16 | Change log. | Neil | 1 | -0/+7 | |
| 2015-12-15 | Updated change log for SciTE addition. | Neil | 1 | -0/+5 | |
| 2015-12-15 | Minor cleanups for GObject introspection. | Neil | 1 | -0/+3 | |
| Avoid doc-comment in header as they are interpreted by g-ir-scanner, fix a typo, remove empty lines, add to change log. | |||||
| 2015-12-14 | Block IME when some selected text is protected. | johnsonj | 1 | -0/+4 | |
| 2015-12-13 | Korean input by word fixed. | johnsonj | 1 | -1/+1 | |
| 2015-12-12 | Bug [#1791]. Added a missing symbol (the underscore) for subroutine prototypes. | Kein-Hong Man | 1 | -0/+4 | |
| Removed the dynamic array. | |||||
| 2015-12-11 | Korean input by word fixed. | johnsonj | 1 | -0/+3 | |
| 2015-12-11 | Bug [#1790]. Include '&' and '|' bitwise operators for Lua 5.3. | Kein-Hong Man | 1 | -0/+4 | |
| 2015-12-10 | Bug [#1788]. Fix crash when autocompletion list closed during scroll bounce-back | Chinh Nguyen | 1 | -0/+4 | |
| 2015-12-10 | Flag incomplete here doc delimiters as syntax errors, matching bash 4.3. | Kein-Hong Man | 1 | -0/+4 | |
| Avoid heap allocations for here delimiter and quote stack. | |||||
| 2015-12-04 | Change log. | Neil | 1 | -0/+4 | |
| 2015-11-20 | Remove line end whitespace. | Neil | 5 | -39/+39 | |
| 2015-11-20 | Using DirectWrite, for ligatures and other character clusters, display caret and | Neil | 1 | -0/+5 | |
| selections part-way through clusters so that the caret doesn't stick to the end of the cluster making it easier to understand editing actions. | |||||
| 2015-11-20 | Bug [#1779]. Better Unicode input support on Windows systems. | Sam Hocevar | 1 | -0/+6 | |
| - support surrogate pairs in WM_CHAR messages - support characters from supplementary planes in WM_UNICHAR messages - support WM_UNICHAR messages in non-Unicode mode - fix some code duplication Also, do not return FALSE upon receiving a WM_UNICHAR message with a UNICODE_NOCHAR parameter, since WM_UNICHAR can actually be handled just fine (at least with the exact same level of support as WM_CHAR). | |||||
| 2015-11-15 | Fix HTML markup. | Neil | 1 | -1/+1 | |
| 2015-11-15 | Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multiple | John Ehresman | 1 | -0/+4 | |
| selection. | |||||
| 2015-11-11 | Implemented idle styling. This allows painting without first styling all visible | Neil | 2 | -1/+26 | |
| text then styling in the background using idle-time. | |||||
| 2015-11-11 | SciTE change log. | Neil | 1 | -0/+5 | |
| 2015-11-09 | Change log. | Neil | 1 | -0/+12 | |
| 2015-11-02 | Fix typo.rel-3-6-2 | Neil | 1 | -1/+1 | |
| 2015-11-02 | Updates for 3.6.2. | Neil | 3 | -16/+12 | |
| 2015-11-02 | Fix grammar. | Neil | 1 | -1/+1 | |
| 2015-10-25 | GTK: Fix autoc popup row height on GTK2 when it changes at runtime | Colomban Wendling | 1 | -0/+4 | |
| Now the popup is cached the row height has to be re-computed when the font changes on GTK2 too. Closes [bugs:1774]. | |||||
| 2015-10-27 | Log previous change. | Neil | 1 | -0/+5 | |
| 2015-10-26 | Log Cocoa crash fix changes. | Neil Hodgson | 1 | -0/+7 | |
