Age | Commit message (Collapse) | Author |
|
GTKOSX passes a keycode that confuses Scintilla, which inserts a 'DLE' char.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'c' is now Control and 'm' is Command.
|
|
On Linux, AltGr is sometimes registered as GDK_MOD5_MASK which Mac OSX
identifies as meta.
|
|
|
|
Key commands are now in keys.conf and keys.osx.conf which are loaded by the
_m.textadept.menu module.
|
|
|
|
|
|
|
|
|
|
Functions can be used directly without being contained within a table. Also,
buffer and view functions and references should be used directly (e.g.
{ buffer.undo, buffer } and { view.split, view }). References are handled
correctly at runtime.
|
|
Snippet syntax has changed; see LuaDoc for details.
|
|
|
|
|
|
|
|
|
|
|
|
|