[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-2183) Ctrl+shift+G binding causing warnings - can it be avoided ?

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Thu May 8 10:32:59 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-2183?page=comments#action_12412165 ] 
            
Victor Rubezhny commented on JBIDE-2183:
----------------------------------------

This is a cut from the org.springframework.ide.eclipse.beans.ui.editor_1.3.6 plugin plugin.xml file:


	<extension point="org.eclipse.ui.editorActions">
		<editorContribution
			id="org.springframework.ide.eclipse.beans.ui.editor.actions"
		targetID="org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart">

<!--- Mice eat here -->

			<action
		         id="org.springframework.ide.eclipse.beans.ui.editor.actions.searchBeanReferencesAction"
		         label="%action.searchBeanReferences.label"
		         definitionId="org.springframework.ide.eclipse.beans.ui.editor.commands.searchBeanReferences"
		         icon="icons/full/obj16/bean_obj.gif"
		         menubarPath="org.eclipse.search.menu/contextMenuActionsGroup"
		         class="org.springframework.ide.eclipse.beans.ui.editor.actions.SearchBeanReferencesAction">
			</action>
		</editorContribution>
	</extension>

   <extension
         point="org.eclipse.ui.commands">
      <command
            id="org.springframework.ide.eclipse.beans.ui.editor.commands.searchBeanReferences"
            name="%command.searchBeanReferences.name"
            categoryId="org.eclipse.search.ui.category.search"/>
   </extension>

   <extension
         point="org.eclipse.ui.bindings">
      <key
            sequence="M1+M2+G"
            commandId="org.springframework.ide.eclipse.beans.ui.editor.commands.searchBeanReferences"
            contextId="org.eclipse.wst.sse.ui.structuredTextEditorScope"
            schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"/>
   </extension>
 
IMHO, the conflict (with the action selection pop-up menu appearing) may occure only when using org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart editor while the Spring Framework is installed.



> Ctrl+shift+G binding causing warnings - can it be avoided ?
> -----------------------------------------------------------
>
>                 Key: JBIDE-2183
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-2183
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 2.1.0.CR1
>            Reporter: Max Rydahl Andersen
>         Assigned To: Victor Rubezhny
>             Fix For: 2.1.0.GA
>
>
> in latest cr1 I get the following in the Error log at startup:
> eclipse.buildId=1.1.0.CR1
> java.version=1.6.0_04
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
> Command-line arguments:  -os win32 -ws win32 -arch x86
> Warning
> Tue May 06 15:03:32 CEST 2008
> Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
> Warning
> Tue May 06 15:03:32 CEST 2008
> A conflict occurred for CTRL+SHIFT+G:

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list