Age | Commit message (Expand) | Author |
2020-09-13 | Switch back to Scintilla default (4.x), Scinterm, and Scintillua. |  mitchell |
2020-09-09 | Fixed incorrect compatibility notification for CSS key prefix. |  mitchell |
2020-09-07 | Reverted find results indicator color change. |  mitchell |
2020-08-27 | Updated `ui.find.FIND_INDIC` style. |  mitchell |
2020-08-21 | Code cleanup. |  mitchell |
2020-08-17 | Updated some documentation and use macOS instead of Mac OSX. |  mitchell |
2020-08-03 | Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`. |  mitchell |
2020-08-01 | Emit more helpful initialization error messages in buffer/view settings. |  mitchell |
2020-07-29 | Fixed _G.keys issues introduced by compatibility code. |  mitchell |
2020-07-27 | Updated to Scintilla 3.21.0. |  mitchell |
2020-07-25 | Moved word highlighting back into editing module and disable by default. |  mitchell |
2020-07-18 | Updated to latest Scintilla for new `lexer.fold*` API. |  mitchell |
2020-07-13 | Make `lexer` global by default when it's available. |  mitchell |
2020-07-13 | Auto-highlight all occurrences of selected words and find results. |  mitchell |
2020-07-12 | Be more consistent with "key sequences", "key commands", and "key bindings". |  mitchell |
2020-07-08 | Auto-convert '#RRGGBB' format theme colors to 0xBBGGRR number format. |  mitchell |
2020-07-07 | Added `lexer.colors` and `lexer.styles` and updated themes to utilize them. |  mitchell |
2020-06-30 | Ignore language name in language-specific keys when warning about compatibility. |  mitchell |
2020-06-29 | Enabled compatibility message for old key modifiers. |  mitchell |
2020-06-28 | Changed keybinding modifier keys. |  mitchell |
2020-06-10 | Renamed some buffer/view fields to use American English instead of Australian. |  mitchell |
2020-06-10 | Replaced `lfs.dir_foreach()` with `lfs.walk()` generator. |  mitchell |
2020-06-08 | Prefer `view.property*` instead of `buffer.property*`. |  mitchell |
2020-06-05 | Renamed `buffer:set_theme()` to `view:set_theme()` and fixed a bug with splits. |  mitchell |
2020-05-25 | Allow views to be used as buffers and update API. |  mitchell |
2020-03-26 | Switched to 1-based indices for buffer positions, lines, and countable entities. |  mitchell |
2020-03-16 | Moved individual buffer functions in `io` into `buffer`. |  mitchell |
2020-03-16 | Fixed crash introduced in previous commit. |  mitchell |
2020-03-14 | More code cleanup, refactoring, and reformatting. |  mitchell |
2020-03-14 | Removed *~/.textadept/?.{lua,so}* from `package.path`. |  mitchell |
2020-03-09 | Fixed bug in previous commit that always loaded default lexers before user ones. |  mitchell |
2020-03-07 | Ask LPeg lexer which lexers are available instead of searching for them. |  mitchell |
2020-02-22 | Separated `_G.snippets` from `textadept.snippets`. |  mitchell |
2019-12-31 | Updated copyright year. |  mitchell |
2019-03-27 | Also grow line number margin in new views as necessary. |  mitchell |
2019-03-27 | Line number margin grows for large files as needed. |  mitchell |
2018-10-13 | Fixed regression of Retina support on OSX. |  mitchell |
2018-07-31 | Removed Textadept 10.0 compatibility notices. |  mitchell |
2018-06-16 | Fixed `buffer:set_theme()` for lexers that have their own styles. |  mitchell |
2018-06-02 | Enable pasting into multiple selections by default. |  mitchell |
2018-05-01 | Fixed unset lexer bug upon splitting a newly created buffer. |  mitchell |
2018-04-25 | Removed LuaJIT version of Textadept. |  mitchell |
2018-04-07 | Fixed stale styles on split view. |  mitchell |
2018-03-25 | Removed call restriction on `buffer.set_theme()` and added initial `buffer` arg. |  mitchell |
2018-03-12 | Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm. |  mitchell |
2018-01-25 | Updated copyright year. |  mitchell |
2018-01-17 | Updated `init.lua` to include new `fold.compact` property setting. |  mitchell |
2018-01-04 | Print compatibility messages instead of showing a dialog box. |  mitchell |
2017-12-31 | Added temporary compatibility notices when upgrading to Textadept 10. |  mitchell |
2017-11-12 | Buffer settings on startup apply to subsequent buffers. |  mitchell |