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
May 28, 2015 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
Community
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 votes
Created
May 28, 2015 13:06
Finally, I find following code can fix my question:// plugin.xml <idea-plugin version="2"> ... <extensions defaultExtensionNs="com.intellij"> <renamePsiElementProcessor implementation=...
Community
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 votes
Created
September 07, 2015 14:14
There are so many gradle jars in idea_dir/plugins/gradle/, please tell me which control gradle task start and stop
Community
IntelliJ IDEA Open API and Plugin Development
How to stop gradle task quickly
0 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
«
First
‹
Previous
Next
›
Last
»