主页
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月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 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»