Wilson
- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 11
-
Created 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... -
Edited How to force refresh config file(xml file) of PersistentStateComponent
Answered@State(name = "xxx", storages = {@Storage("xxx.xml")})public class XxxComponent implements PersistentStateComponent<CollectionConfiguration> {} when some operation change the XxxComponent, the conf... -
Created search bar in LanguageTextField can not be fixed
AnsweredJsonLanguageTextField prettyJsonLanguageTextField = new JsonLanguageTextField();LanguageTextField prettyJsonEditorPanel = prettyJsonLanguageTextField.get(); import com.intellij.codeInsight.foldin...