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
October 25, 2015 11:08
What about "Debug context ocnfiguration", I doesn't find DebugContextAction
Community
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 votes
Created
December 10, 2014 11:55
see my screencast, it's not meaningful, when i first invoke this action this "cm" in "this.cm = PlatformDataKeys.NONEMPTY_CONTENT_MANAGER.getData(dc);" is always null, following is my code: public...
Community
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 votes
Created
October 24, 2015 15:41
I try getRunnerLayoutUi(), but It return null, how to get not null value, here is my code and i use groovy 2.4.3, selectedDescriptor.getRunnerUi() is null.ArrayList<RunContentDescriptor> getDescrip...
Community
IntelliJ IDEA Open API and Plugin Development
Can't activate tool window right now
0 votes
Created
October 08, 2015 14:44
Is there any solution?
Community
IntelliJ IDEA Open API and Plugin Development
How to popup like java file "navigate > test"
0 votes
Created
November 26, 2015 05:10
I find the solution with following: dbg.activate(new Runnable() { @Override void run() { ToolWindowManagerImpl twm = ToolWindowManagerImpl.getInstance(pj) ConsoleViewImpl cv = e...
Community
IntelliJ IDEA Open API and Plugin Development
How to get ConsoleView in debug console
0 votes
Created
November 26, 2015 10:16
but when !dbg.active, I can't get consoleview, I still need a way to get consoleview in !dbg.active
Community
IntelliJ IDEA Open API and Plugin Development
How to get ConsoleView in debug console
0 votes
Created
December 17, 2015 15:42
Can you tell me how to get current class according current cursor in editor, I know "view > context info" can do that, how to do it in openapi?
Community
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 votes
Created
December 18, 2015 01:45
In android activity inner class
Community
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 votes
Created
December 19, 2015 02:44
In aciton like "view > context info"
Community
IntelliJ IDEA Open API and Plugin Development
How to get current class's parent class, parent parent class
0 votes
Created
April 11, 2016 12:04
I find XDebugSession is not good idea since when debug stop, i cannot get session, here is my solution Runnable callback = getSelectedDescriptor("Debug").activationCallbackXDebugSessionTab t;for ...
Community
IntelliJ IDEA Open API and Plugin Development
How to get "Watches" ContentImpl without anActionEvent.getData?
0 votes
«
First
‹
Previous
Next
›
Last
»