aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/14_Appendix.md
AgeCommit message (Collapse)Author
2012-03-08Moved Manual into `doc/` root directory.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
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-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-22Changed some key commands.mitchell
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-16Add key commands that were previously undefined.mitchell
2011-07-16Updated key commands; doc/manual/14_Appendix.mdmitchell
2011-07-14Changed menu labels to be more descriptive and added select_command() dialog.mitchell
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-04-25Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'.mitchell
2011-03-27Updated manual.mitchell
2011-03-23Rewrote _m.textadept.snippets module.mitchell
Snippet syntax has changed; see LuaDoc for details.
2011-02-25Changed Ctrl+H key command (highlight word) to Ctrl+Shift+H.mitchell
Ctrl+H will now show symbol apidoc when available.
2011-01-27Added Adeptsense complete key commands to the manual.mitchell
2010-12-29The filter-through module handles selected text as stdin better.mitchell
2010-12-23Added filter-through module for shell commands.mitchell
2010-11-30New manual.mitchell