aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
AgeCommit message (Collapse)Author
2012-03-08Moved Manual into `doc/` root directory.mitchell
2012-03-08Added header and footer to Manual and LuaDoc.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-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
2011-07-14Renamed _m.textadept.editing.SAVE_STRIPS_WS to STRIP_WHITESPACE_ON_SAVE.mitchell
2011-07-14Added manual documentation for select_command(); doc/manual/10_Advanced.mdmitchell
2011-07-14Changed menu labels to be more descriptive and added select_command() dialog.mitchell
2011-07-13Fixed bad keys.conf path; doc/manual/9_Preferences.mdmitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module.
2011-06-27Strip '_G' references from manual; doc/manual/9_Preferences.mdmitchell
2011-06-10There are more than 80 languages now; doc/manual/1_Introduction.mdmitchell
2011-06-08Added instruction for installing official modules; doc/manual/2_Installation.mdmitchell
2011-05-01Updated adeptsense and documentation.mitchell
2011-04-25Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'.mitchell
2011-04-01Updated manual; doc/manual/9_Preferences.mdmitchell
2011-03-29Officially supported modules are available as a separate download.mitchell
2011-03-27Added hg commands for updating modules to the manual; doc/manual/7_Modules.mdmitchell
2011-03-27Updated manual.mitchell
2011-03-27Add modules repository information to manual; doc/manual/7_Modules.mdmitchell
2011-03-23Rewrote _m.textadept.snippets module.mitchell
Snippet syntax has changed; see LuaDoc for details.
2011-03-07Load a post_init.lua script for language-specific module extensions.mitchell
2011-03-02Fixed typo in manual; doc/manual/10_Advance.mdmitchell
2011-03-01Updated manual with modules repository information; doc/manual/7_Modules.mdmitchell
2011-02-28Provide 64-bit executable for libpng12 used by Debian-based distributions.mitchell