[groovy] store console state in workspace.xml (IDEA-140460)

This commit is contained in:
Daniil Ovchinnikov
2015-05-28 02:06:31 +03:00
parent 9f4d1618e3
commit c4dace7fb0
@@ -33,8 +33,7 @@ import java.util.Map;
@State(
name = "GroovyConsoleState",
storages = {
@Storage(file = StoragePathMacros.PROJECT_FILE),
@Storage(file = StoragePathMacros.PROJECT_CONFIG_DIR + "/groovyConsole.xml", scheme = StorageScheme.DIRECTORY_BASED)
@Storage(file = StoragePathMacros.WORKSPACE_FILE)
}
)
public class GroovyConsoleStateService implements PersistentStateComponent<GroovyConsoleStateService.MyState> {