aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/menu.lua
Commit message (Expand)AuthorAge
* Updated copyright year.Gravatar mitchell2022-01-31
* Addressed some minor Luacheck issues.Gravatar mitchell2021-04-14
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
* Ensure a bare `ui.find.focus()` call resets incremental and in files options.Gravatar mitchell2020-12-19
* Code cleanup.Gravatar mitchell2020-10-20
* Fixed "Enclose as XML Tags" with multiple selections.Gravatar mitchell2020-10-17
* Added `textadept.run.set_arguments()`.Gravatar mitchell2020-10-17
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
* Updated copyright information.Gravatar mitchell2020-09-29
* Renamed doc/ to docs/ and removed bombay dependency.Gravatar mitchell2020-09-04
* Added "Edit > Preferences" menu item and key binding for opening user init.lua.Gravatar mitchell2020-08-23
* Code cleanup.Gravatar mitchell2020-08-21
* Fixed fold toggling when on lines that are headers.Gravatar mitchell2020-08-17
* "View > Toggle Fold" toggles folding for the current block, regardless of line.Gravatar mitchell2020-08-10
* Removed "View EOL" menu item and key binding.Gravatar mitchell2020-08-08
* Removed "Refresh syntax highlighting" feature.Gravatar mitchell2020-07-26
* Find & Replace Pane now allows file filters to be specified for Find in Files.Gravatar mitchell2020-07-25
* Moved incremental find into Find & Replace Pane.Gravatar mitchell2020-07-25
* Renamed `textadept.editing.block_comment()` to `toggle_comment()`.Gravatar mitchell2020-07-14
* Auto-highlight all occurrences of selected words and find results.Gravatar mitchell2020-07-13
* Made `ui.find.goto_file_found()` and `textadept.run.goto_error()` args optional.Gravatar mitchell2020-07-12
* Be more consistent with "key sequences", "key commands", and "key bindings".Gravatar mitchell2020-07-12
* Changed keybinding modifier keys.Gravatar mitchell2020-06-28
* Renamed some buffer/view fields to use American English instead of Australian.Gravatar mitchell2020-06-10
* Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.Gravatar mitchell2020-06-09
* Allow views to be used as buffers and update API.Gravatar mitchell2020-05-25
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Use the statusbar to indicate an active snippet.Gravatar mitchell2020-03-22
* Moved individual buffer functions in `io` into `buffer`.Gravatar mitchell2020-03-16
* Use a default width for `ui.dialogs.filteredlist` dialogs.Gravatar mitchell2020-03-16
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-13
* Replaced `buffer.style_name` table with `buffer:name_of_style()`.Gravatar mitchell2020-03-11
* Added tests for some complex menu functions.Gravatar mitchell2020-03-03
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Separated `_G.snippets` from `textadept.snippets`.Gravatar mitchell2020-02-22
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
* Tweaked localization keys.Gravatar mitchell2020-02-21
* Added snippet trigger word completion.Gravatar mitchell2020-02-18
* Updated copyright year.Gravatar mitchell2019-12-31
* Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.Gravatar mitchell2019-09-23
* Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.Gravatar mitchell2019-09-22
* Added back "Paste Reindent", but as a separate menu/key/command from "Paste".Gravatar mitchell2019-09-21
* Fixed scroll issues when toggling line wrap.Gravatar mitchell2019-09-17
* Use CP1252 instead of ISO-8859-1.Gravatar mitchell2019-07-30
* GTK+ was renamed to GTK recently.Gravatar mitchell2019-06-01
* Updated copyright year.Gravatar mitchell2019-02-16
* Make find and menu command selection more macro-friendly.Gravatar mitchell2018-10-23
* Added module for recording, playing, saving, and loading keyboard macros.Gravatar mitchell2018-10-22