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
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
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-25
Renamed `LANGUAGE_MODULE_LOADED` event to `LEXER_LOADED` and reverted r1500.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-07-08
Renamed Textadept module's "mime_types" to "file_types" and removed config file.
mitchell
2013-06-24
Consolidated bookmarks module's "goto" functions into a new `goto_mark()`.
mitchell
2013-06-21
Remove theme selection since it does not persist.
mitchell
2013-05-29
Load a language context menu based solely on lexer; modules/textadept/menu.lua
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-04-30
More code cleanup.
mitchell
2013-04-29
More code cleanup.
mitchell
2013-04-26
Consolidated the editing module's `grow_selection()` into `enclose_selected()`.
mitchell
2013-04-24
Renamed `goto_file_in_list()` to `goto_file_found()` and revamped functionality.
mitchell
2013-04-24
Mark recognized errors in compile/run output and added navigation functions.
mitchell
2013-04-24
Moved `_M.textadept.filter_through` functionality into `editing` module.
mitchell
2013-04-24
Hide `menubar` and `contextmenu` tables from the API; modules/textadept/menu.lua
mitchell
2013-04-24
Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
2013-04-19
Added icon to About dialog; modules/textadept/menu.lua
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-25
Added lfs.dir_foreach() for allowing Find in Files to have a filter.
mitchell
2013-03-07
Updated "About" dialog; modules/textadept/menu.lua
mitchell
2013-02-26
Removed useless gui.dialog() options for fileopen/filesave.
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-01
Updated parameter LuaDoc.
mitchell
2012-11-19
Rewrote LuaDoc.
mitchell
2012-11-19
Changed Lua code style for tables.
mitchell
2012-10-12
Fixed ncurses bug in command selection introduced by r1256.
mitchell
2012-09-12
Documentation overhaul.
mitchell
2012-09-08
Removed `rebuild_command_tables()`; modules/textadept/menu.lua
mitchell
2012-08-30
Show key shortcuts in ncurses `select_command()`; modules/textadept/menu.lua
mitchell
2012-07-23
Disable menus in ncurses for now; modules/textadept/menu.lua
mitchell
2012-07-21
Updated modules/textadept/menu.lua with new API.
mitchell
2012-06-22
Resize most filteredlists to fit the ncurses screen.
mitchell
2012-06-22
Updated key commands for ncurses.
mitchell
2012-06-06
Removed 'gtk-' stock menus and changed 'separator' to ''.
mitchell
2012-06-02
Fix broken code from ncurses changes; modules/textadept/menu.lua
mitchell
[next]