主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
roro co
活动总数
220
最后的活动
2024年04月13日 15:12
成员加入日期
2014年09月26日 15:00
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
71
活动概览
帖子(72)
评论(77)
按最近的活动排序
最近的活动
投票数
创建于
2015年04月14日 14:06
My idea version is 141.178, I didn't see populateWithDynamicRunners, which version will add this method?
社区
IntelliJ IDEA Open API and Plugin Development
How to get run and debug configuration list which didn't exist like "run configuration" popup
0 票
创建于
2015年04月15日 04:46
I fix, i find the simplest way is following void actionPerformed(AnActionEvent e) { super.actionPerformed(e) ConfigurationContext ctx = ConfigurationContext.getFromContext(e.dataContext) L...
社区
IntelliJ IDEA Open API and Plugin Development
How to get run and debug configuration list which didn't exist like "run configuration" popup
0 票
创建于
2015年04月16日 04:53
By the way, you can use RunManager.getInstance(event.getProject()).setSelectedConfiguration(s) to change default selected configuraiton in toolbar
社区
IntelliJ IDEA Open API and Plugin Development
How to get run and debug configuration list which didn't exist like "run configuration" popup
0 票
创建于
2015年04月10日 09:56
It's not key point that "How to run configuration", I think if i can inovke keystroke in plugin code, it will implement many features even though i don't know how to implement them with openapi.
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke keystroke(like macro) in openapi
0 票
创建于
2015年04月11日 03:24
If I don't use keystroke, how to implement this feature https://devnet.jetbrains.com/message/5539403#5539403, I can't get run and debug list like popuprun
社区
IntelliJ IDEA Open API and Plugin Development
How to invoke keystroke(like macro) in openapi
0 票
创建于
2015年04月11日 03:23
see my screencast https://www.youtube.com/watch?v=TidljhHusRY&feature=youtu.be, there is "Ex" in popup, but when i use following, i can't get "Ex" // Plugin.groovy package ro.testimport com.intel...
社区
IntelliJ IDEA Open API and Plugin Development
How to get list of run and debug configurations
0 票
创建于
2015年05月29日 04:17
Idea SDK is for all projects, and ruby.jar is only for some project, I think import it as module library it's a more suitable way, I hope you can make it work.
社区
IntelliJ IDEA Open API and Plugin Development
duplicately def same class when i import plugin jar in "project structure > module"
0 票
创建于
2015年05月28日 10:45
Finally, I implement all feature what I need, but i find it will jump a new dialog, can you tell me how to use RenamePsiElementProcessor instead of AutomaticRenamerFactory
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年05月28日 13:06
Finally, I find following code can fix my question:// plugin.xml <idea-plugin version="2"> ... <extensions defaultExtensionNs="com.intellij"> <renamePsiElementProcessor implementation=...
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年09月07日 14:14
There are so many gradle jars in idea_dir/plugins/gradle/, please tell me which control gradle task start and stop
社区
IntelliJ IDEA Open API and Plugin Development
How to stop gradle task quickly
0 票
«
第一页
‹
上一页
下一页
›
最后
»