主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2017年10月27日 13:55
> I tried to install the A plugin in the sandbox but then I got a casting exception - two different class loaders were used. What do you mean by "install the A plugin in the sandbox"? Do you mean t...
社区
IntelliJ IDEA Open API and Plugin Development
Configuring IntelliJ Platform plugin's workspace
0 票
创建于
2017年10月26日 06:58
Hello, what do you want to change in the plugin's behavior and why? PlatformUtils will work, but it isn't the best solution and may cause problems. For example, if you change the plugin's behavior ...
社区
IntelliJ IDEA Open API and Plugin Development
How to make plugin preform different actions based on what IDE it's being run on?
0 票
创建于
2017年10月26日 06:52
initComponent has nothing to do with action classes. This method is called for classes registered as ApplicationComponent, but most probably you don't need to have this in your plugin, see the java...
社区
IntelliJ IDEA Open API and Plugin Development
Pycharm right click menu group-id?
0 票
创建于
2017年10月24日 11:28
Looks like your repositories are inconsistent: you have old version of 'intellij-community' repository and new version of 'android' repository. As our Readme says, you need to check out the same br...
社区
IntelliJ IDEA Open API and Plugin Development
building IDEA without running IDEA: android-plugin
0 票
创建于
2017年10月23日 08:26
You don't need to build the android plugin, the build scripts will do it automatically. Please make sure that you have the actual revision of .idea/modules.xml file checked out, and it isn't modifi...
社区
IntelliJ IDEA Open API and Plugin Development
building IDEA without running IDEA: android-plugin
0 票
创建于
2017年10月12日 06:36
I suggest to post the full stacktrace here.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 票
创建于
2017年10月11日 12:03
How do you convert String to URL? Look how it's done in our code. Also you can debug the code and try loading annotations classes via the created ClassLoader in debugger to check whether the classp...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 票
创建于
2017年10月11日 08:37
I meant that you need to add the JAR containing annotations to the classpath of UrlClassLoader you create.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 票
创建于
2017年10月11日 08:22
You need to add the JARs containing these annotations to classpath as well. You can use OrderEnumerator class to get classpath of your module (something like OrderEnumerator.orderEntries(module).re...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin - Load class object from source project
0 票
创建于
2017年10月02日 11:32
It would be better to let user choose where to create the project then (via com.intellij.openapi.fileChooser.FileChooser).
社区
IntelliJ IDEA Open API and Plugin Development
How to retrieve the IdeaProjects path?
0 票
«
第一页
‹
上一页
下一页
›
最后
»