Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-31 | Updated copyright information. | ||
2016-06-16 | Changed arguments to `ui.goto_view()` and `view:goto_buffer()`. | ||
They can accept either objects or relative numbers now. They do not accept absolute indices anymore. | |||
2015-12-31 | Updated copyright date. | ||
2014-12-31 | Updated copyright year. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-01-12 | Updated copyright information. | ||
2013-12-12 | More LuaDoc updates. | ||
2013-10-18 | The buffer API applies to all buffers now, not just the global one. | ||
Created a "dummy" Scintilla view for operating on non-global documents. Removed `buffer:check_global()` and replaced `buffer.dirty` with Scintilla's `buffer.modify`. | |||
2013-10-18 | More LuaDoc updates. | ||
2013-09-16 | Removed the `SC_` prefix from constants in `_SCINTILLA.constants`. | ||
Also removed more unused constants. | |||
2013-09-06 | Updated LuaDoc. | ||
2013-01-20 | Updated copyright date. | ||
2012-12-01 | Updated parameter LuaDoc. | ||
2012-11-19 | Rewrote LuaDoc. | ||
2012-10-23 | Fixed LuaDoc; core/.view.luadoc | ||
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-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-07 | Updated contact email address. | ||
2012-02-10 | Update LuaDoc with new formatting. | ||
2012-01-12 | Create separate LuaDoc for module table fields. | ||
2012-01-06 | Updated copyright information. | ||
2011-09-27 | Reformatted some LuaDoc. | ||
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. | |||
2011-06-23 | Updated Luadoc and added extra fields to other modules. | ||
2010-12-28 | Updated copyright information. | ||
2010-06-17 | Renamed core/.*.lua to core/.*.luadoc documentation files. | ||