[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1860) Seam find references is not using the right extensionpoint/shortcut

Max Andersen (JIRA) jira-events at lists.jboss.org
Tue Mar 11 08:20:58 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-1860?page=comments#action_12402107 ] 
            
Max Andersen commented on JBIDE-1860:
-------------------------------------

Furthermore the error log is currently filling up with this every time we start:

!ENTRY org.eclipse.jface 2 0 2008-03-11 13:01:48.083
!MESSAGE Keybinding conflicts occurred.  They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2008-03-11 13:01:48.083
!MESSAGE A conflict occurred for CTRL+SHIFT+G:
Binding(CTRL+SHIFT+G,
	ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace,References in Workspace,
		Search for references to the selected element in the workspace,
		Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+SHIFT+G,
	ParameterizedCommand(Command(org.jboss.tools.seam.ui.find.references,Find Seam References,
		Find References,
		Category(org.eclipse.ui.category.navigate,Navigate,null,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
!SUBENTRY 1 org.eclipse.jface 2 0 2008-03-11 13:01:48.083
!MESSAGE A conflict occurred for CTRL+G:
Binding(CTRL+G,
	ParameterizedCommand(Command(org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace,Declaration in Workspace,
		Search for declarations of the selected element in the workspace,
		Category(org.eclipse.search.ui.category.search,Search,Search command category,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)
Binding(CTRL+G,
	ParameterizedCommand(Command(org.jboss.tools.seam.ui.find.declarations,Find Seam Declarations,
		Find Declarations,
		Category(org.eclipse.ui.category.navigate,Navigate,null,true),
		,
		,,true),null),
	org.eclipse.ui.defaultAcceleratorConfiguration,
	org.eclipse.ui.contexts.window,,,system)


> Seam find references is not using the right extensionpoint/shortcut
> -------------------------------------------------------------------
>
>                 Key: JBIDE-1860
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1860
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Seam
>    Affects Versions: 2.1
>            Reporter: Max Andersen
>         Assigned To: Victor Rubezhny
>            Priority: Critical
>             Fix For: 2.1
>
>
> Currently Seam search for references is bound to the same key (Ctrl+G) when used from java related searches.
> IQueryParticipant should be used to hook into the default Ctrl+G and Search functionallity instead of inventing our own redundant mechanims.

-- 
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