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
April 14, 2015 14:06
My idea version is 141.178, I didn't see populateWithDynamicRunners, which version will add this method?
Community
IntelliJ IDEA Open API and Plugin Development
How to get run and debug configuration list which didn't exist like "run configuration" popup
0 votes
Created
April 15, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get run and debug configuration list which didn't exist like "run configuration" popup
0 votes
Created
April 16, 2015 04:53
By the way, you can use RunManager.getInstance(event.getProject()).setSelectedConfiguration(s) to change default selected configuraiton in toolbar
Community
IntelliJ IDEA Open API and Plugin Development
How to get run and debug configuration list which didn't exist like "run configuration" popup
0 votes
Created
April 10, 2015 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.
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke keystroke(like macro) in openapi
0 votes
Created
April 11, 2015 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
Community
IntelliJ IDEA Open API and Plugin Development
How to invoke keystroke(like macro) in openapi
0 votes
Created
April 11, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to get list of run and debug configurations
0 votes
Created
May 29, 2015 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.
Community
IntelliJ IDEA Open API and Plugin Development
duplicately def same class when i import plugin jar in "project structure > module"
0 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
«
First
‹
Previous
Next
›
Last
»