aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/menu.lua
AgeCommit message (Collapse)Author
2011-07-11Allow buffer functions to omit buffer argument.mitchell
This is primarily for key and menu commands to avoid creating too many unnecessary tables.
2011-07-11Removed label mnemonics from localization keys.mitchell
2011-06-24Removed '_G' prefix from globals where necessary.mitchell
2011-06-23Use string constants for event names.mitchell
2011-05-30Added menu accelerators for indentation size; modules/textadept/menu.luamitchell
2011-03-27Change menu caption for snippet's 'Insert' to 'Expand'.mitchell
2011-03-26Applied patches from Robert for minor fixes.mitchell
2011-03-24Changes to key and menu command definitions.mitchell
Functions can be used directly without being contained within a table. Also, buffer and view functions and references should be used directly (e.g. { buffer.undo, buffer } and { view.split, view }). References are handled correctly at runtime.
2011-03-23Rewrote _m.textadept.snippets module.mitchell
Snippet syntax has changed; see LuaDoc for details.
2011-03-17Performance and speed improvements.mitchell
2011-02-26Add Adeptsense menu options 'Complete Symbol' and 'Show Documentation'.mitchell
2011-01-25Fixed typos.mitchell
2011-01-21Code cleanup.mitchell
2011-01-19Can navigate between bookmarks with a filteredlist.mitchell
2011-01-19Modified Buffer menu options.mitchell
2010-12-28Updated copyright information.mitchell
2010-12-23Added filter-through module for shell commands.mitchell
2010-11-30New manual.mitchell
2010-11-24Added key commands and menu options for toggling virtual space.mitchell
2010-11-23Code cleanup.mitchell
Also modified the editing module's enclose() and select_enclosed() functions.
2010-11-11Simplify modules/textadept/menu.lua by Robert Gieseke.mitchell
2010-10-28Rename MAC variable in to OSX in Lua, __OSX__ in C.mitchell
2010-10-15Can highlight all occurances of a word; adapted from Brian Schott.mitchell
2010-10-15Changed locale implementation.mitchell
2010-10-14Removed some useless editing module functions.mitchell
2010-10-14Code formatting changes.mitchell
2010-10-09Fix menu item conflicts; modules/textadept/menu.luamitchell
2010-10-09Remove extra slash from snapopen currentdir menu; modules/textadept/menu.luamitchell
2010-09-29Added a textadept.snapopen module.mitchell
2010-09-29Fixed menu commands for snippets; modules/textadept/menu.luamitchell
2010-06-24No menu accelerators for underscores in lexer names; modules/textadept/menu.luamitchell
2010-06-14Fixes from Robert Gieseke.mitchell
2010-06-11Moved core extension modules into textadept module.mitchell