Age | Commit message (Expand) | Author |
2020-08-22 | Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers. |  mitchell |
2020-08-20 | Do not accidentally activate "auto enclose" with some symbol keybindings. |  mitchell |
2020-08-17 | Small code cleanup. |  mitchell |
2020-08-17 | Added `textadept.editing.auto_enclose` for auto-enclosing selected text. |  mitchell |
2020-08-03 | Fixed regression in showing images in Lua command entry completions. |  mitchell |
2020-08-03 | Updated LuaDoc. |  mitchell |
2020-07-25 | Fixed selected word highlighting with multiple selections. |  mitchell |
2020-07-25 | Moved word highlighting back into editing module and disable by default. |  mitchell |
2020-07-16 | Minor LuaDoc updates and spelling corrections. |  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 | Fixed --line command line switch. |  mitchell |
2020-07-03 | Added support for Fennel. |  mitchell |
2020-06-09 | Prefer `view.call_tip_*` instead of `buffer.call_tip_*`. |  mitchell |
2020-05-26 | Fixed undocumented regression with word completion and case sensitivity. |  mitchell |
2020-05-26 | Small code cleanup. |  mitchell |
2020-05-25 | Allow views to be used as buffers and update API. |  mitchell |
2020-05-03 | `textadept.editing.highlight_word()` highlights whole words based on context. |  mitchell |
2020-03-26 | Switched to 1-based indices for buffer positions, lines, and countable entities. |  mitchell |
2020-03-17 | Align block comments by column if possible, not indent. |  mitchell |
2020-03-13 | More code cleanup, refactoring, and reformatting. |  mitchell |
2020-03-12 | Fixed regression recently introduced in brace highlighting. |  mitchell |
2020-03-11 | More code cleanup, refactoring, and formatting. |  mitchell |
2020-03-03 | Added test suite and API type checking for more helpful error messages. |  mitchell |
2020-03-03 | Fixed regression with deleting an auto-pair when backspacing over the first. |  mitchell |
2020-03-02 | Trim spaces when running filter through commands. |  mitchell |
2020-02-28 | Autopair, typeover, and backspace delete match works with multiple selection. |  mitchell |
2020-02-21 | Removed '_' mnemonics from locale keys. |  mitchell |
2020-02-17 | Treat `textadept.editing.api_files` as already containing empty per-lexer lists. |  mitchell |
2020-02-07 | Prevent hangs on WIN32 curses with `textadept.editing.filter_through()`. |  mitchell |
2020-01-11 | Added information to `--line` command line switch. |  mitchell |
2019-12-31 | Updated copyright year. |  mitchell |
2019-11-08 | API file lists and Lua tags lists can contain functions that return file paths. |  mitchell |
2019-09-21 | Added back "Paste Reindent", but as a separate menu/key/command from "Paste". |  mitchell |
2019-08-25 | Do not auto-indent when pressing enter at the start of a non-empty line. |  mitchell |
2019-05-02 | Added case-insensitive option to `textadept.editing.show_documentation()`. |  mitchell |
2019-02-16 | Updated copyright year. |  mitchell |
2019-01-31 | Added block comment support for Nim. |  mitchell |
2018-11-27 | Added command line switch to jump to a buffer line. |  mitchell |
2018-11-06 | Ensure 'Esc' clears highlighted words. |  mitchell |
2018-11-06 | Do not modify selection in `textadept.editing.highlight_word()`. |  mitchell |
2018-11-05 | Added optional position to `textadept.editing.show_documentation()`. |  mitchell |
2018-10-22 | Removed `textadept.editing.paste()` (pasted text is reindented). |  mitchell |
2018-10-17 | When filtering text through shell commands, halt on non-zero status code. |  mitchell |
2018-10-14 | Experimentally move external lspawn module into Lua os module as a patch. |  mitchell |
2018-10-08 | Fixed error when performing "select enclosed" on a non-ASCII character. |  mitchell |
2018-09-06 | Fixed potential crash with non-UTF-8 bytes copy-pasted into non-UTF-8 buffer. |  mitchell |
2018-07-28 | Removed optional '*' prefix in I/O reads. |  mitchell |
2018-04-25 | Removed LuaJIT version of Textadept. |  mitchell |
2018-04-12 | Changed SQL comments to use '--' instead of '#'. |  mitchell |