aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-19Note insert mode caret compatibility with ncurses; doc/14_Appendix.mdmitchell
2012-07-18Synchronize copy-paste buffer between Scintilla and CDK widgets.mitchell
2012-07-17Note marker compatibility with ncurses.mitchell
2012-07-16Added ncurses compatibility notes to the manual Appendix.mitchell
2012-07-16Reverted r1189; ncurses command entry key command is M-C again.mitchell
2012-07-15Added notes on the included version of CDK for ncurses; doc/12_Compiling.mdmitchell
2012-07-15Include CDK directly instead of requiring it as a dependency.mitchell
2012-07-15Changed ncurses command entry key command from M-C to M-E.mitchell
2012-07-13Updated documentation on compiling.mitchell
Thanks to Bill Meahan for help with compiling on BSD.
2012-06-29Updated manual; doc/01_Introduction.mdmitchell
2012-06-29Updated manual for cross-compiling on OSX; doc/12_Compiling.mdmitchell
2012-06-28Fixed typo; doc/02_Installation.mdmitchell
2012-06-27Updated the manual, README, and FAQ with new ncurses information.mitchell
2012-06-27Refactored the Makefile.mitchell
2012-06-22Updated key commands for ncurses.mitchell
2012-06-21Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.mitchell
2012-06-20Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.luamitchell
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