Skip to content

Commit

Permalink
0.9.7 修复:[群星文本颜色插件失效(没有弹出选框),同时报错 #15](#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonKnightOfBreeze committed Apr 3, 2023
1 parent ee5d07d commit 2a7906b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@

## 0.9.7

* [ ] 实现类型层次(`Navigate > Type Hierachy`) - 用于基于枚举名列出枚举值、基于值集名列出值集值、基于定义类型列出定义,并且可以配置作用域
* [X] 修复:[群星文本颜色插件失效(没有弹出选框),同时报错 #15](https://github.com/DragonKnightOfBreeze/Paradox-Language-Support/issues/15)
* [X] 实现内嵌提示以提示复杂枚举值的信息(枚举名,如`policy_flag`,默认启用)
* [ ] 实现类型层级(`Navigate > Type Hierachy`) - 用于基于定义类型列出定义,并且可以指定作用域
* [ ] 完善对图表的支持 - 支持通过作用域过滤显示结果,提供另外的更加详细的配置页面(需要专业版IDE)

## 0.9.6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package icu.windea.pls.localisation.ui.floating

import cn.yiiguxing.plugin.translate.util.*
import com.intellij.codeInsight.hint.*
import com.intellij.openapi.*
import com.intellij.openapi.actionSystem.*
Expand All @@ -11,9 +10,8 @@ import com.intellij.psi.*
import com.intellij.psi.util.*
import com.intellij.ui.*
import icu.windea.pls.*
import icu.windea.pls.localisation.psi.ParadoxLocalisationElementTypes
import icu.windea.pls.localisation.psi.*
import icu.windea.pls.localisation.psi.ParadoxLocalisationElementTypes.*
import icu.windea.pls.localisation.psi.ParadoxLocalisationPropertyValue
import icu.windea.pls.localisation.ui.actions.styling.*
import java.awt.*
import java.awt.event.*
Expand Down

0 comments on commit 2a7906b

Please sign in to comment.