Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-01 | Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`. | ||
2013-08-30 | Fixed incorrect constants in buffer LuaDoc; core/.buffer.luadoc | ||
2013-08-26 | Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now. | ||
2013-08-24 | Include Scintilla constants in `buffer`s. | ||
2013-07-08 | Renamed "language-specific" modules to just "language modules" in documentation. | ||
2013-05-22 | Documented extended styles in Scintilla; core/.buffer.luadoc | ||
2013-05-20 | Updated to Scintilla 3.3.2. | ||
2013-05-15 | Updated old documentation. | ||
2013-04-26 | Handle new "lexer/current" format from LPeg lexer's API change. | ||
Also refactored modules/textadept/mime_types.lua. Requires Scintillua r357. | |||
2013-04-24 | Renamed `_G.buffer_new()` to `buffer.new()`. | ||
2013-04-12 | Updated to Scintilla 3.3.1. | ||
2013-03-29 | Updated to Scintilla 3.3.0. | ||
2013-02-26 | Updated LuaDoc; core/.buffer.luadoc | ||
2013-02-25 | Updated to Scintilla 3.2.5. | ||
2013-01-20 | Updated copyright date. | ||
2013-01-20 | Updated to Scintilla 3.2.4. | ||
2012-12-01 | Updated parameter LuaDoc. | ||
2012-11-27 | Clarified some LuaDoc; core/.buffer.luadoc | ||
2012-11-20 | Be consistent with regard to "caret" vs. "current position". | ||
2012-11-19 | Rewrote LuaDoc. | ||
2012-10-31 | Updated LuaDoc; core/.buffer.luadoc | ||
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-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 to Scintilla 3.2.2. | ||
2012-07-21 | Converted some `buffer` "get" and "set" functions into properties. | ||
Also updated to Scintilla 3.2.1. | |||
2012-05-31 | Updated to Scintilla 3.2.0. | ||
2012-04-18 | Updated to Scintilla 3.1.0. | ||
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-07 | Updated contact email address. | ||
2012-03-07 | Documentation overhaul with Discount (Markdown implementation). | ||
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files. | |||
2012-03-03 | Fixed LuaDoc for `buffer:get_lexer()`; core/.buffer.luadoc | ||
2012-02-22 | Fixed LuaDoc errors. | ||
2012-02-10 | Update LuaDoc with new formatting. | ||
2012-01-06 | Updated copyright information. | ||
2011-12-21 | Updated iface to Scintilla 3.0.2. | ||
2011-10-31 | Updated to Scintilla 3.0.0. | ||
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-08-18 | Updated LuaDoc. | ||
2011-07-29 | Eliminated the need for keys.conf and keys.osx.conf. | ||
Thanks to Robert Gieseke for the idea and prototype code. | |||
2011-07-28 | Updated to Scintilla 2.28. | ||
2011-07-16 | Updated LuaDoc; core/.buffer.luadoc | ||
2011-06-23 | Updated Luadoc and added extra fields to other modules. | ||
2011-06-22 | Updated Luadoc and lua adeptsense. | ||
2011-06-20 | Updated to Scintilla 2.27. | ||
2011-02-03 | Updated to Scintilla 2.24. | ||
2011-01-17 | Added Adeptsense. | ||
2010-12-28 | Updated copyright information. | ||
2010-10-27 | Updated to Scintillua 2.22. | ||