Prop
- Total activity 74
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 27
-
Prop created a post, -
Prop created a post, AnsweredAfter setting setSingleRow in EditTabs, the SideComponent of TabInfo does not display
This is the code I used to create EditTabs this.jbTabs = JBTabsFactory.createEditorTabs(project, this); jbTabs.getPresentation().setTabDraggingEnabled(true); jbTabs.getPresenta... -
-
Prop commented, -
-
Prop created a post, AnsweredCodeStyleManager.reformat Not working during big data
private String reformat(FileType fileType, String text) { PsiFile psiFile = PsiFileFactory.getInstance(project).createFileFromText("name.tmp", fileType, text); return WriteCommandAction.... -
Prop created a post, How to only execute Kotlin scripts, similar to executing JavaScript.
I want to execute the Kotlin script input by the user in the plugin. Is there a method similar to JavaScript ScriptEngineManager factory = new ScriptEngineManager(); // create a JavaScri... -
-
Prop commented, -
Prop created a post, AnsweredLanguageTextField turns off Java file detection
I wrote a piece of Java code using LanguageTextField, but it may have reported an error because there is no file name that matches the class name. How to turn off this detection