Skip to content

Commit

Permalink
hotfix for new eap
Browse files Browse the repository at this point in the history
  • Loading branch information
mallowigi committed Feb 6, 2018
1 parent ab47b43 commit df48935
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ ideaVersion=173.4548.2
sources=true
isEAP=true
type=IU
pluginVersion=1.8.0-beta
sinceBuildP=171.4055.1
pluginVersion=1.8.0.3-beta
sinceBuildP=181.3494.1
untilBuildP=
#idePath=/Users/helio/Library/Application Support/JetBrains/Toolbox/apps/PyCharm-P/ch-0/172.3757.62/PyCharm.app
idePath=C:\\Users\\eliorb.ELIORB\\AppData\\Local\\JetBrains\\Toolbox\\apps\\WebStorm\\ch-0\\181.2784.29
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,11 @@
text="Light Custom Theme" description="Material Light Custom"
icon="/icons/actions/themes/light_custom.png">
</action>
<action id="ChangeThemeGroup" class="com.chrisrm.idea.actions.themes.MTQuickChangeThemeAction"
text="External Themes" description="External Themes" popup="true"
icon="/icons/actions/material-theme.png">
<add-to-group group-id="MaterialTheme.ThemeChooser"/>
</action>
<!--<action id="ChangeThemeGroup" class="com.chrisrm.idea.actions.themes.MTQuickChangeThemeAction"-->
<!--text="External Themes" description="External Themes" popup="true"-->
<!--icon="/icons/actions/material-theme.png">-->
<!--<add-to-group group-id="MaterialTheme.ThemeChooser"/>-->
<!--</action>-->
</group>

<group id="MaterialTheme.Panels" text="Panel Options" description="Panel Options" popup="true"
Expand Down

0 comments on commit df48935

Please sign in to comment.