Skip to content

Commit

Permalink
[eclipse-cdt#292] Show Save Action in project properties only (eclips…
Browse files Browse the repository at this point in the history
  • Loading branch information
ghentschke authored Mar 7, 2024
1 parent 4a19ed9 commit 156e8d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bundles/org.eclipse.cdt.lsp/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,11 @@
name="%SaveActionsPreferencePage.name">
<keywordReference id="org.eclipse.cdt.ui.saveactions"/>
<keywordReference id="org.eclipse.cdt.ui.common"/>
<enabledWhen>
<adapt
type="org.eclipse.core.resources.IProject">
</adapt>
</enabledWhen>
</page>
</extension>
<extension
Expand Down

0 comments on commit 156e8d8

Please sign in to comment.