Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Evgeniy Galoshin
Follow
New posts
New posts and comments
Total activity
13
Last activity
January 16, 2016 14:19
Member since
April 11, 2013 11:42
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (4)
Comments (5)
Sort by votes
Recent activity
Votes
Created
April 16, 2013 16:59
I cannot find the MavenDataKeys class, is it in the maven-ext.jar?
Community
IntelliJ IDEA Open API and Plugin Development
How can I get what goals was selected in the Maven plugin tree?
0 votes
Created
May 18, 2013 08:31
Thank you, this helped me a lot :)
Community
IntelliJ IDEA Open API and Plugin Development
How to rerun programmatically the program
0 votes
Created
May 21, 2013 09:24
I don't have method getAllDescriptors() in 12 version of IDEA ?:|UPDATE: sorry, it was on RunContentManager, not in ContentManager, my fault
Community
IntelliJ IDEA Open API and Plugin Development
How to rerun programmatically the program
0 votes
Created
May 21, 2013 12:03
I used the way you suggested, but there is only one tab reruns from all tabs in Run wndowHere is my new codepublic void actionPerformed(final AnActionEvent e) { Project project = e.getProje...
Community
IntelliJ IDEA Open API and Plugin Development
How to rerun programmatically the program
0 votes
Created
May 20, 2013 13:19
I did it and restarted the process sucessfully. But if I have two or more processes running, I cannot rerun all of them, it just reruns one of themHere is my code ToolWindowManager manager = To...
Community
IntelliJ IDEA Open API and Plugin Development
How to rerun programmatically the program
0 votes