主页
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年11月23日 08:27
Could you please provide more details about these dependency issues? 'com.intellij.compiler.ant' package contains implementation of 'Generate Ant Build' action, and other plugins contribute to its ...
社区
IntelliJ IDEA Open API and Plugin Development
Should There Be ANT Packages In Other Modules?
0 票
创建于
2017年11月22日 14:00
Surely it would be better. But do you have any real problem because of that?
社区
IntelliJ IDEA Open API and Plugin Development
Should There Be ANT Packages In Other Modules?
0 票
创建于
2017年11月22日 13:58
Yes, it's possible to bundle a library JAR with the plugin, just add it to the dependencies list of your plugin module.
社区
IntelliJ IDEA Open API and Plugin Development
Installing custom library using a plugin
0 票
创建于
2017年11月22日 13:57
Services are loaded lazily on demand when 'getService' method is called (see the docs). You can register an ProjectComponent which is initialized when the IDE is loaded, but it would be better to a...
社区
IntelliJ IDEA Open API and Plugin Development
Check file exists in modules class path from LanguageFileType & read all files
0 票
创建于
2017年11月16日 06:28
Where do you want to download the library from? Is it a Maven artifacts repository or something else?
社区
IntelliJ IDEA Open API and Plugin Development
Installing custom library using a plugin
0 票
创建于
2017年11月13日 07:06
> I need to provide suggestions Where do you want to provide suggestions? In some completion popups?
社区
IntelliJ IDEA Open API and Plugin Development
Check file exists in modules class path from LanguageFileType & read all files
0 票
创建于
2017年11月07日 08:56
Why do you need to register services programmatically? Note that even if a service is registered in plugin.xml, it's loaded lazily when getService method is called for a first time, see the docs fo...
社区
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 票
创建于
2017年10月31日 08:35
We don't recommend to use PlatformUtils anymore, see its javadoc for details.
社区
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月27日 15:14
It looks like classes from A are somehow added to the classpath when you start the IDE (and actually these classes become part of the B plugin). How do you start the IDE? Do you use gradle-intellij...
社区
IntelliJ IDEA Open API and Plugin Development
Configuring IntelliJ Platform plugin's workspace
0 票
创建于
2017年10月27日 14:21
> I tried to install the A plugin in the sandbox but then I got a casting exception - two different class loaders were used. Could you please provide more details about exception which was thrown?
社区
IntelliJ IDEA Open API and Plugin Development
Configuring IntelliJ Platform plugin's workspace
0 票
«
第一页
‹
上一页
下一页
›
最后
»