主页
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月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 票
创建于
2017年09月25日 14:10
Looks like you have some problem with your network connection, cloning that repository works ok for me.
社区
IntelliJ IDEA EAP Users
Unable to clone community git repository
0 票
创建于
2017年09月20日 11:30
UnresolvedReferenceQuickFixProvider is an extension point, so you should register your implementation in plugin.xml file like you did for createFieldFromUsageHelper, I've added javadoc about it.
社区
IntelliJ IDEA Open API and Plugin Development
Can I overwirte extensionPoints define in IdeaPlugin.xml
0 票
创建于
2017年09月20日 10:37
Android Studio includes java support so your plugin is indeed compatible with it. If it uses some functionality which isn't present in Android Studio you need to add dependencies on corresponding m...
社区
IntelliJ IDEA Open API and Plugin Development
Incorrect compatible products appears in plugin repository
0 票
«
第一页
‹
上一页
下一页
›
最后
»