Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-30 | Updated Lua Adeptsense. | ||
2012-12-01 | Updated Lua Adeptsense. | ||
2012-10-31 | Updated Lua Adeptsense apidoc; modules/lua/api | ||
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-30 | Updated Lua Adeptsense apidoc; modules/lua/api | ||
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 Lua Adeptsense. | ||
2012-07-21 | Updated Lua Adeptsense. | ||
2012-07-21 | Converted some `buffer` "get" and "set" functions into properties. | ||
Also updated to Scintilla 3.2.1. | |||
2012-06-28 | Updated Lua Adeptsense. | ||
2012-05-31 | Updated Lua Adeptsense. | ||
2012-04-30 | Updated Lua Adeptsense. | ||
2012-03-28 | Updated Lua Adeptsense apidoc; modules/lua/api | ||
2012-03-26 | Updated Lua Adeptsense. | ||
2012-02-29 | Updated Lua Adeptsense; modules/lua/api | ||
2012-02-19 | Forgot to patch my system's LuaDoc for new formatting; modules/lua/api | ||
2012-02-11 | Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/api | ||
2012-01-31 | Updated Lua Adeptsense. | ||
2012-01-10 | Updated Lua Adeptsense. | ||
2012-01-05 | Rename '_m' to '_M'. | ||
2011-12-21 | Updated Lua Adeptsense. | ||
2011-12-13 | Updated Lua Adeptsense. | ||
2011-11-30 | Updated Lua Adeptsense. | ||
2011-11-27 | Updated Lua Adeptsense. | ||
2011-10-31 | Updated to Scintilla 3.0.0. | ||
2011-09-28 | Updated Lua adeptsense. | ||
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-31 | Added Lua debug.traceback documentation. | ||
2011-08-30 | Updated Lua apidoc; modules/lua/api | ||
2011-08-15 | Fixed Lua Adeptsense `table.sort` apidoc. | ||
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-13 | Refactored key commands and added menu accelerators. | ||
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module. | |||
2011-06-30 | Updated Lua Adeptsense. | ||
2011-06-25 | Added 'fold.line.comments' option for folding multiple single-line comments. | ||
2011-06-24 | Strip '_G' from Lua Adeptsense symbols and remove duplicate tags. | ||
2011-06-24 | Add ability to fake modules for generating Adeptsense. | ||
With the new absolute field recognition, it is possible have a non-existant module name in scripts/adeptsensedoc.lua's add_field() function. For example, A '_G._SCINTILLA.constants.SCLEX_LPEG' field would look-up the '_SCINTILLA.constants' module which does not exist; it is a table. Instead of throwing an error, create a fake module so the appropriate tags and apidoc are created ('SCLEX_LPEG _ 0;" F class:_SCINTILLA.constants') but do not create tags and apidoc for the fake module. | |||
2011-06-23 | Write Lua table and module apidoc and fix absolute table tags. | ||
An absolute table like '_G.keys.lua' used to be tagged as belonging to the '_m.lua' module, but it is tagged properly now. | |||
2011-06-23 | Updated Luadoc and added extra fields to other modules. | ||
2011-06-22 | Updated Luadoc and lua adeptsense. | ||
2011-06-10 | Updated Lua Adeptsense. | ||
2011-05-01 | Updated adeptsense and documentation. | ||
2011-03-29 | Updated Lua module tags and apidoc. | ||
2011-03-23 | Rewrote _m.textadept.snippets module. | ||
Snippet syntax has changed; see LuaDoc for details. | |||
2011-03-20 | Add module field doc to Lua module apidoc. | ||
2011-02-28 | Updated lua module. | ||
2011-01-27 | Added Adeptsense info and screenshots to documentation. | ||
2011-01-19 | Can navigate between bookmarks with a filteredlist. | ||
2011-01-19 | Added gui.filteredlist() shortcut function for gui.dialog('filteredlist', ...). | ||