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
March 24, 2014 22:45
Thanks, it got me on the right track, and I found a system property "idea.maven.embedder.debug.port" which does the trick you described.
Community
IntelliJ IDEA Open API and Plugin Development
How to debug maven plugin
0 votes
Created
March 19, 2014 17:51
Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Intellij-community compilation error
0 votes
Created
May 22, 2014 02:41
That's exactly what Wicket plugin does, https://code.google.com/p/wicketforge/source/browse/src/wicketforge/action/ToggleAction.java
Community
IntelliJ IDEA Open API and Plugin Development
Are the any online resource that are up to date ?
0 votes
Created
May 08, 2014 23:19
I have a related question, how to open a tool window with the right console, when you have only a reference to the console?
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 16:11
Found it again :D final MessageBusConnection conn = project.getMessageBus().connect(); conn.subscribe(ExecutionManager.EXECUTION_TOPIC, new ExecutionAdapter() { @O...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to detect when the Console window is closed / minimized
0 votes
Created
July 02, 2014 09:22
Move folder 'icons' into src. It must be in Sources or Resources Root.
Community
IntelliJ IDEA Open API and Plugin Development
Adding icon to the plugin
0 votes
Created
July 01, 2014 14:16
Exactly.
Community
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 votes
Created
July 01, 2014 22:49
Agree, but small things can be handled with reflection.
Community
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 votes
Created
May 26, 2014 14:49
This is what I do:final TailIntegrationForm form = new TailIntegrationForm(); //"GUI form" made in IntelliJ GUI designer form.setData(getTailSettings()); DialogBuilder builder = new DialogBuilder(...
Community
IntelliJ IDEA Open API and Plugin Development
Showing custom dialog box
0 votes
Created
July 29, 2014 21:40
Look at the difference between debugging IJ Ultimate and CommunityBut it is possible to develop with Ultimate just fine, just the debugging is not very pleasant even when you attach sources:
Community
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 votes
«
First
‹
Previous
Next
›
Last
»