Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-10 | Moved the textadept.locale table into the globals table. | ||
2009-02-10 | Use a _type field for special _print() buffers' titles instead of 'Untitled'. | ||
2009-01-27 | Do not open a non-existant file from _m.textadept.run.goto_error. | ||
2009-01-21 | Updated some LuaDoc. | ||
2009-01-21 | Bugfixes in modules/textadept/run.lua | ||
If buffer.shows_errors, double-click should go to the error as well. Also, if the buffer's filename doesn't exist, don't Run or Compile it. | |||
2009-01-19 | Use the 'shows_messages' buffer for run commands; modules/textadept/run.lua | ||
2009-01-16 | Updated some LuaDoc; modules/textadept/run.lua | ||
2009-01-14 | Moved utilities to run/compile files and decode errors into a Textadept module. | ||