aboutsummaryrefslogtreecommitdiff
path: root/core/locale.lua
AgeCommit message (Collapse)Author
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-17Updated LuaDoc.mitchell
2012-01-06Updated copyright information.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2010-12-28Updated copyright information.mitchell
2010-11-30New manual.mitchell
2010-10-15Changed locale implementation.mitchell
2010-03-29Check for ~/.textadept/locale.conf first; core/locale.luamitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-25Documentation overhaul.mitchell
2009-02-17Moved localization into a configuration file.mitchell
2009-02-15Removed buggy 'Select in Structure' from _m.textadept.editing.mitchell
2009-02-14Prompt for file reload if it was modified outside of Textadept.mitchell
2009-02-14Can toggle the showing of 'dot' files in the PM file browser via popupmenu.mitchell
2009-02-10Moved the textadept.locale table into the globals table.mitchell
2009-02-10Use a _type field for special _print() buffers' titles instead of 'Untitled'.mitchell
2009-02-01Added menu options for changing line endings in buffers.mitchell
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.