aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
AgeCommit message (Collapse)Author
2013-09-01Renamed `buffer:get_style_name(n)` to `buffer.style_name[n]`.mitchell
2013-08-30Fixed incorrect constants in buffer LuaDoc; core/.buffer.luadocmitchell
2013-08-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-24Include Scintilla constants in `buffer`s.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-05-22Documented extended styles in Scintilla; core/.buffer.luadocmitchell
2013-05-20Updated to Scintilla 3.3.2.mitchell
2013-05-15Updated old documentation.mitchell
2013-04-26Handle new "lexer/current" format from LPeg lexer's API change.mitchell
Also refactored modules/textadept/mime_types.lua. Requires Scintillua r357.
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-12Updated to Scintilla 3.3.1.mitchell
2013-03-29Updated to Scintilla 3.3.0.mitchell
2013-02-26Updated LuaDoc; core/.buffer.luadocmitchell
2013-02-25Updated to Scintilla 3.2.5.mitchell
2013-01-20Updated copyright date.mitchell
2013-01-20Updated to Scintilla 3.2.4.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-27Clarified some LuaDoc; core/.buffer.luadocmitchell
2012-11-20Be consistent with regard to "caret" vs. "current position".mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-10-31Updated LuaDoc; core/.buffer.luadocmitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-09-12Documentation overhaul.mitchell
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-28Updated to Scintilla 3.2.2.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-05-31Updated to Scintilla 3.2.0.mitchell
2012-04-18Updated to Scintilla 3.1.0.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
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-03Fixed LuaDoc for `buffer:get_lexer()`; core/.buffer.luadocmitchell
2012-02-22Fixed LuaDoc errors.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-06Updated copyright information.mitchell
2011-12-21Updated iface to Scintilla 3.0.2.mitchell
2011-10-31Updated to Scintilla 3.0.0.mitchell
2011-09-27Reformatted some LuaDoc.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
'_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-18Updated LuaDoc.mitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
Thanks to Robert Gieseke for the idea and prototype code.
2011-07-28Updated to Scintilla 2.28.mitchell
2011-07-16Updated LuaDoc; core/.buffer.luadocmitchell
2011-06-23Updated Luadoc and added extra fields to other modules.mitchell
2011-06-22Updated Luadoc and lua adeptsense.mitchell
2011-06-20Updated to Scintilla 2.27.mitchell
2011-02-03Updated to Scintilla 2.24.mitchell
2011-01-17Added Adeptsense.mitchell
2010-12-28Updated copyright information.mitchell
2010-10-27Updated to Scintillua 2.22.mitchell