Skip to content

Commit 278c56c

Browse files
committed
The toolbar and the menu are now available in bot the c and arduino perspective.
1 parent b8060e7 commit 278c56c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

it.baeyens.arduino.core/plugin.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,13 @@
235235
<extension point="org.eclipse.core.expressions.definitions">
236236
<definition id="it.baeyens.definition.isArduinoPerspective">
237237
<with variable="activeWorkbenchWindow.activePerspective">
238-
<equals value="org.eclipse.cdt.ui.CPerspective"/>
238+
<or>
239+
<equals
240+
value="it.baeyens.arduino.application.perspective">
241+
</equals>
242+
<equals
243+
value="org.eclipse.cdt.ui.CPerspective">
244+
</equals></or>
239245
</with>
240246
</definition>
241247
</extension>

0 commit comments

Comments
 (0)