主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vojtěch Krása
活动总数
435
最后的活动
2020年08月18日 18:17
成员加入日期
2011年11月03日 11:10
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
158
活动概览
帖子(31)
评论(238)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月01日 13:05
Look at my plugin http://plugins.jetbrains.com/plugin/7125 <idea-version since-build="128.55" until-build="134.000" />
社区
IntelliJ IDEA Open API and Plugin Development
Developing for multiple intellij versions
0 票
创建于
2014年07月28日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Running two IDEA instances with my plugin
0 票
创建于
2014年07月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
QuickSwitchSchemeAction popup actions do not override Main Menu shortcuts
0 票
创建于
2014年07月04日 12:29
This is what I do:-build intellij-community-copy intellij-community\out\deploy into existing installation (delete existing folders to avoid conflicts)
社区
IntelliJ IDEA Open API and Plugin Development
Proper way to use a locally built CE to program with.
0 票
创建于
2014年08月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Tons of doubts with plugin development help
0 票
创建于
2014年07月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Running two IDEA instances with my plugin
0 票
创建于
2014年08月15日 13:45
Eclipse Code Formatter:verison 14.1:IJ11, IJ12- 26786 downloadsIJ13+ - 56958 downloads
社区
IntelliJ IDEA Open API and Plugin Development
New plugin what versions to support
0 票
创建于
2014年08月15日 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.
社区
IntelliJ IDEA Open API and Plugin Development
New plugin what versions to support
0 票
创建于
2014年08月15日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
New plugin what versions to support
0 票
创建于
2014年09月25日 16:51
Take a look on https://github.com/dkandalov/scratchIt create files in .IntelliJIdea12\config\plugins\scratches
社区
IntelliJ IDEA Open API and Plugin Development
Where can I store custom plugin's files?
0 票
«
第一页
‹
上一页
下一页
›
最后
»