index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
textadept
/
menu.lua
Age
Commit message (
Expand
)
Author
2016-12-31
Updated copyright information.
mitchell
2016-11-16
Fixed bug in previous commit; modules/textadept/menu.lua
mitchell
2016-11-11
Be more efficient when updating menu item functions; modules/textadept/menu.lua
mitchell
2016-11-04
Removed MacRoman encoding option, as OSX uses UTF-8 by default.
mitchell
2016-06-27
Small code cleanup and documentation updates.
mitchell
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
mitchell
2016-06-15
Removed handling of tables as key/menu commands; use functions only.
mitchell
2016-06-15
Removed explicit detection and use of extinct CR line endings.
mitchell
2016-06-15
Renamed "snapopen" to "quick open" in APIs and menus.
mitchell
2016-05-19
Fixed stack overflow when accessing nil keys; modules/textadept/menu.lua
mitchell
2016-04-26
Handle non-existent compile/run commands gracefully; modules/textadept/menu.lua
mitchell
2016-04-16
Added menu item and dialog for setting run/compile command arguments.
mitchell
2016-04-16
Fixed error when showing style at buffer end; modules/textadept/menu.lua
mitchell
2016-04-15
Allow `textadept.menu.menubar = nil`; modules/textadept/menu.lua
mitchell
2016-04-15
Use function notation for menu and key commands.
mitchell
2016-04-06
Allow string lookup of menu items in menus; modules/textadept/menu.lua
mitchell
2016-04-02
Code cleanup.
mitchell
2016-01-29
Added '-v' and '--version' command line parameters.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-03-16
Code cleanup based on the output of luacheck, a Lua linter.
mitchell
2015-03-12
Lua code cleanup.
mitchell
2015-03-11
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
2015-02-18
Consider some view-specific properties as buffer-specific ones.
mitchell
2015-01-29
Removed language-specific context menus.
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-12-24
Small code and documentation cleanup.
mitchell
2014-11-24
Use Bash syntax highlighting for "filter through" via the command entry.
mitchell
2014-10-30
Ensure "find in files" is off when activating normal find.
mitchell
2014-10-13
Parameterize lexer and height for `ui.command_entry.enter_mode()`.
mitchell
2014-10-11
Grow and shrink views by an integral, not arbitrary, value.
mitchell
2014-06-30
Condensed manual and API documentation into single files.
mitchell
2014-05-29
Fix bug when copying an existing menu/submenu; modules/textadept/menu.lua
mitchell
2014-05-28
Updated LuaDoc.
mitchell
2014-05-28
Textadept's menus may be edited in-place via the `textadept.menu` module.
mitchell
2014-05-28
Removed `textadept.editing.select_indented_block()`.
mitchell
2014-05-24
Removed Adeptsense in favor of new framework committed in r1735.
mitchell
2014-05-23
Renamed `textadept.editing.autocomplete_word()` and added `AUTOCOMPLETE_ALL`.
mitchell
2014-05-19
Fixed bug in opening Manual from Help menu; modules/textadept/menu.lua
mitchell
2014-03-27
Added basic project support for snapopen and build scripts.
mitchell
2014-03-26
Include my new "lspawn" module by default for spawning processes.
mitchell
2014-03-01
Use `assert(...)` as a shortcut for `if not ... then error() end`.
mitchell
2014-01-12
Updated copyright information.
mitchell
2013-12-19
Added configurable tab context menus.
mitchell
2013-10-18
Added "Save All" to the menu.
mitchell
2013-10-18
More LuaDoc updates.
mitchell
2013-09-29
Added new `ui.dialogs` module for more user-friendly dialog support.
mitchell
2013-09-16
Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.
mitchell
2013-09-16
Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.
mitchell
2013-09-09
Moved buffer IO functions into the `io` module.
mitchell
2013-08-26
Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.
mitchell
[next]