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