ctrl-c ctrl-v not working in 3.5 [message #11063] |
Mon, 13 July 2009 14:19  |
Eclipse User |
|
|
|
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 #12478 is a reply to message #12453] |
Thu, 16 July 2009 13:14  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>> >
>>
>>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.15924 seconds