Skip to main content



      Home
Home » Archived » Albireo » ctrl-c ctrl-v not working in 3.5
ctrl-c ctrl-v not working in 3.5 [message #11063] Mon, 13 July 2009 14:19 Go to next message
Eclipse UserFriend
Originally posted by: jpeltzer.rossvideo.com

Has anyone else had the ctrl-x/ctrl-c/ctrl-v keys stop working in Eclipse
3.5?
They used to work perfectly in my Swing text fields but not anymore.

I have tried this on Java 6 u6 and Java 6 u14.

Confirmation or denials are both welcome responses.

Thanks,
James
Re: ctrl-c ctrl-v not working in 3.5 [message #11074 is a reply to message #11063] Wed, 15 July 2009 09:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jpeltzer.rossvideo.com

After further testing/investigation,

To get these keys back, I had to disable the key filter in the
IBindingService. Apparently this will prevent all key bindings from working
(not an overly great solution). Any better workarounds out there?

James

"James Peltzer" <jpeltzer@rossvideo.com> wrote in message
news:h3ftvl$7f6$1@build.eclipse.org...
> Has anyone else had the ctrl-x/ctrl-c/ctrl-v keys stop working in Eclipse
> 3.5?
> They used to work perfectly in my Swing text fields but not anymore.
>
> I have tried this on Java 6 u6 and Java 6 u14.
>
> Confirmation or denials are both welcome responses.
>
> Thanks,
> James
>
Re: ctrl-c ctrl-v not working in 3.5 [message #12453 is a reply to message #11074] Thu, 16 July 2009 09:31 Go to previous messageGo to next message
Eclipse UserFriend
If you don't get an answer here then you should ask this on the
eclipse.platform newsgroup. I know that at least until 3.4.x that one step
that was taken in reaction to Ctrl+C/V/W was to introspect on the focus
control for copy()/cut()/paste() methods, and this was done specifically to
handle the case of a Swing control like a text field having focus. I'm
pretty sure that this would not have been intentionally changed in 3.5, so
there may be a regression that Eclipse UI needs to investigate.

Grant


"James Peltzer" <jpeltzer@rossvideo.com> wrote in message
news:h3kkp6$uh8$1@build.eclipse.org...
> After further testing/investigation,
>
> To get these keys back, I had to disable the key filter in the
> IBindingService. Apparently this will prevent all key bindings from
working
> (not an overly great solution). Any better workarounds out there?
>
> James
>
> "James Peltzer" <jpeltzer@rossvideo.com> wrote in message
> news:h3ftvl$7f6$1@build.eclipse.org...
> > Has anyone else had the ctrl-x/ctrl-c/ctrl-v keys stop working in
Eclipse
> > 3.5?
> > They used to work perfectly in my Swing text fields but not anymore.
> >
> > I have tried this on Java 6 u6 and Java 6 u14.
> >
> > Confirmation or denials are both welcome responses.
> >
> > Thanks,
> > James
> >
>
>
Re: ctrl-c ctrl-v not working in 3.5 [message #12478 is a reply to message #12453] Thu, 16 July 2009 13:14 Go to previous message
Eclipse UserFriend
Originally posted by: jpeltzer.rossvideo.com

Thanks for the heads up. I'll repost over there given that this thread
hasn't gotten a lot of action over the past 3 days.


"Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
news:h3na47$fq1$1@build.eclipse.org...
> If you don't get an answer here then you should ask this on the
> eclipse.platform newsgroup. I know that at least until 3.4.x that one
> step
> that was taken in reaction to Ctrl+C/V/W was to introspect on the focus
> control for copy()/cut()/paste() methods, and this was done specifically
> to
> handle the case of a Swing control like a text field having focus. I'm
> pretty sure that this would not have been intentionally changed in 3.5, so
> there may be a regression that Eclipse UI needs to investigate.
>
> Grant
>
>
> "James Peltzer" <jpeltzer@rossvideo.com> wrote in message
> news:h3kkp6$uh8$1@build.eclipse.org...
>> After further testing/investigation,
>>
>> To get these keys back, I had to disable the key filter in the
>> IBindingService. Apparently this will prevent all key bindings from
> working
>> (not an overly great solution). Any better workarounds out there?
>>
>> James
>>
>> "James Peltzer" <jpeltzer@rossvideo.com> wrote in message
>> news:h3ftvl$7f6$1@build.eclipse.org...
>> > Has anyone else had the ctrl-x/ctrl-c/ctrl-v keys stop working in
> Eclipse
>> > 3.5?
>> > They used to work perfectly in my Swing text fields but not anymore.
>> >
>> > I have tried this on Java 6 u6 and Java 6 u14.
>> >
>> > Confirmation or denials are both welcome responses.
>> >
>> > Thanks,
>> > James
>> >
>>
>>
>
>
Re: ctrl-c ctrl-v not working in 3.5 [message #575299 is a reply to message #11063] Wed, 15 July 2009 09:15 Go to previous message
Eclipse UserFriend
After further testing/investigation,

To get these keys back, I had to disable the key filter in the
IBindingService. Apparently this will prevent all key bindings from working
(not an overly great solution). Any better workarounds out there?

James

"James Peltzer" <jpeltzer@rossvideo.com> wrote in message
news:h3ftvl$7f6$1@build.eclipse.org...
> Has anyone else had the ctrl-x/ctrl-c/ctrl-v keys stop working in Eclipse
> 3.5?
> They used to work perfectly in my Swing text fields but not anymore.
>
> I have tried this on Java 6 u6 and Java 6 u14.
>
> Confirmation or denials are both welcome responses.
>
> Thanks,
> James
>
Re: ctrl-c ctrl-v not working in 3.5 [message #575317 is a reply to message #11074] Thu, 16 July 2009 09:31 Go to previous message
Eclipse UserFriend
If you don't get an answer here then you should ask this on the
eclipse.platform newsgroup. I know that at least until 3.4.x that one step
that was taken in reaction to Ctrl+C/V/W was to introspect on the focus
control for copy()/cut()/paste() methods, and this was done specifically to
handle the case of a Swing control like a text field having focus. I'm
pretty sure that this would not have been intentionally changed in 3.5, so
there may be a regression that Eclipse UI needs to investigate.

Grant


"James Peltzer" <jpeltzer@rossvideo.com> wrote in message
news:h3kkp6$uh8$1@build.eclipse.org...
> After further testing/investigation,
>
> To get these keys back, I had to disable the key filter in the
> IBindingService. Apparently this will prevent all key bindings from
working
> (not an overly great solution). Any better workarounds out there?
>
> James
>
> "James Peltzer" <jpeltzer@rossvideo.com> wrote in message
> news:h3ftvl$7f6$1@build.eclipse.org...
> > Has anyone else had the ctrl-x/ctrl-c/ctrl-v keys stop working in
Eclipse
> > 3.5?
> > They used to work perfectly in my Swing text fields but not anymore.
> >
> > I have tried this on Java 6 u6 and Java 6 u14.
> >
> > Confirmation or denials are both welcome responses.
> >
> > Thanks,
> > James
> >
>
>
Re: ctrl-c ctrl-v not working in 3.5 [message #575362 is a reply to message #12453] Thu, 16 July 2009 13:14 Go to previous message
Eclipse UserFriend
Thanks for the heads up. I'll repost over there given that this thread
hasn't gotten a lot of action over the past 3 days.


"Grant Gayed" <grant_gayed@ca.ibm.com> wrote in message
news:h3na47$fq1$1@build.eclipse.org...
> If you don't get an answer here then you should ask this on the
> eclipse.platform newsgroup. I know that at least until 3.4.x that one
> step
> that was taken in reaction to Ctrl+C/V/W was to introspect on the focus
> control for copy()/cut()/paste() methods, and this was done specifically
> to
> handle the case of a Swing control like a text field having focus. I'm
> pretty sure that this would not have been intentionally changed in 3.5, so
> there may be a regression that Eclipse UI needs to investigate.
>
> Grant
>
>
> "James Peltzer" <jpeltzer@rossvideo.com> wrote in message
> news:h3kkp6$uh8$1@build.eclipse.org...
>> After further testing/investigation,
>>
>> To get these keys back, I had to disable the key filter in the
>> IBindingService. Apparently this will prevent all key bindings from
> working
>> (not an overly great solution). Any better workarounds out there?
>>
>> James
>>
>> "James Peltzer" <jpeltzer@rossvideo.com> wrote in message
>> news:h3ftvl$7f6$1@build.eclipse.org...
>> > Has anyone else had the ctrl-x/ctrl-c/ctrl-v keys stop working in
> Eclipse
>> > 3.5?
>> > They used to work perfectly in my Swing text fields but not anymore.
>> >
>> > I have tried this on Java 6 u6 and Java 6 u14.
>> >
>> > Confirmation or denials are both welcome responses.
>> >
>> > Thanks,
>> > James
>> >
>>
>>
>
>
Previous Topic:ctrl-c ctrl-v not working in 3.5
Next Topic:Re: Drag and drop and cut, copy, paste between awt / swing and swt.
Goto Forum:
  


Current Time: Wed Apr 16 11:32:40 EDT 2025

Powered by FUDForum. Page generated in 0.15924 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top