Age | Commit message (Collapse) | Author |
|
Thanks to Richard Philips.
|
|
|
|
"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.
|
|
The former was originally designed to complement the latter.
|
|
|
|
|
|
|
|
Indicators are drawn under text and are not translucent anymore. Also, markers
are no longer placed on lines.
|
|
|
|
|
|
Requires Scintilla r4436 and Scinterm r45.
|
|
This requires Scinterm hg changeset 40 (7e25b9a35fbd).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Also updated to Scintilla 3.2.1.
|
|
|
|
Indicator boxes are not shown since they are overwritten when drawing the text
lines.
|
|
|
|
|
|
|
|
From Brian Schott.
|
|
|
|
|
|
|
|
|
|
Also added utils function for deleting the current word.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added gui.set_theme() and gui.select_theme() theming utilities.
All new light and dark themes. Moved old classic themes to the wiki.
|
|
Thanks to Brian Schott.
|
|
|
|
|
|
|
|
|