aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
AgeCommit message (Expand)Author
2020-06-10Renamed some buffer/view fields to use American English instead of Australian.mitchell
2020-06-09Prefer `view.call_tip_*` instead of `buffer.call_tip_*`.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-03-26Switched to 1-based indices for buffer positions, lines, and countable entities.mitchell
2020-03-22Use the statusbar to indicate an active snippet.mitchell
2020-03-16Moved individual buffer functions in `io` into `buffer`.mitchell
2020-03-16Use a default width for `ui.dialogs.filteredlist` dialogs.mitchell
2020-03-13More code cleanup, refactoring, and reformatting.mitchell
2020-03-11Replaced `buffer.style_name` table with `buffer:name_of_style()`.mitchell
2020-03-03Added tests for some complex menu functions.mitchell
2020-03-03Added test suite and API type checking for more helpful error messages.mitchell
2020-02-22Separated `_G.snippets` from `textadept.snippets`.mitchell
2020-02-21Removed '_' mnemonics from locale keys.mitchell
2020-02-21Tweaked localization keys.mitchell
2020-02-18Added snippet trigger word completion.mitchell
2019-12-31Updated copyright year.mitchell
2019-09-23Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.mitchell
2019-09-22Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.mitchell
2019-09-21Added back "Paste Reindent", but as a separate menu/key/command from "Paste".mitchell
2019-09-17Fixed scroll issues when toggling line wrap.mitchell
2019-07-30Use CP1252 instead of ISO-8859-1.mitchell
2019-06-01GTK+ was renamed to GTK recently.mitchell
2019-02-16Updated copyright year.mitchell
2018-10-23Make find and menu command selection more macro-friendly.mitchell
2018-10-22Added module for recording, playing, saving, and loading keyboard macros.mitchell
2018-10-22Small code cleanup.mitchell
2018-10-22Removed `textadept.editing.paste()` (pasted text is reindented).mitchell
2018-10-14Experimentally move external lspawn module into Lua os module as a patch.mitchell
2018-02-16Small code and documentation cleanup.mitchell
2018-01-25Updated copyright year.mitchell
2017-11-18Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0.mitchell
2017-11-10Removed redundant "Select in delimiter" menus and keys.mitchell
2017-11-10Removed `textadept.editing.match_brace()`.mitchell
2017-11-07Pasted text is reindented by default.mitchell
2017-08-09Ensure context menus are configurable without the need for events.mitchell
2017-02-28Updated localization string; modules/textadept/menu.luamitchell
2016-12-31Updated copyright information.mitchell
2016-11-16Fixed bug in previous commit; modules/textadept/menu.luamitchell
2016-11-11Be more efficient when updating menu item functions; modules/textadept/menu.luamitchell
2016-11-04Removed MacRoman encoding option, as OSX uses UTF-8 by default.mitchell
2016-06-27Small code cleanup and documentation updates.mitchell
2016-06-16Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.mitchell
2016-06-15Removed handling of tables as key/menu commands; use functions only.mitchell
2016-06-15Removed explicit detection and use of extinct CR line endings.mitchell
2016-06-15Renamed "snapopen" to "quick open" in APIs and menus.mitchell
2016-05-19Fixed stack overflow when accessing nil keys; modules/textadept/menu.luamitchell
2016-04-26Handle non-existent compile/run commands gracefully; modules/textadept/menu.luamitchell
2016-04-16Added menu item and dialog for setting run/compile command arguments.mitchell
2016-04-16Fixed error when showing style at buffer end; modules/textadept/menu.luamitchell
2016-04-15Allow `textadept.menu.menubar = nil`; modules/textadept/menu.luamitchell