Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
roro co
Total activity
220
Last activity
April 13, 2024 15:12
Member since
September 26, 2014 15:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
71
Activity overview
Posts (72)
Comments (77)
Sort by recent activity
Recent activity
Votes
Created
December 10, 2014 09:48
I change my code and it raise new error "ellij.ide.impl.DataManagerImpl - cannot share data context between Swing events; initial event count = 7115; current event count = 7165 java.lang.Throwable"...
Community
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 votes
Created
December 14, 2014 04:39
Is there youtrack that i can follow?
Community
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 votes
Created
April 08, 2015 04:32
How should i use with "RunnerDescriptor.getRunnerLayoutui"
Community
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 votes
Created
October 09, 2015 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?
Community
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 votes
Created
October 26, 2015 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
Community
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 votes
Created
October 27, 2015 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 votes
Created
October 31, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 votes
Created
December 21, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 votes
Created
November 22, 2014 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?
Community
IntelliJ IDEA Open API and Plugin Development
getUserData always return null
0 votes
Created
November 22, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
getUserData always return null
0 votes
«
First
‹
Previous
Next
›
Last
»