| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-09-09 | Backport: Feature [feature-requests:1350]. Add SCI_GETMULTIEDGECOLUMN. | mitchell | 2 | -1/+12 | |
| Backport of changeset 8507:e72e8cf58ea7. | |||||
| 2020-08-21 | Backport: Bug [#2197]. Fixed bug where layout caching was ineffective. | Neil | 1 | -0/+4 | |
| Backport of changeset 8482:aa1c8541f6e1. | |||||
| 2020-08-11 | Backport: Fixed bug where gradient indicators were not showing hovered ↵ | Neil | 1 | -0/+3 | |
| appearance. Backport of changeset 8478:8a57f43f8bc3. | |||||
| 2020-08-03 | Backport: Bug [#2193]. Fixed bug where hovered indicator was not returning ↵ | uhf7 | 1 | -0/+5 | |
| to non-hover appearance when mouse moved out of window or into margin. Backport of changeset 8472:2f8f87a7d57f. | |||||
| 2020-07-31 | Backport: Bug [#2170]. Fixed cursor flicker over an indicator with hover style. | uhf7 | 1 | -0/+6 | |
| Backport of changeset 8467:cb319e3ab20e. | |||||
| 2020-07-30 | Backport: Bug [#2191]. Allow setting CPPFLAGS to support hardening. | Andreas Rönnquist | 1 | -0/+4 | |
| Backport of changeset 8466:5d134721c303. | |||||
| 2020-07-28 | Backport: Bug [#2189]. Allow cross-building for GTK by choosing pkg-config. | Andreas Rönnquist | 1 | -0/+4 | |
| Backport of changeset 8463:714e73622572. | |||||
| 2020-07-28 | Backport: Fix position of marker symbols for SC_MARGIN_RTEXT which were ↵ | Neil | 1 | -0/+12 | |
| being moved based on width of text. Backport of changeset 8462:1d48cfa70dcd. | |||||
| 2020-08-23 | lexlua: Documented color restrictions for the curses platform. | mitchell | 1 | -2/+14 | |
| 2020-08-03 | lexlua: Deprecated `lexer.fold_line_comments()` in favor of ↵ | mitchell | 2 | -14/+21 | |
| `lexer.fold_consecutive_lines()`. Also use `lexer.fold_line_groups` for option that enables this folding, avoiding name clash that plagued the previous option. Added "import" folding for Java. | |||||
| 2020-07-27 | Updated for version 3.21.0.rel-3-21-0 | mitchell | 3 | -10/+28 | |
| 2020-07-27 | lexlua: Updated documentation. | mitchell | 1 | -4/+4 | |
| 2020-07-15 | Backport: Feature [feature-requests:1368]. Add BraceMatchNext API. | Zufu Liu | 2 | -0/+9 | |
| Backport of changeset 8406:a2ce85a55dfa. | |||||
| 2020-07-11 | Backport: Feature [feature-requests:1369]. Represent DEL control character ↵ | Zufu Liu | 1 | -0/+4 | |
| 0x7f with DEL. Backport of changeset 8395:b0355e996f10. | |||||
| 2020-07-08 | Backport: Fix translucent rectangle drawing on Qt. | Neil | 1 | -0/+6 | |
| Backport of changeset 8394:e42c02272d31. | |||||
| 2020-07-18 | lexlua: Alias `lexer.fold*` to `lexer.property['fold*']`. | mitchell | 1 | -0/+45 | |
| This makes things simpler for applications that supply a Lua state; they do not have to manipulate property sets. | |||||
| 2020-07-13 | lexlua: Updated documentation. | mitchell | 1 | -3/+3 | |
| 2020-07-07 | lexlua: Added `lexer.colors` and `lexer.styles` tables for themes and lexers. | mitchell | 1 | -404/+205 | |
| This allows for a more Lua table-oriented approach to defining and using colors and styles, instead of manually manipulating Scintilla property strings. Themes and lexers are still backwards compatible, as the underlying mechanisms are still in place. | |||||
| 2020-06-19 | Reverted experimental Lexilla and SCI_SETILEXER support. | mitchell | 2 | -27/+3 | |
| When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining. | |||||
| 2020-06-17 | Backport: Feature [feature-requests:1361]. Allow caret width to be up to 20 ↵ | Neil | 2 | -3/+7 | |
| pixels. Backport of changeset 8308:9f3c5a4c4b52. | |||||
| 2020-06-16 | Backport: Added some projects that use Scintilla. | Neil | 1 | -0/+8 | |
| Backport of changeset 8307:6194cbdeede5. | |||||
| 2020-06-12 | Backport: Bug [#2141]. Implement end of line annotations. | Prakash Sahni | 3 | -0/+100 | |
| Backport of changeset 8306:1b383adfdf71. | |||||
| 2020-06-11 | Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in ↵ | Neil | 1 | -0/+4 | |
| document could return less text than in document. Backport of changeset 8302:2faf8ba9d1fb. | |||||
| 2020-06-11 | Backport: Bug [#2185]. Fix printing to use correct text size. | Neil | 1 | -0/+4 | |
| Backport of changeset 8301:b006d175ac85. | |||||
| 2020-06-10 | Backport: Feature [feature-requests:1355]. Round instead of truncating for ↵ | Neil | 1 | -0/+5 | |
| SCI_TEXTWIDTH. Backport of changeset 8297:3665e2c20cd4. | |||||
| 2020-06-17 | Backport: Feature [feature-requests:1358]. Support lstlisting environment ↵ | mitchell | 1 | -0/+5 | |
| that is similar to verbatim. Backport of changeset 8293:ad96f0ae7df5. | |||||
| 2020-05-27 | Backport: Change log. | Neil | 1 | -1/+2 | |
| Backport of changeset 8266:427092947bc1. | |||||
| 2020-05-26 | Backport: Change log additions. | Neil | 1 | -0/+3 | |
| Backport of changeset 8263:59b587fcd994, but without Lexilla mentions. | |||||
| 2020-05-22 | Backport: Bug [#2171]. Add some documentation about WM_DPICHANGED. | Neil | 1 | -4/+4 | |
| Backport of changeset 8250:daff2daf10d6. | |||||
| 2020-05-22 | Backport: Bug [#2171]. Implement per-monitor DPI Awareness on Windows. | Chris Graham | 1 | -1/+7 | |
| Backport of changeset 8248:a9f4676a45e8. | |||||
| 2020-05-19 | Backport: Bug [#2171]. Implement per-monitor DPI Awareness on Windows. | Neil | 1 | -0/+6 | |
| Backport of changeset 8244:134a3860b01e. | |||||
| 2020-05-05 | Backport: Fixed bug where a single character line with a single character ↵ | Yury Dubinsky | 1 | -0/+4 | |
| 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-05-01 | Backport: Change log. | Neil | 1 | -0/+19 | |
| Backport of changeset 8220:508aec3b7ed7. | |||||
| 2020-04-27 | Backport: Remove documentation that is no longer correct. | Neil | 1 | -1/+0 | |
| Backport of changeset 8205:56bd10edc259. | |||||
| 2019-12-31 | Backport: Implement SCI_SETILEXER. | Neil | 2 | -1/+21 | |
| 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 | 1 | -3/+7 | |
| 2020-06-01 | lexlua: Added Fennel lexer. | mitchell | 1 | -0/+2 | |
| Thanks to Momohime Honda. | |||||
| 2020-05-26 | Added SCI_PRIVATELEXERCALL API for retrieving the style number of a style name. | mitchell | 1 | -1/+12 | |
| 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 | 3 | -10/+10 | |
| 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 | 1 | -120/+113 | |
| `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-21 | Backport: Feature [feature-requests:1346]. Add lexer.as.comment.character ↵ | Dejan Budimir | 1 | -0/+4 | |
| property to change comment character. Backport of changeset 8155:b89853508137. | |||||
| 2020-04-10 | Backport: Updated documentation with currently used astyle parameters. | Neil | 1 | -1/+3 | |
| Backport of changeset 8140:d9561a4b77f4. | |||||
| 2020-04-10 | Backport: Bug [#2168]. Fix bug where 'µ' (Micro Sign) case-insensitively ↵ | Neil | 1 | -0/+8 | |
| matches '?'. Backport of changeset 8134:b28166a7c77b. | |||||
| 2020-04-10 | Backport: Bug [#2167]. Add line copy format on clipboard, compatible with ↵ | Justin Dailey | 1 | -0/+5 | |
| Visual Studio. Backport of changeset 8133:82b2210d3a1c. | |||||
| 2020-04-08 | Backport: Feature [feature-requests:1344]. Add methods for iterating through ↵ | Iain Clarke | 2 | -0/+13 | |
| the marker handles and marker numbers on a line. Backport of changeset 8129:665c31051e3c. | |||||
| 2020-04-07 | Backport: Bug [#1624]. Fix brace styling in Batch lexer so that brace ↵ | Yury Dubinsky | 1 | -0/+7 | |
| matching works. Bug [#1906], Bug [#1997], and Bug [#2065] also fixed. Backport of changeset 8126:57002ee9dccf. | |||||
