aboutsummaryrefslogtreecommitdiff
path: root/core/locale.lua
AgeCommit message (Collapse)Author
2009-01-27Do not open a non-existant file from _m.textadept.run.goto_error.mitchell
2009-01-27Use a combo entry to either type in or select a PM browser to use.mitchell
2009-01-25Removed some rarely-used functions from modules/textadept/editing.lua et. al.mitchell
Including: * autocomplete_word_from_dict * move_line (up and down) * ruby_exec * lua_exec * reformat_paragraph
2009-01-24Added Find in Files support.mitchell
2009-01-24Removed 'find' Project Manager browser.mitchell
2009-01-14Added key commands, menu items, and locale strings for running/compiling files.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
All Textadept messages are in core/locale.lua which provides the new 'textadept.locale' module.