jie du
- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 [Plugin Dev]How can I find this document ?
Hi All: I create a plugin to Setting someting, store it in a xml file, like following code .@State( name = "go.GoSettings", storages = { @Storage(id="other", file = ... -
创建于 [Plugin Dev]How to handler a cancel event.
Hi all: I have trouble in deal with the cancel button event on these following situations.All of these cancel button do not work. Can anybody give me a solution?Thanks.1.Messages.showInputDial... -
-
创建于 [Plugin Dev]How to open a project in current window.
hi: StartupManager.getInstance(project).registerPostStartupActivity(createToolWindowRunnable(project, moduleBuilder)); ProjectManagerEx.getInstanceEx().openProject(project);private Runnable createT...