Hi,

Is there a possibility to assign a key board shortcut for a new wizard
creation in eclipse (eg: new esb config creation wizard) without involving
java coding? i.e using configurations only?

 I was trying to get it done through plugin.xml configurations, using the
following configuration,

<extension point="org.eclipse.ui.bindings">
                <key sequence="M1+ALT+M"
                        commandId="uk.co.example.actions.togglecomment"
                        
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
                        contextId="uk.co.example.ampleEditorScope"/>
        </extension>

but it seems that the commandId field does not take a new wizard wizard id
as the command.

does anyone have previous experience in attempting something similar?

thanks and regards
-- 
Awanthika Senarath
Software Engineer, WSO2 Inc.
Mobile: +94717681791
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to