主页
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年10月09日 04:56
When I'm in java file, When i click "navigate > test", it will popup a diaglog with "create new test", I hope in ruby file idea do same thing, how should i do?
社区
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 票
创建于
2015年10月26日 13:28
What i hope is to learn how to build idea ui with openapi. so I hope build a popup dialog with idea theme
社区
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 票
创建于
2015年10月27日 10:48
With your suggestion, I use following code inspire from "/home/roroco/Downloads/clion-1.2/lib/clion.jar!/com/intellij/testIntegration/GotoTestOrCodeAction.class" void actionPerformed(AnActionEvent ...
社区
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 票
创建于
2015年10月31日 05:36
I find the solution, here is my code: package ro.idea.cimport com.intellij.openapi.actionSystem.AnActionEventimport com.intellij.openapi.ui.popup.*import com.intellij.ui.popup.PopupFactoryImplimpor...
社区
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 票
创建于
2015年12月21日 14:01
Your code get null, here is my solution, it work//ed: currrent editor//pj: current projectPsiElement container = null;StructureViewBuilder builder = LanguageStructureViewBuilder.INSTANCE.getStructu...
社区
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 票
创建于
2014年11月22日 07:34
i'm confuse:- if i can't user getUserData() "in this fashion, where i can use it- is there better way to get myUserData?
社区
IntelliJ IDEA Open API and Plugin Development
getUserData always return null
0 票
创建于
2014年11月22日 08:05
in my code https://github.com/roroco/getUserData-return-null/blob/master/src/ro/test/getUserReturnNull.javaif i can't use getUserData to get a debug descriptor, is there better way to get it?i hope...
社区
IntelliJ IDEA Open API and Plugin Development
getUserData always return null
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»