aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/14_Appendix.md
AgeCommit message (Collapse)Author
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