diff options
author | 2013-04-11 23:58:33 -0400 | |
---|---|---|
committer | 2013-04-11 23:58:33 -0400 | |
commit | a65f9ac0c460fba64b2d8ddde2149661c025ea65 (patch) | |
tree | 9f1d3e7b73756b264974d0be272a722fc92e483e /doc/14_Appendix.md | |
parent | 2a54e9fcfd955b8cf63fa42f41292d1176026721 (diff) | |
download | textadept-a65f9ac0c460fba64b2d8ddde2149661c025ea65.tar.gz textadept-a65f9ac0c460fba64b2d8ddde2149661c025ea65.zip |
Added key modes and changed the command entry to use them.
Removed obsoleted `events.COMMAND_ENTRY_COMMAND`.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r-- | doc/14_Appendix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index d24e8c4e..1e4fd663 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -104,7 +104,7 @@ As a special case, the empty capture `()` captures the current string position Textadept 5.5 beta introduced a curses version that can run in a terminal emulator. However, since curses is quite low-level in terms of graphics capability compared to GTK+, the curses version of Textadept lacks some features -in its editing component Scintilla: +in its editing component Scintilla and in general: * Any settings with alpha values are not supported. * Autocompletion lists cannot show images (pixmap surfaces are not supported). |