mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
store registry state in ide.general.xml
This commit is contained in:
@@ -28,7 +28,10 @@ import java.util.TreeMap;
|
||||
|
||||
@State(
|
||||
name = "Registry",
|
||||
storages = @Storage(file = StoragePathMacros.APP_CONFIG + "/other.xml")
|
||||
storages = {
|
||||
@Storage(file = StoragePathMacros.APP_CONFIG + "/ide.general.xml"),
|
||||
@Storage(file = StoragePathMacros.APP_CONFIG + "/other.xml", deprecated = true)
|
||||
}
|
||||
)
|
||||
public class RegistryState implements PersistentStateComponent<Element> {
|
||||
private static final Logger LOG = Logger.getInstance(RegistryState.class);
|
||||
|
||||
Reference in New Issue
Block a user