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