Skip to content

Commit

Permalink
Removed last remaining virtual group interface code
Browse files Browse the repository at this point in the history
In the toolbar was still a toggle virtual group interface button. This
is now removed as well as all code associated with it.
  • Loading branch information
azoitl authored and oberlehner committed Dec 2, 2024
1 parent 5228cc3 commit ec93bcf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
16 changes: 1 addition & 15 deletions plugins/org.eclipse.fordiac.ide.application/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -466,14 +466,6 @@
id="org.eclipse.fordiac.ide.application.commands.toggleConnections"
name="Toggle Connections Visibility">
</command>
<command categoryId="org.eclipse.fordiac.ide.commands.category"
defaultHandler="org.eclipse.fordiac.ide.application.handlers.ToggleVirtualGroupInterfaceHandler"
id="org.eclipse.fordiac.ide.application.commands.toggleVirtualGroupInterfaces"
name="Toggle Virtual Group Interfaces">
<state class="org.eclipse.ui.handlers.RegistryToggleState"
id="org.eclipse.ui.commands.toggleState">
</state>
</command>
<command categoryId="org.eclipse.fordiac.ide.commands.category"
defaultHandler="org.eclipse.fordiac.ide.application.handlers.InsertFB"
id="org.eclipse.fordiac.ide.application.commands.insertFB"
Expand Down Expand Up @@ -1165,13 +1157,7 @@
icon="fordiacimage://ICON_FB"
id="org.eclipse.fordiac.ide.application.toolbars.fordiacToolbar"
tooltip="Clear Focus-On">
</command>
<command commandId="org.eclipse.fordiac.ide.application.commands.toggleVirtualGroupInterfaces"
icon="fordiacimage://ICON_HIDE_EVENT"
id="org.eclipse.fordiac.ide.application.toolbars.fordiacToolbar"
tooltip="Toggle Virtual Group Interfaces"
style="toggle">
</command>
</command>
</toolbar>
</menuContribution>
<menuContribution locationURI="toolbar:org.eclipse.ui.workbench.navigate">
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ public final class PreferenceConstants {
/** The Constant P_HIDE_DATA_CON. */
public static final String P_HIDE_DATA_CON = "hideDataConnections";//$NON-NLS-1$

/** The Constant P_TOGGLE_VIRTUAL_GROUP_INTERFACES. */
public static final String P_TOGGLE_VIRTUAL_GROUP_INTERFACES = "toggleVirtualGroupInterfaces";//$NON-NLS-1$

/** The Constant P_TOGGLE_JUMP_STEP. */
public static final String P_TOGGLE_JUMP_STEP = "toggleJumpStep";//$NON-NLS-1$

Expand Down

0 comments on commit ec93bcf

Please sign in to comment.