Skip to content

Commit

Permalink
add enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
MandKastner committed Jan 29, 2025
1 parent 6276cf6 commit f1c19fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/org.eclipse.fordiac.ide.export/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
class="org.eclipse.fordiac.ide.export.properties.AutomaticTypeExportPropertyPage"
id="org.eclipse.fordiac.ide.export.settingspage"
name="Automatic Type Export Settings">
<enabledWhen>
<adapt
type="org.eclipse.core.resources.IProject">
<test
property="org.eclipse.core.resources.projectNature"
value="org.eclipse.fordiac.ide.systemmanagement.FordiacNature">
</test>
</adapt>
</enabledWhen>
</page>
</extension>
<extension
Expand Down

0 comments on commit f1c19fe

Please sign in to comment.