Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-02 | Fixed command line parameters bug; init.lua | ||
When files are passed by the command line, they are assumed to be relative to Textadept's path. Instead, check if the file has a leading '~/' or '/' indicating an absolute path. If so, do not treat it that way. Otherwise treat it as relative. | |||
2007-10-07 | Moved key command manager to core. | ||
2007-09-24 | Updated documentation. | ||
2007-08-06 | Fixed bug with opening files via command line arguments; init.lua | ||
When the path to the Textadept executable is not specified, base_dir is nil. Attempting to concat it with a filename throws an error, so base_dir defaults to the empty string. | |||
2007-08-06 | Initial import of Textadept Lua init script. | ||