Skip to content

Commit

Permalink
Move Dialyzer preferences option
Browse files Browse the repository at this point in the history
The `Dialyzer` option is now placed under the toplevel `Erlang`
instead of under `Compiler`.
  • Loading branch information
bjosv committed Jan 30, 2023
1 parent 3dca45f commit 7ad68a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/org.erlide.ui/plugin.xml
Expand Up @@ -2148,7 +2148,7 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
category="org.erlide.ui.preferences.compiler"
category="org.erlide.ui.preferences"
class="org.erlide.dialyzer.ui.prefs.DialyzerPreferencePage"
id="org.erlide.dialyzer.ui.builder"
name="Dialyzer">
Expand Down

0 comments on commit 7ad68a1

Please sign in to comment.