Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Re: Keybinding warnings - how to remove?
Re: Keybinding warnings - how to remove? [message #480227] Fri, 14 August 2009 09:02
Eclipse UserFriend
Hi Lars,

Sorry for only getting back to you now - this worked.

Thanks again for your help,

Conor

Lars Vogel wrote:
> Hi Conor,
>
> I added a screenshot in the article to show where to put
> plugin_customization.ini.
>
> The key was actually incorrect; I corrected this too; I assume it is now
> clear.
>
> Let me know if it works for you now.
>
> Best regards, Lars
>
> Conor O'Mahony wrote:
>> Hi Lars,
>>
>> Thanks for the article, I followed the steps in section 6 for creating
>> keybinding schema - but was wondering about what to place in the
>> plugin_customization.ini?
>>
>> org.eclipse.ui/KEY_CONFIGURATION_ID=mail.scheme
>>
>> What does "mail.scheme" correspond to - the name of the scheme I
>> created, with ".scheme" appended? Or should I put in the full scheme ID?
>>
>> Many thanks for your help,
>> Conor
>>
>> Lars Vogel wrote:
>>> Hi,
>>>
>>> use your own keybinding scheme:
>>> http://www.vogella.de/articles/EclipseCommands/article.html# keybinding_scheme
>>>
>>>
>>> Best regards, Lars
>>>
>>> Conor O'Mahony wrote:
>>>> Hi,
>>>>
>>>> I recently upgraded an RCP application from eclipse 3.2.2 to run
>>>> with eclipse 3.4, and now each time I start the application I get
>>>> the following warnings written to the error log -
>>>>
>>>> !ENTRY org.eclipse.jface 2 0 2009-07-28 12:19:03.662
>>>> !MESSAGE Keybinding conflicts occurred. They may interfere with
>>>> normal accelerator operation.
>>>> !SUBENTRY 1 org.eclipse.jface 2 0 2009-07-28 12:19:03.662
>>>> !MESSAGE A conflict occurred for CTRL+N:
>>>> Binding(CTRL+N,
>>>>
>>>> ParameterizedCommand(Command(com.pilz.ie.pascal.emf.project. new,&New,
>>>> ,
>>>> Category(org.eclipse.ui.category.file,File,null,true),
>>>> ,
>>>> ,,true),null),
>>>> org.eclipse.ui.defaultAcceleratorConfiguration,
>>>> org.eclipse.ui.contexts.window,,,system)
>>>> Binding(CTRL+N,
>>>> ParameterizedCommand(Command(org.eclipse.ui.newWizard,New,
>>>> Open the New item wizard,
>>>> Category(org.eclipse.ui.category.file,File,null,true),
>>>> org.eclipse.ui.internal.handlers.WizardHandler$New@a42c31,
>>>>
>>>> [Lorg.eclipse.ui.internal.commands.Parameter;@51630a,,true), null),
>>>> org.eclipse.ui.defaultAcceleratorConfiguration,
>>>> org.eclipse.ui.contexts.window,,,system)
>>>>
>>>>
>>>> This is presumably because in the plugin.xml there is an action in
>>>> an action set that has an accelerator attribute set to CTRL+N. I
>>>> also notice that the accelerator attribute is deprecated.
>>>>
>>>> <action
>>>> accelerator="Ctrl+N"
>>>>
>>>> class=" com.pilz.ie.pascal.Project.presentation.view.actions.NewProj ectAction "
>>>>
>>>> definitionId="com.pilz.ie.pascal.emf.project.new"
>>>> icon="icons/menu/new.gif"
>>>> id="com.pilz.ie.pascal.emf.project.new"
>>>> label="%_UI_New_Project"
>>>> menubarPath="file/fileStart"
>>>> toolbarPath="file/additions"
>>>> tooltip="%_UI_New_Project"/>
>>>>
>>>> How can I stop these warnings occurring? Or is there any way just to
>>>> stop them being written to the log?
>>>>
>>>> Many thanks,
>>>> Conor
>>>
>>>
>>>
>>>
>
>
>
>
Previous Topic:Save perspective as, restart needed
Next Topic:How to place a view at the bottom with a 100% width
Goto Forum:
  


Current Time: Tue Jun 17 04:39:36 EDT 2025

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

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

Back to the top