Wilson

- Total activity 44
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 11
-
Wilson created a post, 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... -
-
Wilson created a post, AnsweredHow 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... -
-
Wilson created a post, Answeredsearch bar in LanguageTextField can not be fixed
JsonLanguageTextField prettyJsonLanguageTextField = new JsonLanguageTextField();LanguageTextField prettyJsonEditorPanel = prettyJsonLanguageTextField.get(); import com.intellij.codeInsight.foldin... -
-
Wilson commented, -
Wilson created a post, Answeredmac start plugin error
mac start plugin error java.lang.NoSuchMethodError: 'void com.apple.eawt.Application.setAboutHandler(com.apple.eawt.AboutHandler)' at com.intellij.ui.mac.MacOSApplicationProvider$Worker.initMacAppl... -
-