mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[groovy] store console state in workspace.xml (IDEA-140460)
This commit is contained in:
+1
-2
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user