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
July 01, 2014 13:05
Look at my plugin http://plugins.jetbrains.com/plugin/7125 <idea-version since-build="128.55" until-build="134.000" />
Community
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 votes
Created
July 28, 2014 09:27
No, the module should have "Project SDK" set, if you are setting a specific SDK to the module and not to the project, then it won't work.
Community
IntelliJ IDEA Open API and Plugin Development
Running two IDEA instances with my plugin
0 votes
Created
July 24, 2014 21:17
So WizardPopup is broken. Some other use case needed to process the keystroke also on another place, so it got screwed like that. https://github.com/JetBrains/intellij-community/blob/master/platfor...
Community
IntelliJ IDEA Open API and Plugin Development
QuickSwitchSchemeAction popup actions do not override Main Menu shortcuts
0 votes
Created
July 04, 2014 12:29
This is what I do:-build intellij-community-copy intellij-community\out\deploy into existing installation (delete existing folders to avoid conflicts)
Community
IntelliJ IDEA Open API and Plugin Development
Proper way to use a locally built CE to program with.
0 votes
Created
August 04, 2014 19:39
There is one thing, evaluate expression(alt+left click) does not work well, as those variables and fields have obfuscated names, so you try to evaluate something which does not exist. Do you need a...
Community
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 votes
Created
July 16, 2014 10:52
One IDEA window can contain only one project.One instance can open multiple projects/windows. To open a second instance, you need a different installation directory and different .IntelliJIdeaXX fo...
Community
IntelliJ IDEA Open API and Plugin Development
Running two IDEA instances with my plugin
0 votes
Created
August 15, 2014 13:45
Eclipse Code Formatter:verison 14.1:IJ11, IJ12- 26786 downloadsIJ13+ - 56958 downloads
Community
IntelliJ IDEA Open API and Plugin Development
New plugin what versions to support
0 votes
Created
August 15, 2014 13:48
I would support IJ 12+, but it all depends on the APIs which you will use and the difficulty of the maintenance of multiple versions.
Community
IntelliJ IDEA Open API and Plugin Development
New plugin what versions to support
0 votes
Created
August 15, 2014 22:36
Everything changes, API for file chooser, popup dialogs, and other basic stuff...There is no table, you just need to have multiple versions of IJ and try to compile against them. If you find small ...
Community
IntelliJ IDEA Open API and Plugin Development
New plugin what versions to support
0 votes
Created
September 25, 2014 16:51
Take a look on https://github.com/dkandalov/scratchIt create files in .IntelliJIdea12\config\plugins\scratches
Community
IntelliJ IDEA Open API and Plugin Development
Where can I store custom plugin's files?
0 votes
«
First
‹
Previous
Next
›
Last
»