Age | Commit message (Expand) | Author |
2020-08-17 | Fixed fold toggling when on lines that are headers. |  mitchell |
2020-08-10 | "View > Toggle Fold" toggles folding for the current block, regardless of line. |  mitchell |
2020-08-08 | Removed "View EOL" menu item and key binding. |  mitchell |
2020-07-26 | Removed "Refresh syntax highlighting" feature. |  mitchell |
2020-07-25 | Find & Replace Pane now allows file filters to be specified for Find in Files. |  mitchell |
2020-07-25 | Moved incremental find into Find & Replace Pane. |  mitchell |
2020-07-14 | Renamed `textadept.editing.block_comment()` to `toggle_comment()`. |  mitchell |
2020-07-13 | Auto-highlight all occurrences of selected words and find results. |  mitchell |
2020-07-12 | Made `ui.find.goto_file_found()` and `textadept.run.goto_error()` args optional. |  mitchell |
2020-07-12 | Be more consistent with "key sequences", "key commands", and "key bindings". |  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-09 | Prefer `view.call_tip_*` instead of `buffer.call_tip_*`. |  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-22 | Use the statusbar to indicate an active snippet. |  mitchell |
2020-03-16 | Moved individual buffer functions in `io` into `buffer`. |  mitchell |
2020-03-16 | Use a default width for `ui.dialogs.filteredlist` dialogs. |  mitchell |
2020-03-13 | More code cleanup, refactoring, and reformatting. |  mitchell |
2020-03-11 | Replaced `buffer.style_name` table with `buffer:name_of_style()`. |  mitchell |
2020-03-03 | Added tests for some complex menu functions. |  mitchell |
2020-03-03 | Added test suite and API type checking for more helpful error messages. |  mitchell |
2020-02-22 | Separated `_G.snippets` from `textadept.snippets`. |  mitchell |
2020-02-21 | Removed '_' mnemonics from locale keys. |  mitchell |
2020-02-21 | Tweaked localization keys. |  mitchell |
2020-02-18 | Added snippet trigger word completion. |  mitchell |
2019-12-31 | Updated copyright year. |  mitchell |
2019-09-23 | Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`. |  mitchell |
2019-09-22 | Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`. |  mitchell |
2019-09-21 | Added back "Paste Reindent", but as a separate menu/key/command from "Paste". |  mitchell |
2019-09-17 | Fixed scroll issues when toggling line wrap. |  mitchell |
2019-07-30 | Use CP1252 instead of ISO-8859-1. |  mitchell |
2019-06-01 | GTK+ was renamed to GTK recently. |  mitchell |
2019-02-16 | Updated copyright year. |  mitchell |
2018-10-23 | Make find and menu command selection more macro-friendly. |  mitchell |
2018-10-22 | Added module for recording, playing, saving, and loading keyboard macros. |  mitchell |
2018-10-22 | Small code cleanup. |  mitchell |
2018-10-22 | Removed `textadept.editing.paste()` (pasted text is reindented). |  mitchell |
2018-10-14 | Experimentally move external lspawn module into Lua os module as a patch. |  mitchell |
2018-02-16 | Small code and documentation cleanup. |  mitchell |
2018-01-25 | Updated copyright year. |  mitchell |
2017-11-18 | Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0. |  mitchell |
2017-11-10 | Removed redundant "Select in delimiter" menus and keys. |  mitchell |
2017-11-10 | Removed `textadept.editing.match_brace()`. |  mitchell |
2017-11-07 | Pasted text is reindented by default. |  mitchell |
2017-08-09 | Ensure context menus are configurable without the need for events. |  mitchell |
2017-02-28 | Updated localization string; modules/textadept/menu.lua |  mitchell |
2016-12-31 | Updated copyright information. |  mitchell |
2016-11-16 | Fixed bug in previous commit; modules/textadept/menu.lua |  mitchell |
2016-11-11 | Be more efficient when updating menu item functions; modules/textadept/menu.lua |  mitchell |