Letractively / schnell

Automatically exported from code.google.com/p/schnell
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Clipboard shortcuts are not working in WikiPad #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ctrl-<key> is not working in the editer area. For example ctrl-c, ctrl-v

Original issue reported on code.google.com by peache...@gmail.com on 28 Nov 2007 at 3:29

GoogleCodeExporter commented 8 years ago
Until this is fixed, you can use the context-menu or use:

- CTRL + INSERT for copy
- SHIFT + DELETE for cut
- SHIFT + INSERT for paste

Original comment by azizatif on 28 Nov 2007 at 4:00

GoogleCodeExporter commented 8 years ago

Original comment by azizatif on 12 Dec 2007 at 7:32

GoogleCodeExporter commented 8 years ago
- added support for cut (ctrl-x), copy (ctrl-c), paste (ctrl-v), select all 
(ctrl-a).
- added file menu item 'export html...' to enable export of HTML
- resized the form horizontally
- changed the HTML font size from 7.8pt to 8.25pt --> more readable

apply the attached 'schnell.patch' to get the new functionality.

Original comment by david.sc...@skybow.com on 14 Dec 2007 at 5:25

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the patch, David, but it contains too many changes that are beyond 
the 
scope of this one issue. The only problem here is handling of shortcuts related 
to 
clipboard operations. Also, you manually implemented the clipboard operations 
when 
it isn't necessary since the support is built into TextBoxBase (see Cut, Copy 
and 
Paste methods).

Original comment by azizatif on 18 Dec 2007 at 7:49

GoogleCodeExporter commented 8 years ago
Fixed in r42.

Original comment by azizatif on 20 Dec 2007 at 2:11

GoogleCodeExporter commented 8 years ago
Fixed in r43.

Original comment by azizatif on 20 Dec 2007 at 2:13

GoogleCodeExporter commented 8 years ago
This issue was closed by revision c62d11e82d78.

Original comment by azizatif on 4 Jan 2012 at 11:07