Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Denis Gburg
Total activity
4
Last activity
June 28, 2016 11:22
Member since
February 16, 2016 20:18
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (1)
Sort by recent activity
Recent activity
Votes
Created
February 16, 2016 20:18
Hi!This snippet works: The following snippet works: Project project = anActionEvent.getData(PlatformDataKeys.PROJECT);if (project == null) return;Runnable process = new Runnable() { @Override...
Community
IntelliJ IDEA Open API and Plugin Development
Looking for examples of ProgressWindow usage
0 votes