aboutsummaryrefslogtreecommitdiff
path: root/core/ext/menu.lua
AgeCommit message (Collapse)Author
2009-01-14Added key commands, menu items, and locale strings for running/compiling files.mitchell
2009-01-10Various improvements to speed and readability of Lua code.mitchell
Added 'local textadept = _G.textadept' to all Lua modules, themes, etc. Added more locals to core/ext/keys.lua for speed improvement. Reformatted some Lua modules to the earlier standard committed.
2009-01-08Reformatted all C and Lua code to a single standard for each language.mitchell
2009-01-05Add bookmarks to the textadept module and menu.mitchell
2009-01-03Added localization support.mitchell
All Textadept messages are in core/locale.lua which provides the new 'textadept.locale' module.
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-30Added 'Show PM Project' to 'Project Manager' menu; core/ext/menu.luamitchell
2008-12-22Fixed bugs in macros and macro browser.mitchell
2008-12-21Finally added ability to quit Textadept from Lua.mitchell
2008-11-08Added Lua interface functions to mimick find box button presses.mitchell
2008-10-04Added action for 'Find and Replace' menu item; core/ext/menu.luamitchell
2008-10-04Fixed view grow/shrink error when view isn't split; core/ext/menu.luamitchell
2008-09-21Modified some of the pm browsers to play nice with Windows.mitchell
2008-08-07Added menu options and mime types for 3 new lexers.mitchell
2008-07-23Can change lexer via the menu in core/ext/menu.lua.mitchell
2008-07-08Added additional standard key commands and added some TODO menu items.mitchell
2008-07-05Added menu option to show command entry; core/ext/menu.luamitchell
2008-07-05Fixed mnemonics, added more PM browsers; core/ext/menu.luamitchell
2008-07-05Bugfixes in core/ext/menu.luamitchell
2008-07-05Updated menu structure; core/ext/menu.luamitchell
2008-07-05Added a comprehensive menu; core/ext/menu.luamitchell