File tree 3 files changed +8
-7
lines changed
src/com/google/googlejavaformat/intellij
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 5
5
<exclude-output />
6
6
<content url =" file://$MODULE_DIR$" >
7
7
<sourceFolder url =" file://$MODULE_DIR$/src" isTestSource =" false" />
8
- <sourceFolder url =" file://$MODULE_DIR$/src/com/google/googlejavaformat/intellij/v2016_3" packagePrefix =" com.google.googlejavaformat.intellij.v2016_3" isTestSource =" false" />
9
- <excludeFolder url =" file://$MODULE_DIR$/src/com/google/googlejavaformat/intellij/v2016_2" />
10
8
<sourceFolder url =" file://$MODULE_DIR$/resources" type =" java-resource" />
11
9
<sourceFolder url =" file://$MODULE_DIR$/test" isTestSource =" true" />
10
+ <sourceFolder url =" file://$MODULE_DIR$/src/com/google/googlejavaformat/intellij/v2017_1" isTestSource =" false" packagePrefix =" com.google.googlejavaformat.intellij" />
11
+ <excludeFolder url =" file://$MODULE_DIR$/src/com/google/googlejavaformat/intellij/v2016_2" />
12
+ <excludeFolder url =" file://$MODULE_DIR$/src/com/google/googlejavaformat/intellij/v2016_3" />
12
13
</content >
13
14
<orderEntry type =" inheritedJdk" />
14
15
<orderEntry type =" sourceFolder" forTests =" false" />
Original file line number Diff line number Diff line change 1
1
<idea-plugin version =" 2" >
2
2
<id >google-java-format</id >
3
3
<name >google-java-format</name >
4
- <version >1.2.SNAPSHOT.20161216 </version >
4
+ <version >1.3.1 </version >
5
5
<vendor url =" https://github.com/google/google-java-format" >
6
6
Google
7
7
</vendor >
15
15
Formats Java source code to comply with Google Style.
16
16
]]> </description >
17
17
18
- <!-- CodeStyleManager stayed the same from 143 (IDEA 15) through 162
19
- (2016.2). But they changed a parameter type of a method in 163 (2016.3),
20
- so it needs some work to fix. -->
21
- <idea-version since-build =" 143.0" until-build =" 163.0" />
18
+ <!-- CodeStyleManager continues to change across API versions, and will need to be updated again
19
+ for 2017.2. -->
20
+ <idea-version since-build =" 171" until-build =" 171.*" />
22
21
23
22
<project-components >
24
23
<component >
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ public State getState() {
52
52
@ Override
53
53
public void loadState (State state ) {
54
54
this .state = state ;
55
+ updateFormatterState ();
55
56
}
56
57
57
58
boolean isEnabled () {
You can’t perform that action at this time.
0 commit comments