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... -
创建于 mac 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... -
已编辑于 panle create by ToolbarDecorator have a space
已回答ToolbarDecorator toolbarDecorator = ToolbarDecorator.createDecorator(table);toolbarDecorator.setRemoveAction(null);toolbarDecorator.setAddAction(null);toolbarDecorator.setMoveUpAction(null);toolbar... -
已编辑于 TreeTable First column is not editable by ColoredTreeCellRenderer
i have add this code when tree table is created, public boolean isCellEditable(int row, int column){ return true;} i also add code to make table like tree! class Renderer extends ColoredTreeCell... -
已编辑于 how to use ColoredTreeCellRenderer and make first column editable
已回答I user Treetable and add ColoredTreeCellRenderer to treetable and i also call append method , i make column editable by code public boolean isCellEditable(int row, int column) {return true;} but f... -
创建于 TreeTable Border
已计划TreeTable border Only part of it is shown how to set value border class Renderer extends ColoredTreeCellRenderer { @Override public void customizeCellRenderer(@NotNull JTree tree, Object va... -
已编辑于 GUI Designer dynamic change ResourceBundle
已回答please give any example to realize change ResourceBundle local by GUI Designer! Thanks very much! https://www.jetbrains.com/help/idea/localizing-forms.html#designTimeLocale Changing Design-Time ... -
创建于 How to get ToolWindow view instance
已回答How to get ToolWindow view instance? i want to change data in ToolWindow view when AnAction completed i want to get the instance of FastRequestToolWindow,any suggestions? public class FastRequestT...