From 581f44e6accfb5f8f8059b895260cb8f9e297a86 Mon Sep 17 00:00:00 2001 From: ChenY Date: Tue, 1 Jun 2021 21:21:50 +0800 Subject: [PATCH] update plugin id and state name --- resources/META-INF/plugin.xml | 6 +++--- src/me/xfcy/idea/copy_the_path/setting/SettingState.kt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/META-INF/plugin.xml b/resources/META-INF/plugin.xml index f31fde2..ad5034c 100644 --- a/resources/META-INF/plugin.xml +++ b/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ - me.xfcy.idea.CopyThePath + me.xfcy.idea.CopyThePathLegacy Copy The Path - 0.0.5 + 0.0.5l ChenY Wang - + diff --git a/src/me/xfcy/idea/copy_the_path/setting/SettingState.kt b/src/me/xfcy/idea/copy_the_path/setting/SettingState.kt index 1b94cb3..dc55914 100644 --- a/src/me/xfcy/idea/copy_the_path/setting/SettingState.kt +++ b/src/me/xfcy/idea/copy_the_path/setting/SettingState.kt @@ -16,7 +16,7 @@ import com.intellij.openapi.project.Project import com.intellij.util.xmlb.XmlSerializerUtil @State( - name = "CopyThePathConfig", + name = "CopyThePathLegacyConfig", storages = [Storage(StoragePathMacros.WORKSPACE_FILE)] ) class SettingState(var pathPrefix: String? = ""): PersistentStateComponent {