aboutsummaryrefslogtreecommitdiff
path: root/core/ext/menu.lua
AgeCommit message (Expand)Author
2010-04-05Removed kill-ring.mitchell
2010-03-30Added About dialog.mitchell
2010-03-30Do not block until help browser is closed; core/ext/menu.luamitchell
2010-03-23Open help browser-agnostically for all platforms.mitchell
2010-03-20Can change lexer from a filtered list dialog.mitchell
2010-03-10Check if ~/.textadept/lexers/ exists first; core/ext/menu.luamitchell
2010-03-08Add lexers in ~/.textadept/lexers/ to menu; core/ext/menu.luamitchell
2010-03-10Added textadept.buffer_switch() to replace side pane's buffer browser.mitchell
2010-03-02Removed mlines module since Scintilla's new multiple selections supersede it.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-28Updated manual for offline use, sidebar links.mitchell
2009-07-18Fix bugs related to core/events.lua changes.mitchell
2009-07-13Added incremental find.mitchell
2009-07-12Moved session support from core/file_io.lua to a Textadept module.mitchell
2009-07-08Better session management.mitchell
2009-07-12Moved session support from core/file_io.lua to a Textadept module.mitchell
2009-07-11Fixed bug with lexer restoration.mitchell
2009-07-08Better session management.mitchell
2009-07-08Added 'Help' menu.mitchell
2009-07-07Compile and run commands can be user-redefinable through accessible tables.mitchell
2009-06-01Alphabetize lexers when dynamically loading them from disk; core/ext/menu.luamitchell
2009-04-02Removed macro support; just use Lua for scripting.mitchell
2009-03-01Added support for multiple character encodings through g_convert().mitchell
2009-02-22Added key commands and menu items to navigate 'Find in Files' list.mitchell
2009-02-17Removed hard-coded lexers from core/ext/menu.lua; generate them dynamically.mitchell
2009-02-15Removed buggy 'Select in Structure' from _m.textadept.editing.mitchell
2009-02-14update_ui() when selecting a lexer from the menu just in case; core/ext/menu.luamitchell
2009-02-14Added textadept.context_menu field for a custom popup context menu.mitchell
2009-02-10Moved the textadept.locale table into the globals table.mitchell
2009-02-08Fixed Paste menu issue with Mac OSX; core/ext/menu.luamitchell
2009-02-01Added menu options for changing line endings in buffers.mitchell
2009-01-27Use a combo entry to either type in or select a PM browser to use.mitchell
2009-01-26Menu label text is irrelevant for menu actions due to l10n; focus on menu_id.mitchell
2009-01-25Removed some rarely-used functions from modules/textadept/editing.lua et. al.mitchell
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
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
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