王坤林
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How can I check an editor has error or not?
AnsweredI get an editor to handle json mFile = PsiFileFactory.getInstance(mProject).createFileFromText("a.json", JsonLanguage.INSTANCE, "");mJsonVirtualFile = mFile.getVirtualFile();mTextEditorProvider = T...