index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
core
/
ext
/
menu.lua
Commit message (
Expand
)
Author
Age
*
Removed hard-coded lexers from core/ext/menu.lua; generate them dynamically.
mitchell
2009-02-17
*
Removed buggy 'Select in Structure' from _m.textadept.editing.
mitchell
2009-02-15
*
update_ui() when selecting a lexer from the menu just in case; core/ext/menu.lua
mitchell
2009-02-14
*
Added textadept.context_menu field for a custom popup context menu.
mitchell
2009-02-14
*
Moved the textadept.locale table into the globals table.
mitchell
2009-02-10
*
Fixed Paste menu issue with Mac OSX; core/ext/menu.lua
mitchell
2009-02-08
*
Added menu options for changing line endings in buffers.
mitchell
2009-02-01
*
Use a combo entry to either type in or select a PM browser to use.
mitchell
2009-01-27
*
Menu label text is irrelevant for menu actions due to l10n; focus on menu_id.
mitchell
2009-01-26
*
Removed some rarely-used functions from modules/textadept/editing.lua et. al.
mitchell
2009-01-25
*
Added key commands, menu items, and locale strings for running/compiling files.
mitchell
2009-01-14
*
Various improvements to speed and readability of Lua code.
mitchell
2009-01-10
*
Reformatted all C and Lua code to a single standard for each language.
mitchell
2009-01-08
*
Add bookmarks to the textadept module and menu.
mitchell
2009-01-05
*
Added localization support.
mitchell
2009-01-03
*
Updated copyright dates for 2009.
mitchell
2009-01-01
*
Added 'Show PM Project' to 'Project Manager' menu; core/ext/menu.lua
mitchell
2008-12-30
*
Fixed bugs in macros and macro browser.
mitchell
2008-12-22
*
Finally added ability to quit Textadept from Lua.
mitchell
2008-12-21
*
Added Lua interface functions to mimick find box button presses.
mitchell
2008-11-08
*
Added action for 'Find and Replace' menu item; core/ext/menu.lua
mitchell
2008-10-04
*
Fixed view grow/shrink error when view isn't split; core/ext/menu.lua
mitchell
2008-10-04
*
Modified some of the pm browsers to play nice with Windows.
mitchell
2008-09-21
*
Added menu options and mime types for 3 new lexers.
mitchell
2008-08-07
*
Can change lexer via the menu in core/ext/menu.lua.
mitchell
2008-07-23
*
Added additional standard key commands and added some TODO menu items.
mitchell
2008-07-08
*
Added menu option to show command entry; core/ext/menu.lua
mitchell
2008-07-05
*
Fixed mnemonics, added more PM browsers; core/ext/menu.lua
mitchell
2008-07-05
*
Bugfixes in core/ext/menu.lua
mitchell
2008-07-05
*
Updated menu structure; core/ext/menu.lua
mitchell
2008-07-05
*
Added a comprehensive menu; core/ext/menu.lua
mitchell
2008-07-05