Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added gui.set_theme() and gui.select_theme() theming utilities.
All new light and dark themes. Moved old classic themes to the wiki.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The Option+Letter combination produces locale-dependent characters so it cannot
be used reliably.
|
|
Thanks to Robert Gieseke for pointing this out.
|
|
|
|
|
|
|
|
Replace/Replace All is destructive so it should not be easily accessible where
it can be mistakenly pressed.
|
|
|
|
Thanks to Robert Gieseke for the idea and prototype code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Key commands are now in keys.conf and keys.osx.conf which are loaded by the
_m.textadept.menu module.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Snippet syntax has changed; see LuaDoc for details.
|
|
|
|
|
|
|
|
|
|
|
|
Ctrl+H will now show symbol apidoc when available.
|