aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
...
* Added `events.COMMAND_TEXT_CHANGED`.Gravatar mitchell2020-09-19
* Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.Gravatar mitchell2020-09-19
* Added `ui.update()` for unit tests.Gravatar mitchell2020-09-19
* Record directory for "find in files" searches.Gravatar mitchell2020-09-16
* Always refresh in the terminal version during incremental find.Gravatar mitchell2020-09-16
* Added support for jq.Gravatar mitchell2020-09-14
* Refresh generated documentation.Gravatar mitchell2020-09-14
* More small documentation updates.Gravatar mitchell2020-09-14
* Updated LuaDoc to avoid writing '{{'.Gravatar mitchell2020-09-13
* Lots of documentation updates.Gravatar mitchell2020-09-13
* Fixed restoration of replace entry text after "Replace All".Gravatar mitchell2020-09-12
* Fixed error reporting the number of zero-length find results.Gravatar mitchell2020-09-10
* Added `ui.find.active` and prevent word highlighting when searching.Gravatar mitchell2020-09-07
* Added `events.FIND_RESULT_FOUND` and reverted scrolling change.Gravatar mitchell2020-09-07
* Renamed doc/ to docs/ and removed bombay dependency.Gravatar mitchell2020-09-04
* Added support for building with Docker and dropped automated Linux i386 builds.Gravatar mitchell2020-09-04
* Small code cleanup.Gravatar mitchell2020-09-04
* First scroll find results into view, then vertically center the caret.Gravatar mitchell2020-09-02
* Disable `ui.find.highlight_all_matches` by default.Gravatar mitchell2020-08-27
* Fixed restoring find & replace pane's replace text outside of "Find in Files".Gravatar mitchell2020-08-27
* Added "Edit > Preferences" menu item and key binding for opening user init.lua.Gravatar mitchell2020-08-23
* Fixed bug where jumping to a find in files result of length 1 highlights wrong.Gravatar mitchell2020-08-23
* Document terminal color restrictions in Lua API, not the Manual.Gravatar mitchell2020-08-23
* Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.Gravatar mitchell2020-08-22
* Code cleanup.Gravatar mitchell2020-08-21
* Added `keys.KEYSYMS` representations to LuaDoc.Gravatar mitchell2020-08-21
* Show "Match X/Y" in statusbar when searching for text.Gravatar mitchell2020-08-20
* Do not accidentally activate "auto enclose" with some symbol keybindings.Gravatar mitchell2020-08-20
* Prevent infinite loops when highlighting found text.Gravatar mitchell2020-08-20
* Use "terminal version" instead of "curses" for more consistency.Gravatar mitchell2020-08-18
* Center the caret vertically for find results.Gravatar mitchell2020-08-18
* Small code cleanup.Gravatar mitchell2020-08-17
* Fixed fold toggling when on lines that are headers.Gravatar mitchell2020-08-17
* Added `textadept.editing.auto_enclose` for auto-enclosing selected text.Gravatar mitchell2020-08-17
* Small code cleanup.Gravatar mitchell2020-08-17
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
* Fixed a bug where filter text could always be put in the "Replace" entry.Gravatar mitchell2020-08-16
* Updated LuaDoc.Gravatar mitchell2020-08-10
* "View > Toggle Fold" toggles folding for the current block, regardless of line.Gravatar mitchell2020-08-10
* Save the current working directory to session files.Gravatar mitchell2020-08-09
* Removed "View EOL" menu item and key binding.Gravatar mitchell2020-08-08
* Use comma-separated patterns in find & replace pane's "Filter" field.Gravatar mitchell2020-08-08
* Updated find & replace pane key bindings.Gravatar mitchell2020-08-08
* Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.Gravatar mitchell2020-08-04
* Updated LuaDoc.Gravatar mitchell2020-08-04
* Set `buffer.auto_c_order` prior to `buffer:auto_c_show()`.Gravatar mitchell2020-08-04
* Fixed regression in showing images in Lua command entry completions.Gravatar mitchell2020-08-03
* Updated to latest Scintilla hg to get `lexer.fold_consecutive_lines()`.Gravatar mitchell2020-08-03
* Updated LuaDoc.Gravatar mitchell2020-08-03
* Fixed regression with showing "No results found" in searches.Gravatar mitchell2020-08-02