aboutsummaryrefslogtreecommitdiff
path: root/core/.buffer.luadoc
AgeCommit message (Collapse)Author
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
2010-10-18Updated LuaDoc; core/.buffer.luadocmitchell
2010-08-18Added LuaDoc for new Scintilla functions; core/.buffer.luadocmitchell
2010-08-17Fixed LuaDoc typos.mitchell
2010-08-17Upgraded to Scintilla/SciTE 2.20.mitchell
2010-06-18Updated documentation for buffer.multi_paste; core/.buffer.luadocmitchell
2010-06-17Renamed core/.*.lua to core/.*.luadoc documentation files.mitchell