Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » CTRL+F6 not working on RCP
CTRL+F6 not working on RCP [message #432518] Sun, 12 June 2005 22:30 Go to next message
Don Young is currently offline Don YoungFriend
Messages: 18
Registered: July 2009
Junior Member
All,

we have been quite successful in using RCP for a very complex application.
But the CRTL+F6 keys for the workbench which is to switch Editor does not
work.

We have a custom Editor type that is derived from EditorPart directly.

Any ideas?

Thanks

-dy
Re: CTRL+F6 not working on RCP [message #432526 is a reply to message #432518] Mon, 13 June 2005 05:41 Go to previous messageGo to next message
Eugene Ostroukhov is currently offline Eugene OstroukhovFriend
Messages: 66
Registered: July 2009
Member
I had the same problem. You should add the respective actions to the main
menu.

"Don" <don@inpowersoft.com> wrote in message
news:d8id2g$str$1@news.eclipse.org...
> All,
>
> we have been quite successful in using RCP for a very complex application.
> But the CRTL+F6 keys for the workbench which is to switch Editor does not
> work.
>
> We have a custom Editor type that is derived from EditorPart directly.
>
> Any ideas?
>
> Thanks
>
> -dy
>
Re: CTRL+F6 not working on RCP [message #432566 is a reply to message #432526] Mon, 13 June 2005 21:03 Go to previous messageGo to next message
Don Young is currently offline Don YoungFriend
Messages: 18
Registered: July 2009
Junior Member
Do I have to tie the F6 to the switch editor action and contribute to the
main menu manually?

thanks

"Eugene Ostroukhov" <eostroukhov@gmail.com> wrote in message
news:d8j6a5$in7$1@news.eclipse.org...
>I had the same problem. You should add the respective actions to the main
>menu.
>
> "Don" <don@inpowersoft.com> wrote in message
> news:d8id2g$str$1@news.eclipse.org...
>> All,
>>
>> we have been quite successful in using RCP for a very complex
>> application.
>> But the CRTL+F6 keys for the workbench which is to switch Editor does not
>> work.
>>
>> We have a custom Editor type that is derived from EditorPart directly.
>>
>> Any ideas?
>>
>> Thanks
>>
>> -dy
>>
>
>
Re: CTRL+F6 not working on RCP [message #432612 is a reply to message #432566] Tue, 14 June 2005 02:03 Go to previous message
Michael Permana is currently offline Michael PermanaFriend
Messages: 23
Registered: July 2009
Junior Member
I am having problem with F5, but I cfan work around by specifying some
random schemeId,
I have problems woth Ctrl-M and Ctrl-N, other keys seems to be able to bind
properly
any one has clues why certain key can'tbebinded ?

Hello,

I have an RCP product, I'm trying to bind Ctrl-N, and F5 to my action, but
it doesn't seem to work. I can bind other sequences.
I realized the F5 is usually used for refresh, I am trying to create my
refresh action. Should I try it differently instead of using key binding in
plugin.xml ?

Here's my plugin.xml snippet:
<key commandId="com.siebel.analytics.jobmanager.rcp.ConfigurationOptions "

schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"

sequence="CTRL+N"> </key>

<key

commandId="com.siebel.analytics.jobmanager.rcp.RefreshJobList "

schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" <-- IF THIS IS
CHANGED, F5 CAN BE BINDED

sequence="F5">

</key>


"Don" <don@inpowersoft.com> wrote in message
news:d8ksau$opd$1@news.eclipse.org...
> Do I have to tie the F6 to the switch editor action and contribute to the
> main menu manually?
>
> thanks
>
> "Eugene Ostroukhov" <eostroukhov@gmail.com> wrote in message
> news:d8j6a5$in7$1@news.eclipse.org...
> >I had the same problem. You should add the respective actions to the main
> >menu.
> >
> > "Don" <don@inpowersoft.com> wrote in message
> > news:d8id2g$str$1@news.eclipse.org...
> >> All,
> >>
> >> we have been quite successful in using RCP for a very complex
> >> application.
> >> But the CRTL+F6 keys for the workbench which is to switch Editor does
not
> >> work.
> >>
> >> We have a custom Editor type that is derived from EditorPart directly.
> >>
> >> Any ideas?
> >>
> >> Thanks
> >>
> >> -dy
> >>
> >
> >
>
>
Previous Topic:SuSE 9
Next Topic:addSelectionListener and view with secondary id
Goto Forum:
  


Current Time: Thu Apr 25 19:19:56 GMT 2024

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

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

Back to the top