Skip to content

Commit

Permalink
Disabled the "create src and test directory" option in the project wi…
Browse files Browse the repository at this point in the history
…zard: will be removed in the future
  • Loading branch information
Grav-IntelliJ-Plugin committed Jan 4, 2019
1 parent 27918f5 commit 9cc8651
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [0.4.1] - 2019-01-04
- Compatibility Fix: Plugin works now for the latest IDEA platforms: 182-183.*
- Grav Tool Window is getting deactivated when plugin is disabled for the current project and vice versa
- Disabled the "create src and test directory" option in the project wizard: will be removed in the future

## [0.4.0] - 2018-10-14

Expand Down
1 change: 1 addition & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<li>Plugin works now for the latest IDEA platforms: 182-183.*</li>
</ul>
<li>Grav Tool Window is getting deactivated when plugin is disabled for the current project and vice versa</li>
<li>Disabled the "create src and test directory" option in the project wizard: will be removed in the future</li>
</ul>
</p>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<grid row="9" column="2" row-span="1" col-span="3" vsize-policy="0" hsize-policy="3" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<enabled value="false"/>
<text value="Create src and test directory"/>
</properties>
</component>
Expand All @@ -64,6 +65,7 @@
<grid row="8" column="0" row-span="1" col-span="5" vsize-policy="0" hsize-policy="0" anchor="8" fill="0" indent="0" use-parent-layout="false"/>
</constraints>
<properties>
<enabled value="false"/>
<font style="1"/>
<text value="Additional Options"/>
</properties>
Expand Down

0 comments on commit 9cc8651

Please sign in to comment.