Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-26 | Fixed documentation on terminal colors; doc/manual.md | ||
2014-11-24 | Updated curses compatibility notes; doc/manual.md | ||
2014-11-23 | Patch CDK for basic UTF-8 support. | ||
The find & replace pane and UI dialogs can now handle UTF-8 characters. The support is functional, but not perfect. Since the patch only targets the widgets Textadept uses, it cannot be submitted to upstream CDK for inclusion. It's kind of a hack anyway. | |||
2014-11-12 | Updated properties based on Scinterm updates. | ||
Requires Scinterm r118 (changeset 8a7943225c5a). | |||
2014-10-31 | Change rectangular selection mouse modifier back to Alt on Linux. | ||
Enabled tapping Alt key during mouse selection to convert to rectangular selection and mentioned this in the manual. | |||
2014-10-26 | Document that the terminal version does not support drag and drop; doc/manual.md | ||
2014-10-21 | Enable mouse clicks and movements in the terminal version. | ||
This requires Scinterm r92 (changset 90ba2dd413c3). | |||
2014-09-29 | State that "Replace in Selection" is for contiguous selections; doc/manual.html | ||
2014-09-17 | Added terminal key binding to stop the currently running process. | ||
2014-08-15 | Added note about `make deps` when compiling from source; doc/manual.md | ||
2014-08-13 | Separate ^H from Backspace in the terminal version. | ||
Also have libtermkey take care of saving and restoring termios. | |||
2014-07-18 | Fixed link; doc/manual.md | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||