Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-26 | lexlua: Fixed HTML unit test with lexer update. | mitchell | 1 | -5/+3 | |
2018-10-26 | Updated BACKPORTING. | mitchell | 1 | -6/+47 | |
2018-10-18 | Backport: Updated case conversion and character categories to Unicode 11. | Neil | 3 | -62/+187 | |
Fixed history by moving new items into the pending version. Backport of changeset 7120:3d7ba41494e8. | |||||
2018-10-17 | Backport: Use nullptr, default brace and member initialisation for some ↵ | Neil | 2 | -52/+42 | |
simple cases. Backport of changeset 7119:32e2131e1f04. | |||||
2018-10-17 | Backport: Use nullptr and default brace initialisation for some simple cases. | Neil | 3 | -4/+6 | |
Backport of changeset 7118:526318f7d6c7. | |||||
2018-10-17 | Backport: Bug [#2051]. Correct return value from SCI_MARKERADD for invalid ↵ | Neil | 2 | -5/+9 | |
lines. Backport of changeset 7117:0cbbfacbf008. | |||||
2018-10-16 | Backport: Suppress warnings from cppcheck 1.85. | Neil | 1 | -0/+10 | |
The useStlAlgorithm suggestions may be worth investigation but they are not obvious so should not be in the default messages for now. Backport of changeset 7116:a0b495cddb79. | |||||
2018-10-16 | Backport: Make damping work in ActionDuration. | Colomban Wendling | 1 | -1/+1 | |
Backport of changeset 7115:f6d66247a18e. | |||||
2018-10-15 | Backport: Set number of lines wrapped in one go to maintain responsiveness ↵ | Neil | 3 | -2/+17 | |
and efficiency by measuring speed and limiting to around 10 milliseconds. Backport of changeset 7114:efe194662480. | |||||
2018-10-15 | Backport: Extract duration measurement damping and clamping into ↵ | Neil | 3 | -24/+47 | |
ActionDuration class so that it can be reused. Backport of changeset 7113:9b7421470bf8. | |||||
2018-10-11 | Backport: Replace NULL and 0 with nullptr in clear cases of pure C++ code. | Neil | 9 | -31/+31 | |
Backport of changeset 7111:e3cecaf6bd37. | |||||
2018-10-11 | Backport: Add SCI_SETCOMMANDEVENTS API to allow turning off command events. | Neil | 10 | -15/+55 | |
This can reduce the time taken to fold a document by half. Backport of changeset 7110:09c647755bed. | |||||
2018-10-09 | Backport: Improve performance of Editor::RangeText by avoding per-character ↵ | Neil | 1 | -3/+1 | |
checks. Helps applications that call SCI_GETTARGETTEXT. Backport of changeset 7109:29f0ca6d2d1b, but with const_cast to fix compile error. | |||||
2018-10-09 | Backport: Improve performance of text insertion when Unicode line indexing off. | Neil | 2 | -7/+16 | |
Backport of changeset 7108:9ef6d056e686. | |||||
2018-10-09 | Backport: Extra tests for out-of-range arguments. | Neil | 1 | -0/+3 | |
Backport of changeset 7107:d61f8e08117b. | |||||
2018-09-30 | Backport: Synchronize definition and documentation. | Neil | 2 | -4/+4 | |
Backport of changeset 7102:927e7d62e917. | |||||
2018-09-29 | Backport: Use nullptr when simple. | Neil | 1 | -6/+6 | |
Backport of changeset 7100:31d188d6cc82. | |||||
2018-09-29 | Backport: Normalize formatting with astyle. | Neil | 1 | -5/+5 | |
Backport of changeset 7099:4a3900a05537. | |||||
2018-09-29 | Backport: Remove dead code. | Neil | 1 | -1/+0 | |
Backport changeset 7098:b9de068f7202. | |||||
2018-09-29 | Backport: Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as ↵ | Zufu Liu | 1 | -5/+9 | |
before. Backport of changeset 7097:3276140e9d55. | |||||
2018-09-26 | Backport: Bug [#2046]. Optimize setting up representation. | Zufu Liu | 1 | -2/+3 | |
Backport of changeset 7096:60dee13d68b2. | |||||
2018-09-24 | Backport: Bug [#2045]. LexCPP: Fix 'elif' token length | huki | 2 | -3/+8 | |
Backport of changeset 7094:fa4b41e8a452. | |||||
2018-09-20 | Backport: Ignore another warning in LaTeX lexer. | Neil | 1 | -0/+1 | |
Backport of changeset 7093:c33db3a723c2. | |||||
2018-09-20 | Backport: Fix highlighting of non-ASCII characters in links. | maboroshin | 2 | -30/+35 | |
Backport of changeset 7092:a55c26c645f8. | |||||
2018-09-18 | Backport: Guard against shifting by negative amount as that is undefined ↵ | Neil Hodgson | 2 | -2/+10 | |
behaviour. Backport of changeset 7090:041e498f21d3. | |||||
2018-09-18 | Backport: Initialize variables to ensure no undefined behaviour. | Neil Hodgson | 1 | -4/+4 | |
Backport of changeset 7089:d9edff9c928d. | |||||
2018-09-16 | Backport: Use nullptr in Document where appropriate. | Neil | 1 | -10/+10 | |
Backport of changeset 7088:793a7a86ee7f. | |||||
2018-09-16 | Backport: Moved declaration to avoid warnings from linters. | Neil | 1 | -2/+2 | |
Backport of changeset 7087:e408638433a4. | |||||
2018-09-06 | Backport: Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME ↵ | Neil | 1 | -0/+3 | |
composition. Backport of changeset 7081:892c361b3969. | |||||
2018-09-04 | Backport: Feature [feature-requests:#1144]. Add folding for shell if, do, ↵ | Colomban Wendling | 2 | -0/+19 | |
and case. Implemented by Zufu Liu and Colomban Wendling. Backport of changeset 7078:54561e3cbdff. | |||||
2018-08-29 | Backport: Allow read access to the key map. | Kacper Kasper | 2 | -0/+5 | |
Required on Haiku to set up key bindings that include the Cmd modifier. Backport of changeset 7077:1593328120e5. | |||||
2018-08-16 | Backport: On Cocoa, clicks in the blank text margin now put the caret at the ↵ | Neil Hodgson | 1 | -1/+1 | |
start of text instead of performing a margin click action. This matches the I-beam cursor appearance. Backport of changeset 7076:da262571a2a2. | |||||
2018-08-16 | Backport: For reverse arrow margin cursor, move hotspot to the tip of the arrow. | Neil Hodgson | 2 | -1/+4 | |
This fixes a bug where clicking seemed to affect the wrong margin. Backport of changeset 7075:bcf0028997ea. | |||||
2018-08-09 | Backport: Avoid some casts. | Neil | 1 | -3/+4 | |
Backport of changeset 7072:557c1fa29581. | |||||
2018-07-31 | Backport: Define PLAT_HAIKU and use to avoid a reported compilation problem ↵ | Neil | 2 | -1/+6 | |
on 32-bit Haiku where ptrdiff_t and int are the same size but different types. Backport of changeset 7070:406da729a8b3. | |||||
2018-07-24 | Backport: Fix reversion in revision 7063 which removed folding when changing ↵ | Neil | 1 | -0/+1 | |
code page. Changing code page now causes full restyle. Backport of changeset 7068:00b787e2aab1. | |||||
2018-07-10 | Backport: Need <string> for std::string. | Neil Hodgson | 1 | -0/+1 | |
Backport of changeset 7065:31b87a713c59. | |||||
2018-07-10 | Backport: Delete standard methods to avoid warnings. | Neil | 1 | -0/+5 | |
Backport of changeset 7064:6418332a6880. | |||||
2018-07-10 | Backport: Optional indexing of line starts in UTF-8 documents by UTF-32 code ↵ | Neil | 13 | -48/+923 | |
points and UTF-16 code units added. Converted instances of C++17 std::string_view to C++11. Also used const_casts where appropriate to fix compile errors. Backport of changeset 7063:0d5edc93e280. | |||||
2018-07-10 | Backport: Use Select* macros from windowsx.h to avoid casts and for consistency. | Neil | 1 | -8/+8 | |
Backport of changeset 7062:5884391d3e4d. | |||||
2018-07-06 | Backport: Fix a shadowed variable. | Neil | 1 | -2/+2 | |
Backport of changeset 7060:2523ae8c5676. | |||||
2018-06-21 | Backport: Use override for methods in WatcherHelper. | Neil | 1 | -6/+6 | |
Backport of changeset 7058:353423109e74. | |||||
2018-06-21 | Backport: Removed condition which is always true. | Neil | 1 | -2/+1 | |
Backport of changeset 7057:dca791f48306. | |||||
2018-06-21 | Backport: Feature [feature-requests:#1185]. Add lexers for SAS and Stata. | Luke Rasmussen | 8 | -5/+521 | |
Backport of changeset 7056:974bc87e0696. | |||||
2018-10-24 | lexlua: Fixed typo in a previous commit to lexer.lua. | mitchell | 1 | -1/+1 | |
2018-10-24 | lexlua: Updated Markdown lexer. | mitchell | 1 | -8/+13 | |
Thanks to Alexander Misel. | |||||
2018-10-24 | lexlua: Tweaked newline pattern to be more syntactically accurate. | mitchell | 1 | -2/+2 | |
2018-10-12 | lexlua: Improved HTML folding of traditionally single elements. | mitchell | 1 | -15/+25 | |
Before, elements were only folded if they were XHTML valid. | |||||
2018-10-07 | lexlua: Handle CR+LF in horizontal rules for Markdown. | mitchell | 1 | -2/+2 | |
2018-08-10 | lexlua: Updated ConTeXt lexer. | mitchell | 1 | -2/+6 | |