aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Updated `ui.find.FIND_INDIC` style.Gravatar mitchell2020-08-27
* Disable `ui.find.highlight_all_matches` by default.Gravatar mitchell2020-08-27
* Small manual updates.Gravatar mitchell2020-08-27
* Fixed restoring find & replace pane's replace text outside of "Find in Files".Gravatar mitchell2020-08-27
* Manual updates.Gravatar mitchell2020-08-25
* 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
* Updated to latest Scintilla to get some fixes for crashes.Gravatar mitchell2020-08-23
* Document terminal color restrictions in Lua API, not the Manual.Gravatar mitchell2020-08-23
* Fixed some issues with r2916 discovered when running tests.Gravatar mitchell2020-08-22
* Fixed crashes introduced by r2915.Gravatar mitchell2020-08-22
* Improve handling of print buffers and splits.Gravatar mitchell2020-08-22
* Only switch buffers during `buffer:delete()` if necessary.Gravatar mitchell2020-08-22
* Do not remove initial 'Untitled' buffer during `ui._print()`.Gravatar mitchell2020-08-22
* Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.Gravatar mitchell2020-08-22
* Updated to latest gtDialog to prevent Escape from being disabled for dialogs.Gravatar mitchell2020-08-22
* Code cleanup.Gravatar mitchell2020-08-21
* Added `keys.KEYSYMS` representations to LuaDoc.Gravatar mitchell2020-08-21
* Fixed keypress handler regression when compiling with modern MinGW-w64.Gravatar mitchell2020-08-20
* 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
* Update to latest gtDialog to fix GTK3 compile error.Gravatar mitchell2020-08-17
* Initial rewrite of the Manual and updated README.Gravatar mitchell2020-08-17
* 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
* Exclude Fossil version control directory in default filter.Gravatar mitchell2020-08-17
* Lua code formatting.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
* Describe changes in patch files.Gravatar mitchell2020-08-14
* Updated LuaDoc.Gravatar mitchell2020-08-10
* "View > Toggle Fold" toggles folding for the current block, regardless of line.Gravatar mitchell2020-08-10
* Removed "View EOL" buffer setting.Gravatar mitchell2020-08-10
* Fixed regression involving SCNotifications and text.Gravatar mitchell2020-08-09
* Save the current working directory to session files.Gravatar mitchell2020-08-09
* When passing a directory as a command line argument, change to it.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
* Code cleanup, modernization, and reformatting.Gravatar mitchell2020-08-04