1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-04-11 03:15:49 +02:00
Cause this will lose users settings, the settings will become

```xml
<application>
  <component name="RainbowBracketsSettings">
    <option name="version" value="5.9.1" />
  </component>
  <component name="RainbowSettings">
    <option name="version" value="5.9.1" />
  </component>
</application>
```

This reverts commit 078e24cecf.
This commit is contained in:
张志豪 2018-08-13 23:58:28 +08:00
parent 2862a5ff60
commit 5b4b792e6a

View File

@ -8,7 +8,7 @@ import com.intellij.util.xmlb.XmlSerializerUtil.copyBean
import org.jetbrains.annotations.Nullable
@State(name = "RainbowBracketsSettings", storages = [(Storage("rainbow_brackets.xml"))])
@State(name = "RainbowSettings", storages = [(Storage("rainbow_brackets.xml"))])
class RainbowSettings : PersistentStateComponent<RainbowSettings> {
/**
* default value