Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Headers with non-alphanumeric characters were causing trouble.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also removed more unused constants.
|
|
"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.
|
|
|
|
|
|
|
|
|
|
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.
|
|
Global functions/tables must be prefixed with '_G.'. Otherwise, full names can
be used.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|