主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
roro co
活动总数
220
最后的活动
2024年04月13日 15:12
成员加入日期
2014年09月26日 15:00
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
71
活动概览
帖子(72)
评论(77)
按最近的活动排序
最近的活动
投票数
创建于
2014年11月22日 08:51
getRunContentManager seems didn't work in idea 13, after idea 14 fix ruby plugin bug, i will try it
社区
IntelliJ IDEA Open API and Plugin Development
getUserData always return null
0 票
创建于
2014年11月21日 12:34
Ok, i know what you say, i can run client with external tool and run server with debug session, that's easy, thanks
社区
IntelliJ IDEA Open API and Plugin Development
How to create a new configuration for custom runner
0 票
创建于
2014年11月12日 12:43
Dmitry Jemerov, getTitle can't solution all question, since if i run "Ex.java" and debug "Ex.java" too, their title is same, i found the way is following// the diff is "jdwp"// debug descriptor// E...
社区
IntelliJ IDEA Open API and Plugin Development
How to distinct descriptor is in debug console or run console
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»