Commit c01d4085 authored by Andrey Filippov's avatar Andrey Filippov

added F4 to jump to signal driver(s)

parent 6b97f23e
...@@ -242,6 +242,12 @@ ...@@ -242,6 +242,12 @@
categoryId="com.elphel.vdt.veditor.commands" categoryId="com.elphel.vdt.veditor.commands"
id="com.elphel.vdt.veditor.actions.OpenDeclaration"> id="com.elphel.vdt.veditor.actions.OpenDeclaration">
</command> </command>
<command
name="GotoDriver"
description="Goto signal driver"
categoryId="com.elphel.vdt.veditor.commands"
id="com.elphel.vdt.veditor.actions.GotoDriver">
</command>
<command <command
name="%command.name.4" name="%command.name.4"
description="%command.description.4" description="%command.description.4"
...@@ -324,6 +330,12 @@ ...@@ -324,6 +330,12 @@
contextId="com.elphel.vdt.veditor.scope" contextId="com.elphel.vdt.veditor.scope"
commandId="com.elphel.vdt.veditor.actions.OpenDeclaration"> commandId="com.elphel.vdt.veditor.actions.OpenDeclaration">
</key> </key>
<key
sequence="F4"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
contextId="com.elphel.vdt.veditor.scope"
commandId="com.elphel.vdt.veditor.actions.GotoDriver">
</key>
<key <key
sequence="M1+F12" sequence="M1+F12"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration" schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment