Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'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.
|
|
|
|
|
|
|
|
|
|
|
|
|