Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-28 | Updated Lua Adeptsense. | ||
2014-03-26 | Include my new "lspawn" module by default for spawning processes. | ||
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`. | |||
2014-03-23 | Updated to Scintilla 3.4.0 and LuaJIT 2.0.3. | ||
2014-02-05 | Updated to Scintilla 3.3.9. | ||
2014-01-01 | Updated Lua Adeptsense. | ||
2013-11-11 | Updated Lua Adeptsense. | ||
2013-10-30 | Updated Lua Adeptsense. | ||
2013-10-21 | Updated Lua Adeptsense. | ||
2013-09-30 | Updated Lua Adeptsense. | ||
2013-09-17 | Updated Lua Adeptsense. | ||
2013-09-11 | Updated Lua Adeptsense. | ||
2013-09-08 | Updated Lua Adeptsense. | ||
2013-08-10 | Updated Lua Adeptsense. | ||
2013-07-10 | Updated Lua Adeptsense. | ||
2013-06-29 | Updated Lua Adeptsense. | ||
2013-05-29 | Updated Lua Adeptsense. | ||
2013-05-25 | Updated Lua Adeptsense. | ||
2013-04-27 | Updated Lua Adeptsense. | ||
2013-03-29 | Updated Lua Adeptsense. | ||
2013-02-27 | Updated Lua Adeptsense. | ||
2013-02-01 | Updated Lua Adeptsense. | ||
2013-01-29 | Updated Lua Adeptsense. | ||
2012-12-30 | Updated Lua Adeptsense. | ||
2012-12-01 | Updated Lua Adeptsense. | ||
2012-10-31 | Updated Lua Adeptsense apidoc; modules/lua/api | ||
2012-10-30 | Continued updating documentation formatting. | ||
2012-10-29 | Updated documentation formatting. | ||
Pathnames and filenames are italic and be more consistent with constant width text. | |||
2012-09-30 | Updated Lua Adeptsense apidoc; modules/lua/api | ||
2012-09-12 | Documentation overhaul. | ||
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc. | |||
2012-08-28 | Updated Lua Adeptsense. | ||
2012-07-21 | Updated Lua Adeptsense. | ||
2012-07-21 | Converted some `buffer` "get" and "set" functions into properties. | ||
Also updated to Scintilla 3.2.1. | |||
2012-06-28 | Updated Lua Adeptsense. | ||
2012-05-31 | Updated Lua Adeptsense. | ||
2012-04-30 | Updated Lua Adeptsense. | ||
2012-03-28 | Updated Lua Adeptsense apidoc; modules/lua/api | ||
2012-03-26 | Updated Lua Adeptsense. | ||
2012-02-29 | Updated Lua Adeptsense; modules/lua/api | ||
2012-02-19 | Forgot to patch my system's LuaDoc for new formatting; modules/lua/api | ||
2012-02-11 | Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/api | ||
2012-01-31 | Updated Lua Adeptsense. | ||
2012-01-10 | Updated Lua Adeptsense. | ||
2012-01-05 | Rename '_m' to '_M'. | ||
2011-12-21 | Updated Lua Adeptsense. | ||
2011-12-13 | Updated Lua Adeptsense. | ||
2011-11-30 | Updated Lua Adeptsense. | ||
2011-11-27 | Updated Lua Adeptsense. | ||
2011-10-31 | Updated to Scintilla 3.0.0. | ||
2011-09-28 | Updated Lua adeptsense. | ||
2011-09-25 | Refactored textadept.c and changed Lua interface a bit. | ||
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense. |