aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-15Added note about output directory; doc/11_Scripting.mdmitchell
2012-03-15Added documentation for generating API documentation and Lua Adeptsense.mitchell
2012-03-15Added note about child Adeptsenses; modules/textadept/adeptsense.luamitchell
2012-03-14Use buffer:get_lexer(true) more often when it should be used.mitchell
2012-03-14Added FAQ.md.mitchell
2012-03-14autocomplete_word() accepts default words; modules/textadept/editing.luamitchell
From Brian Schott.
2012-03-13Added link to the Wiki; doc/.header.mdmitchell
2012-03-13Use absolute paths for command line files; core/args.luamitchell
2012-03-11Include Atom feed; CHANGELOG.mdmitchell
2012-03-11Added download links; CHANGELOG.mdmitchell
2012-03-10Replaced doc/gen_manual.lua with new unversioned tool.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell
2012-03-08No blockquoting of LuaDoc.mitchell
2012-03-08Added header and footer to Manual and LuaDoc.mitchell
2012-03-07Create doc/api/index.html; doc/markdowndoc.luamitchell
2012-03-07Fixed links in CHANGELOG.md.mitchell
2012-03-07Added stylesheet; doc/style.cssmitchell
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Removed doc/sidebar.md and added Donate section to README.md.mitchell
2012-03-07Renamed manual pages 1-9 to preserve sort order.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-08`_G.timeout()` accepts fractional seconds now; src/textadept.cmitchell
2012-03-06Added keypad keys to KEYSYMS; core/keys.luamitchell
2012-03-04`_M.set_buffer_properties()` is now optional; modules/textadept/mime_types.luamitchell
2012-03-03Fixed LuaDoc for `buffer:get_lexer()`; core/.buffer.luadocmitchell
2012-03-03Added documentation on propagation; core/keys.luamitchell
2012-03-03Added note about `modifiers` limitation for events; core/events.luamitchell
2012-03-03Added tag textadept_5.1 for changeset 4d129bfdbcdamitchell
2012-03-01Fixed bug introduced by 1053; core/gui.luamitchell
2012-02-29Updated Lua Adeptsense; modules/lua/apimitchell
2012-02-29Updated for 5.1.mitchell
2012-02-29Added more OSX key commands; modules/textadept/keys.luamitchell
From Robert Gieseke.
2012-02-28Fixed display of `buffer._type` when it has slashes in its name; core/gui.luamitchell
2012-02-26Support multiple '@return' tags in Lua Adeptsense documentation.mitchell
2012-02-22Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.mitchell
2012-02-22Fixed LuaDoc errors.mitchell
2012-02-19Forgot to patch my system's LuaDoc for new formatting; modules/lua/apimitchell
2012-02-13Use compiler flags added to gcocoadialog; src/Makefilemitchell
2012-02-11Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/apimitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-02-10Preserve LuaDoc formatting using a patch to LuaDoc itself; scripts/luadoc.patchmitchell
Thanks to Tymur Gubayev.
2012-02-06Added tag textadept_5.0 for changeset 29ec08f2ccefmitchell
2012-01-31Include LuaJIT binaries in releases; src/Makefilemitchell
2012-01-31Updated Lua Adeptsense.mitchell
2012-01-31Updated for 5.0.mitchell
2012-01-31Added ChucK lexer; modules/textadept/mime_types.confmitchell
2012-01-24Rename module shortcut variables.mitchell
2012-01-19Fixed bug with recent files; modules/textadept/session.luamitchell