aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-12Make single instance a compile-time option.mitchell
2012-04-10Handle NULL current working directory for single-instance; src/textadept.cmitchell
2012-04-10Support for single-instance on Linux and BSD with GLib 2.28.mitchell
Also added documentation on running with LuaJIT and require GTK+ 2.18 now.
2012-04-10Added note about LuaJIT compatibility; doc/11_Scripting.mdmitchell
2012-04-10Renamed textadept.app to Textadept.app.mitchell
2012-04-06Respect user annotation preference; modules/lua/init.luamitchell
2012-04-06Print annotations for run and compile command errors; modules/textadept/run.luamitchell
2012-04-06Fixed bug in run/compile commands with LuaJIT; modules/textadept/run.luamitchell
2012-04-03Added tag textadept_5.2 for changeset 7e2102de1030mitchell
2012-03-28Updated CHANGELOG.md.mitchell
2012-03-28Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-03-28Updated paths; src/Makefilemitchell
2012-03-27Removed mentions of GTK stock items in in translation notes.mitchell
2012-03-27Added German translation from Robert Gieseke; core/locales/locale.de.confmitchell
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-26Updated for 5.2.mitchell
2012-03-26Updated some links.mitchell
2012-03-26Updated Lua Adeptsense.mitchell
2012-03-25Improved message double-clicking behavior for run and compile commands.mitchell
2012-03-22Updated paths to Manual and LuaDoc in menus and key commands.mitchell
2012-03-22Added Spanish translation from Manuel Montenegro.mitchell
2012-03-21Added link to project statistics; doc/.header.mdmitchell
2012-03-17Fixed link in CHANGELOG.md.mitchell
2012-03-17Do not link the current page in the navigation list; doc/markdowndoc.luamitchell
2012-03-16Added doc/icon.png favicon.mitchell
2012-03-16Specify favicon; doc/markdowndoc.luamitchell
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