Skip to content

Commit

Permalink
Merge pull request #424 from PyvesB/working-set-properties
Browse files Browse the repository at this point in the history
Enable Glue Code Options only when selecting a project
  • Loading branch information
qvdk committed Dec 13, 2020
2 parents 4d48632 + 7e4d864 commit fe9cff7
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 fe9cff7

Please sign in to comment.