Age | Commit message (Collapse) | Author |
|
|
|
|
|
Menus and key bindings do not need `events.INITIALIZED`.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts "Enter" to '\r' in Lua, so make a KEYSYM to retain '\n'.
|
|
|
|
|
|
"local buffer = buffer" and similar optimizations are not needed since lexing
the buffer is much more expensive and reaction time is limited by how fast the
keyboard can submit key presses.
|
|
|
|
This fixes Fn key recognition.
|
|
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pathnames and filenames are italic and be more consistent with constant width
text.
|
|
|
|
|
|
|
|
Rewrote most of the manual and Lua API to complement each other.
Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|