Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-08 | Moved Manual into `doc/` root directory. | ||
2012-03-07 | Documentation overhaul with Discount (Markdown implementation). | ||
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-06 | Updated manual. | ||
2011-12-12 | Remove 'module' and update LuaDoc comments appropriately. | ||
2011-11-23 | Removed _m.textadept.editing.select_style(). | ||
2011-11-23 | Added theme utilities, modified light and dark themes, and removed scite theme. | ||
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-28 | Change Command+Option+Letter keys to Control+Command+Letter keys on Mac OSX. | ||
The Option+Letter combination produces locale-dependent characters so it cannot be used reliably. | |||
2011-08-22 | Changed some key commands. | ||
2011-08-10 | Change bindings for switching buffers and views on Mac OSX. | ||
2011-08-09 | Swap Replace/Replace All and Run/Compile key bindings. | ||
Replace/Replace All is destructive so it should not be easily accessible where it can be mistakenly pressed. | |||
2011-07-30 | Code cleanup. | ||
2011-07-16 | Add key commands that were previously undefined. | ||
2011-07-16 | Updated key commands; doc/manual/14_Appendix.md | ||
2011-07-14 | Changed menu labels to be more descriptive and added select_command() dialog. | ||
2011-07-13 | Refactored key commands and added menu accelerators. | ||
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module. | |||
2011-04-25 | Changed Mac OSX Adeptsense completion from '~' to 'Ctrl+Esc'. | ||
2011-03-27 | Updated manual. | ||
2011-03-23 | Rewrote _m.textadept.snippets module. | ||
Snippet syntax has changed; see LuaDoc for details. | |||
2011-02-25 | Changed Ctrl+H key command (highlight word) to Ctrl+Shift+H. | ||
Ctrl+H will now show symbol apidoc when available. | |||
2011-01-27 | Added Adeptsense complete key commands to the manual. | ||
2010-12-29 | The filter-through module handles selected text as stdin better. | ||
2010-12-23 | Added filter-through module for shell commands. | ||
2010-11-30 | New manual. | ||