aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.lua
Commit message (Expand)AuthorAge
* Code cleanup based on the output of luacheck, a Lua linter.Gravatar mitchell2015-03-16
* Updated copyright year.Gravatar mitchell2014-12-31
* Use `assert(...)` as a shortcut for `if not ... then error() end`.Gravatar mitchell2014-03-01
* Added Swedish translation from Niklas Wallén.Gravatar mitchell2014-01-14
* Updated copyright information.Gravatar mitchell2014-01-12
* Removed `_L._EXISTS()`; core/locale.luaGravatar mitchell2013-06-12
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Updated copyright date.Gravatar mitchell2013-01-20
* Rewrote LuaDoc.Gravatar mitchell2012-11-19
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
* Documentation overhaul.Gravatar mitchell2012-09-12
* Attempt to auto-detect locale using 'LANG' environment variable; core/locale.luaGravatar mitchell2012-09-05
* Added function to check if a localized message exists; core/locale.luaGravatar mitchell2012-07-17
* Remove mnemonics from localized ncurses strings; core/locale.luaGravatar mitchell2012-07-17
* Show the text to be localized in the 'No Localization' message; core/locale.luaGravatar mitchell2012-06-24
* Moved "Markdown:" comments into module LuaDoc comments.Gravatar mitchell2012-03-16
* Updated contact email address.Gravatar mitchell2012-03-07
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
* Updated LuaDoc.Gravatar mitchell2012-01-17
* Updated copyright information.Gravatar mitchell2012-01-06
* Changed 'locale.localize()' to global '_L' table.Gravatar mitchell2011-12-31
* Remove 'package.seeall' from LuaDoc comments.Gravatar mitchell2011-12-13
* Remove 'module' and update LuaDoc comments appropriately.Gravatar mitchell2011-12-12
* Updated copyright information.Gravatar mitchell2010-12-28
* New manual.Gravatar mitchell2010-11-30
* Changed locale implementation.Gravatar mitchell2010-10-15
* Check for ~/.textadept/locale.conf first; core/locale.luaGravatar mitchell2010-03-29
* Updated copyright to 2010.Gravatar mitchell2010-01-07
* Documentation overhaul.Gravatar mitchell2009-07-25
* Moved localization into a configuration file.Gravatar mitchell2009-02-17
* Removed buggy 'Select in Structure' from _m.textadept.editing.Gravatar mitchell2009-02-15
* Prompt for file reload if it was modified outside of Textadept.Gravatar mitchell2009-02-14
* Can toggle the showing of 'dot' files in the PM file browser via popupmenu.Gravatar mitchell2009-02-14
* Moved the textadept.locale table into the globals table.Gravatar mitchell2009-02-10
* Use a _type field for special _print() buffers' titles instead of 'Untitled'.Gravatar mitchell2009-02-10
* Added menu options for changing line endings in buffers.Gravatar mitchell2009-02-01
* Do not open a non-existant file from _m.textadept.run.goto_error.Gravatar mitchell2009-01-27
* Use a combo entry to either type in or select a PM browser to use.Gravatar mitchell2009-01-27
* Removed some rarely-used functions from modules/textadept/editing.lua et. al.Gravatar mitchell2009-01-25
* Added Find in Files support.Gravatar mitchell2009-01-24
* Removed 'find' Project Manager browser.Gravatar mitchell2009-01-24
* Added key commands, menu items, and locale strings for running/compiling files.Gravatar mitchell2009-01-14
* Reformatted all C and Lua code to a single standard for each language.Gravatar mitchell2009-01-08
* Add bookmarks to the textadept module and menu.Gravatar mitchell2009-01-05
* Added localization support.Gravatar mitchell2009-01-03