index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
core
/
args.lua
Commit message (
Expand
)
Author
Age
*
Lots of small LuaDoc improvements (grammar mainly).
mitchell
2016-06-15
*
Code cleanup.
mitchell
2016-04-02
*
Added single-instance functionality for Win32 and require GLib 2.28+.
mitchell
2016-01-30
*
Code cleanup; core/args.lua
mitchell
2016-01-29
*
Added '-v' and '--version' command line parameters.
mitchell
2016-01-29
*
Updated copyright date.
mitchell
2015-12-31
*
Prevent -h, --help switches from exiting single instance; core/args.lua
mitchell
2015-03-14
*
Lua code cleanup.
mitchell
2015-03-12
*
Made `args.process()` private.
mitchell
2015-01-22
*
Updated copyright year.
mitchell
2014-12-31
*
Condensed manual and API documentation into single files.
mitchell
2014-06-30
*
Fixed bug introduced by r1710 relating to absolute paths.
mitchell
2014-04-10
*
Added `lfs.abspath()` in order to always use absolute paths.
mitchell
2014-04-06
*
Updated copyright information.
mitchell
2014-01-12
*
Some programs pass lower-case drive letters to external editors; core/args.lua
mitchell
2013-12-19
*
Do not cache `_G.arg`; core/args.lua
mitchell
2013-09-10
*
Use `events.ARG_NONE` constant instead of string.
mitchell
2013-09-09
*
`_M.textadept = require('textadept')` in user init is superfluous.
mitchell
2013-05-15
*
More code cleanup.
mitchell
2013-04-29
*
Code and documentation cleanup.
mitchell
2013-04-25
*
Initial support for Windows terminal via pdcurses.
mitchell
2013-04-05
*
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-04-03
*
Updated copyright date.
mitchell
2013-01-20
*
Updated parameter LuaDoc.
mitchell
2012-12-01
*
Rewrote LuaDoc.
mitchell
2012-11-19
*
Changed Lua code style for tables.
mitchell
2012-11-19
*
Documentation overhaul.
mitchell
2012-09-12
*
Disable showing help in ncurses; core/args.lua
mitchell
2012-08-01
*
Support for single-instance on Linux and BSD with GLib 2.28.
mitchell
2012-04-10
*
Moved "Markdown:" comments into module LuaDoc comments.
mitchell
2012-03-16
*
Use absolute paths for command line files; core/args.lua
mitchell
2012-03-13
*
Updated contact email address.
mitchell
2012-03-07
*
Documentation overhaul with Discount (Markdown implementation).
mitchell
2012-03-07
*
Updated copyright information.
mitchell
2012-01-06
*
Remove 'package.seeall' from LuaDoc comments.
mitchell
2011-12-13
*
Remove 'module' and update LuaDoc comments appropriately.
mitchell
2011-12-12
*
Updated to Lua 5.2.
mitchell
2011-12-12
*
Reformatted some LuaDoc.
mitchell
2011-09-27
*
Removed '_G' prefix from globals where necessary.
mitchell
2011-06-24
*
Updated Luadoc; core/args.lua
mitchell
2011-06-24
*
Use string constants for event names.
mitchell
2011-06-23
*
Code cleanup.
mitchell
2011-01-21
*
Updated copyright information.
mitchell
2010-12-28
*
New manual.
mitchell
2010-11-30
*
Code cleanup.
mitchell
2010-11-23
*
Mac OSX textadept.app includes GTK-OSX; the framework is no longer needed.
mitchell
2010-11-19
*
Rename MAC variable in to OSX in Lua, __OSX__ in C.
mitchell
2010-10-28
*
Updated LuaDoc.
mitchell
2010-08-31
*
Small changes to dynamic args messages and Luadoc.
mitchell
2010-06-19
*
Fixed bug with args and sessions.
mitchell
2010-06-18
[next]