Skip to content

Commit

Permalink
Enable Glue Code Options only when selecting a project
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Oct 21, 2020
1 parent 4d48632 commit 7e4d864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cucumber.eclipse.editor/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@
class="cucumber.eclipse.editor.properties.ProjectGlueCodeOptions"
id="cucumber.eclipse.editor.properties.gluecodeoptions"
name="Glue Code Options">
<enabledWhen>
<adapt type="org.eclipse.core.resources.IProject"/>
</enabledWhen>
</page>
</extension>
<extension
Expand Down

0 comments on commit 7e4d864

Please sign in to comment.