aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-04-12Generate valid XHTML; doc/markdowndoc.luamitchell
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-03-26Updated some links.mitchell
2012-03-21Added link to project statistics; doc/.header.mdmitchell
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-13Added link to the Wiki; doc/.header.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-07Added stylesheet; doc/style.cssmitchell
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.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-01-06Updated manual.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-21Remove Lua 5.1 'module' reference from doc/manual/9_Preferences.md.mitchell
2011-12-21Updated section on compiling with LuaJIT for Mac OSX; doc/manual/12_Compiling.mdmitchell
2011-12-15Updated doc/manual/11_Scripting.md.mitchell
2011-12-15Add support for compiling with LuaJIT.mitchell
2011-12-13Updated "User Init" section of manual; doc/manual/9_Preferences.mdmitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-11-23Removed _m.textadept.editing.select_style().mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
2011-10-02Updated manual.mitchell
2011-09-28Use LuaCoco patch for Lua 5.1.4.mitchell
2011-09-27Added language-specific context menu support.mitchell
2011-09-26Add manual sidebar link to Language Modules; doc/sidebar.mdmitchell
2011-09-26Added manual documentation on Lua 5.1 configuration.mitchell
2011-08-30Updated manual.mitchell
2011-08-28Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX.mitchell
The Option+Letter combination produces locale-dependent characters so it cannot be used reliably.
2011-08-24Added note for OSX environment variables; doc/manual/2_Installation.mdmitchell
Thanks to Robert Gieseke for pointing this out.
2011-08-22Changed some key commands.mitchell
2011-08-15Updated GTK download links; doc/manual/12_Compiling.mdmitchell
2011-08-10Change bindings for switching buffers and views on Mac OSX.mitchell
2011-08-09Swap Replace/Replace All and Run/Compile key bindings.mitchell
Replace/Replace All is destructive so it should not be easily accessible where it can be mistakenly pressed.
2011-07-30Code cleanup.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-28Clarify role of keys.conf and keys.osx.conf; doc/manual/9_Preferences.mdmitchell
2011-07-16Add key commands that were previously undefined.mitchell
2011-07-16Updated key commands; doc/manual/14_Appendix.mdmitchell