Skip to content

Commit 2806f34

Browse files
plumpygoogle-java-format Team
authored andcommitted
Move google-java-format settings page to Tools section.
This places the settings page under the "Tools" section in the IntelliJ settings dialog, making it consistent with other plugins. Fixes #1307 PiperOrigin-RevId: 963854682
1 parent 4b3d373 commit 2806f34

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

idea_plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131

3232
// https://github.com/google/google-java-format/releases
3333
val googleJavaFormatVersion = "1.36.1"
34-
val pluginPatchVersion = "0"
34+
val pluginPatchVersion = "1"
3535

3636
java {
3737
toolchain { languageVersion = JavaLanguageVersion.of(21) }

idea_plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
]]></description>
3636
<change-notes><![CDATA[
3737
<dl>
38+
<dt>1.36.1.1</dt>
39+
<dd>Move settings page to Tools section.</dd>
3840
<dt>1.36.1.0</dt>
3941
<dd>Updated to use google-java-format 1.36.1.</dd>
4042
<dt>1.35.0.0</dt>
@@ -130,7 +132,8 @@
130132
<projectConfigurable
131133
instance="com.google.googlejavaformat.intellij.GoogleJavaFormatConfigurable"
132134
id="google-java-format.settings"
133-
displayName="google-java-format Settings"/>
135+
displayName="google-java-format Settings"
136+
parentId="tools"/>
134137
<projectService
135138
serviceImplementation="com.google.googlejavaformat.intellij.GoogleJavaFormatSettings"/>
136139
<projectService serviceImplementation="com.google.googlejavaformat.intellij.JreConfigurationChecker"/>

0 commit comments

Comments
 (0)