Wilson
- 活动总数 44
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 11
-
创建于 Light files should have PSI only in one project
the following code cause "Light files should have PSI only in one project" PsiFile file = PsiDocumentManager.getInstance(e.getProject()).getPsiFile(editor.getDocument()); Is there any solution? p... -
已编辑于 How to force refresh config file(xml file) of PersistentStateComponent
已回答@State(name = "xxx", storages = {@Storage("xxx.xml")})public class XxxComponent implements PersistentStateComponent<CollectionConfiguration> {} when some operation change the XxxComponent, the conf... -
创建于 search bar in LanguageTextField can not be fixed
已回答JsonLanguageTextField prettyJsonLanguageTextField = new JsonLanguageTextField();LanguageTextField prettyJsonEditorPanel = prettyJsonLanguageTextField.get(); import com.intellij.codeInsight.foldin...