aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
AgeCommit message (Collapse)Author
2014-11-26Fixed documentation on terminal colors; doc/manual.mdmitchell
2014-11-24Updated curses compatibility notes; doc/manual.mdmitchell
2014-11-23Patch CDK for basic UTF-8 support.mitchell
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-12Updated properties based on Scinterm updates.mitchell
Requires Scinterm r118 (changeset 8a7943225c5a).
2014-10-31Change rectangular selection mouse modifier back to Alt on Linux.mitchell
Enabled tapping Alt key during mouse selection to convert to rectangular selection and mentioned this in the manual.
2014-10-26Document that the terminal version does not support drag and drop; doc/manual.mdmitchell
2014-10-21Enable mouse clicks and movements in the terminal version.mitchell
This requires Scinterm r92 (changset 90ba2dd413c3).
2014-09-29State that "Replace in Selection" is for contiguous selections; doc/manual.htmlmitchell
2014-09-17Added terminal key binding to stop the currently running process.mitchell
2014-08-15Added note about `make deps` when compiling from source; doc/manual.mdmitchell
2014-08-13Separate ^H from Backspace in the terminal version.mitchell
Also have libtermkey take care of saving and restoring termios.
2014-07-18Fixed link; doc/manual.mdmitchell
2014-06-30Condensed manual and API documentation into single files.mitchell