| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-19 | Backport: Encapsulate common check for PS, LS, and NEL as ↵ | Neil | 2 | -6/+10 | |
| UTF8IsMultibyteLineEnd. Avoids construction of temporary array. Backport of changeset 8242:0a852c639c21. | |||||
| 2020-05-19 | Backport: Remove call to ScintillaData as result not used. | Neil | 1 | -2/+0 | |
| Backport of changeset 8239:4eb7d319b622. | |||||
| 2020-05-17 | Backport: Shared object files are not source so ignore them. | Neil | 1 | -0/+1 | |
| Backport of changeset 8232:29221871bfa1. | |||||
| 2020-05-05 | Backport: Fixed bug where a single character line with a single character ↵ | Yury Dubinsky | 2 | -10/+19 | |
| line end continued state onto the next line. Backport of changeset 8231:ef4484697e91. | |||||
| 2020-05-04 | Backport: Change log. | Neil | 1 | -0/+4 | |
| Backport of changeset 8230:c7a14c5831d8. | |||||
| 2020-06-17 | Backport: Feature [feature-requests:1347]. Optimize large insertions by ↵ | mitchell | 1 | -30/+122 | |
| using a table-driven line end discovery algorithm and performing line insertions in batches. Backport of changeset 8229:c88f8cdede65, but with a "reinterpret_cast<>" in place of "if constexpr()". This shouldn't be an issue, but if so, it will be when largeDocument is true. | |||||
| 2020-05-04 | Backport: Feature [feature-requests:1347]. Add methods to insert multiple ↵ | Neil | 2 | -0/+46 | |
| partitions. Backport of changeset 8228:753e94011b20. | |||||
| 2020-05-03 | Backport: Feature [feature-requests:1347]. Add InsertLines method to PerLine ↵ | Neil | 9 | -2/+417 | |
| interface and all implementations. This will allow insertion of lines in batches in a future change set. Added tests for PerLine implementations. Backport of changeset 8227:9fc611fc6848. | |||||
| 2020-05-02 | Backport: Optimize LineVector by maintaining an activeIndices field to avoid ↵ | Neil | 1 | -30/+34 | |
| calling LineStartIndex::Active. Backport of changeset 8226:8bc17f710440. | |||||
| 2020-05-02 | Backport: InsertEmpty now returns a pointer to the newly added elements to ↵ | Neil | 2 | -2/+25 | |
| allow caller to efficiently set those elements. Backport of changeset 8225:de663ebc1bc6. | |||||
| 2020-05-02 | Backport: Allow disabling automatically generated #define constants. | Neil | 1 | -0/+4 | |
| This is for applications that want access to the structures and function definitions but define constants with enum or constexpr. Backport of changeset 8224:89f7a797f5a5. | |||||
| 2020-05-02 | Backport: Feature [feature-requests:1349] Define CopyAllowLine only on ↵ | Neil | 2 | -8/+1 | |
| Editor, not subclass. Backport of changeset 8223:a81895285b46. | |||||
| 2020-05-01 | Backport: Make lambdas noexcept. | Zufu Liu | 4 | -11/+11 | |
| Backport of changeset 8222:b11c7c0d7978. | |||||
| 2020-05-01 | Backport: Mark Decoration methods noexcept where reasonable. | Neil | 2 | -34/+34 | |
| Backport of changeset 8221:ffc4a50e3101. | |||||
| 2020-05-01 | Backport: Change log. | Neil | 1 | -0/+19 | |
| Backport of changeset 8220:508aec3b7ed7. | |||||
| 2020-05-01 | Backport: Bug [#2173]. Tweak font measurement so underscores more likely ↵ | Neil | 1 | -2/+2 | |
| visible. Backport of changeset 8219:69ebdfc2513e. | |||||
| 2020-05-01 | Backport: Allow arbitrary length lines by using std::string instead of array. | Neil | 1 | -16/+15 | |
| Backport of changeset 8218:253563c83103. | |||||
| 2020-05-01 | Backport: Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC ↵ | Neil | 3 | -0/+20 | |
| 9.0 like 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ Backport of changeset 8217:2ea7e2f6a248. | |||||
| 2020-05-01 | Backport: Better diagnostics when script fails | Neil | 1 | -1/+2 | |
| Backport of changeset 8216:2ffebf37cf7c. | |||||
| 2020-05-01 | Backport: Replace deprecated function pango_script_for_unichar with ↵ | Neil | 2 | -6/+6 | |
| g_unichar_get_script. Backport of changeset 8215:f0300892ae62. | |||||
| 2020-04-30 | Backport: Clean up - make local function static and remove code that has no ↵ | Zufu Liu | 1 | -3/+1 | |
| effect. Backport of changeset 8213:2714b74749f5. | |||||
| 2020-06-17 | Backport: Bug [#2019]. Fix buffer over-read with absolute reference. | mitchell | 1 | -5/+4 | |
| Backport of changeset 8212:6d0ce3c92a13, but without lexilla tests. | |||||
| 2020-04-30 | Backport: Treat \n and \r\n line ends the same after operands by setting ↵ | Neil | 1 | -3/+1 | |
| style to comment. Backport of changeset 8210:6b6ecf724c71. | |||||
| 2020-04-27 | Backport: Remove documentation that is no longer correct. | Neil | 1 | -1/+0 | |
| Backport of changeset 8205:56bd10edc259. | |||||
| 2020-06-10 | Revert previous commit. | mitchell | 2 | -5/+3 | |
| 2020-06-10 | Support American English "changable" style setting in LexerLPeg. | mitchell | 2 | -4/+6 | |
| 2020-06-07 | Added check.mak rules for building test programs for various platforms. | mitchell | 1 | -1/+130 | |
| 2020-06-06 | Updated curses sample program. | mitchell | 1 | -4/+4 | |
| 2020-06-06 | Fixed crash when LexerLPeg cannot find lexer.lua module. | mitchell | 1 | -0/+2 | |
| 2020-06-02 | Fixed crashes on Win32 related to previous backport. | mitchell | 2 | -13/+1 | |
| 2020-06-02 | Updated Scintilla.iface with experimental ILexer5 interface support. | mitchell | 1 | -1/+1 | |
| 2020-06-02 | Fixed build error on Windows with previous backport. | mitchell | 1 | -2/+0 | |
| 2019-12-31 | Backport: Implement SCI_SETILEXER. | Neil | 11 | -25/+108 | |
| Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish between ILexer and ILexer5 interfaces. | |||||
| 2020-06-02 | Initial, experimental support for upstream ILexer5/lexilla lexers. | mitchell | 7 | -19/+120 | |
| 2020-06-02 | Fixed improper cast in gcc-4.8. | mitchell | 1 | -1/+1 | |
| 2020-06-01 | lexlua: Added Fennel lexer. | mitchell | 2 | -0/+39 | |
| Thanks to Momohime Honda. | |||||
| 2020-05-26 | Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name. | mitchell | 2 | -4/+21 | |
| 2020-05-09 | Added tag rel-3-20-0 for changeset 009dc970f1c2 | mitchell | 1 | -0/+1 | |
| 2020-05-09 | Lua LPeg lexer history update correction.rel-3-20-0 | mitchell | 1 | -2/+1 | |
| 2020-05-09 | More Lua LPeg lexer history updates. | mitchell | 1 | -0/+7 | |
| 2020-05-09 | Updated for 3.20.0. | mitchell | 9 | -22/+22 | |
| 2020-05-09 | Updated generation scripts for LongTerm3 use. | mitchell | 4 | -6/+25 | |
| 2020-05-09 | Updated makefile deps. | mitchell | 4 | -12/+503 | |
| 2020-05-09 | Updated history with Lua LPeg lexer changes. | mitchell | 1 | -2/+25 | |
| 2020-04-25 | Reformatted Lua LPeg lexers and added new convenience functions and pattern. | mitchell | 123 | -1459/+1398 | |
| `lexer.range()` replaces `lexer.delimited_range()` and `lexer.nested_pair()`. `lexer.to_eol()` replaces `patt * lexer.nonnewline^0` constructs. `lexer.number` replaces `lexer.float + lexer.integer`. Also added unit tests for lexer functions. | |||||
| 2020-04-24 | Updated BACKPORTING. | mitchell | 1 | -0/+20 | |
| 2020-04-21 | Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character ↵ | Dejan Budimir | 2 | -1/+13 | |
| property to change comment character. Backport of changeset 8155:b89853508137. | |||||
| 2020-04-17 | Backport: Arithmetic between enums is deprecated so use constexpr instead of ↵ | Neil | 2 | -10/+11 | |
| enum or cast. Added constexpr where reasonable. Backport of changeset 8151:5f70c1eb371b. | |||||
| 2020-04-16 | Backport: Specify that NotifyStyleNeeded is an override. Replace 0/NULL with ↵ | Neil | 1 | -5/+5 | |
| nullptr. Backport of changeset 8149:080d259e014a. | |||||
| 2020-04-13 | Backport: Use const, constexpr, noexcept, & nullptr. Reduce headers and use ↵ | Neil | 1 | -42/+39 | |
| C++ versions. Replace ctype functions with lexlib functions that don't fail for non-ASCII. Backport of changeset 8148:64c6264b38d2. | |||||
