Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vojtěch Krása
Total activity
435
Last activity
August 18, 2020 18:17
Member since
November 03, 2011 11:10
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
158
Activity overview
Posts (31)
Comments (238)
Sort by recent activity
Recent activity
Votes
Created
January 15, 2014 22:29
nope.
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
February 03, 2014 21:11
Solved: Component c = e.getData(PlatformDataKeys.CONTEXT_COMPONENT); final DialogWrapper instance = DialogWrapper.findInstance(c); if (instance != null) { instance.c...
Community
IntelliJ IDEA Open API and Plugin Development
How to close FileChooser dialog from FileChooserToolbar action [SOLVED]
0 votes
Created
January 30, 2014 00:43
Needless to say, you should checkout the right tag when using it as SDK source.And some time ago I had a problem when I used JDK 1.7, because some people still used JDK 1.6 and IJ would not start b...
Community
IntelliJ IDEA Open API and Plugin Development
Wrote a blog post about how to get started writing a plugin
0 votes
Created
January 30, 2014 00:54
But some people still use seriously old stuff, and old IntelliJ... this version is for IJ 9 and 10:
Community
IntelliJ IDEA Open API and Plugin Development
Wrote a blog post about how to get started writing a plugin
0 votes
Created
January 28, 2014 16:20
Yes, click on Update plugin, then there is "Add developer" textfield...
Community
IntelliJ IDEA Open API and Plugin Development
What is the best way to share plugin ownership?
0 votes
Created
February 18, 2014 10:44
How does it differ from Frame Switcher?
Community
IntelliJ IDEA Open API and Plugin Development
Get last focused project window
0 votes
Created
March 19, 2014 17:58
Another problem, a lot of iml files changed themself from: <orderEntry type="module-library"> <library name="trilead-ssh2"> <CLASSES> <root url="jar://$MODULE_DIR$/../lib/tr...
Community
IntelliJ IDEA Open API and Plugin Development
Intellij-community compilation error
0 votes
Created
May 08, 2014 22:24
I found something to detect closure: Disposer.register(console, new Disposable() { @Override public void dispose() { } ...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 votes
Created
May 09, 2014 01:09
Found it:private void activate(ConsoleViewImpl consoleViewImpl) { final Project project = consoleViewImpl.getProject(); final RunContentManager runContentManager = ExecutionManager.getIns...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 votes
Created
May 12, 2014 14:17
Of course it will not work for JUnit and other types of executions, I need to find out where to get ExecutionId so I can match it to RunContentDescriptor#getExecutionId...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 votes
«
First
‹
Previous
Next
›
Last
»