diff options
author | 2012-07-18 13:07:24 -0400 | |
---|---|---|
committer | 2012-07-18 13:07:24 -0400 | |
commit | 2d3ba894c5e954935757f7843ab04305688c2c58 (patch) | |
tree | c0c30dc29b91ff0a10ee34ba11358191e1e9362c /doc/14_Appendix.md | |
parent | 8ad622fc6db9a873753e77530d9c9f9401867fd6 (diff) | |
download | textadept-2d3ba894c5e954935757f7843ab04305688c2c58.tar.gz textadept-2d3ba894c5e954935757f7843ab04305688c2c58.zip |
Synchronize copy-paste buffer between Scintilla and CDK widgets.
Diffstat (limited to 'doc/14_Appendix.md')
-rw-r--r-- | doc/14_Appendix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md index 41e0d640..4c526af2 100644 --- a/doc/14_Appendix.md +++ b/doc/14_Appendix.md @@ -303,6 +303,7 @@ features in its editing component Scintilla: * Viewing whitespace does not show the 'Tab' character arrows (`surface->LineTo()` is not supported for drawing arrows). * Visual wrap flags are not supported (`surface->LineTo()` is not supported). +* X selections (primary and secondary) are not integrated into the clipboard. ## Migration Guides |