jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

IDE code editor should support alternate Cut Copy Paste shortcuts #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Windows has alternate shortcuts for Cut Copy Paste as listed below.  Old
habits die hard.  It would be great if the editor could support these.

Ctrl-Insert = Copy
Shift-Delete = Cut
Shift-Insert = Paste

Original issue reported on code.google.com by robert....@gmail.com on 21 May 2009 at 3:21

GoogleCodeExporter commented 9 years ago
Does control/command -C -X and -V work?  If so...

Original comment by clvrm...@gmail.com on 21 May 2009 at 10:40

GoogleCodeExporter commented 9 years ago
Yes, of course C, V and X work but there should also be support for the 
alternates
that many are used to.

Original comment by robert....@gmail.com on 23 May 2009 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 15 Jun 2009 at 8:31

GoogleCodeExporter commented 9 years ago
It would also be REALLY nice if X-style cut/paste worked.

Copy on select
paste on middle click

Original comment by magrat...@gmail.com on 12 Nov 2009 at 12:53

GoogleCodeExporter commented 9 years ago
yes! please! I miss this functions every 2 minutes when using Arduino editor:

Ctrl-Insert = Copy
Shift-Delete = Cut
Shift-Insert = Paste
select=copy to buffer (not copy to clipboard)
middle click=paste buffer (not from clipboard)

Original comment by alejandr...@gmail.com on 9 Dec 2009 at 8:49

GoogleCodeExporter commented 9 years ago
I have been working on this issue and attached a patch.

It's open for discussion, and just a start. Not sure if it's in the right place 
and
if it meets naming conventions and other requirements. I couldn't find any 
documents
about these.

Tested on Windows Vista (32-bit) with Java 1.6.0_16

Original comment by qistoph on 20 Jan 2010 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
You might try submitting the patch to Processing, so it can then be integrated 
into Arduino: 
http://dev.processing.org/bugs/show_bug.cgi?id=162

Original comment by dmel...@gmail.com on 15 Feb 2010 at 9:02

GoogleCodeExporter commented 9 years ago
I have submitted it to Processing.

Original comment by qistoph on 15 Feb 2010 at 9:13

GoogleCodeExporter commented 9 years ago
I tested this on Arduino 0019 and 

Ctrl-Insert = Copy
Shift-Delete = Cut
Shift-Insert = Paste

are working (at least on windows 7)

Original comment by eric.fia...@gmail.com on 7 Sep 2010 at 7:51

GoogleCodeExporter commented 9 years ago
Fixed in the Processing sync.

Original comment by dmel...@gmail.com on 7 Sep 2010 at 9:39