主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2018年09月19日 06:16
The mentioned class is located in picocontainer library which should be downloaded from Maven repositories when you open 'IDEA' project. Please check that paths in 'picocontainer' library in File |...
社区
IntelliJ IDEA Open API and Plugin Development
Idea community source fails to run
0 票
创建于
2018年08月20日 07:37
Firstly you need to add a dependency from the second plugin to the first plugin (see our docs) and ensure that ChangeActionNotifier interface is packed into the first plugin only (otherwise the sec...
社区
IntelliJ IDEA Open API and Plugin Development
How to publish my Topic to other plugin
0 票
创建于
2018年08月01日 04:57
I think the approach 'b' is better now. We tend to keep API compatibility so most probably the same plugin will work in the both 181 and 182 versions. Also you can use recently announced feature to...
社区
IntelliJ IDEA Open API and Plugin Development
plugin release strategy
0 票
创建于
2018年07月20日 06:54
We don't have official support for developing plugins using Maven. We recommend to use gradle to develop plugins, see our docs for details.
社区
IntelliJ IDEA Open API and Plugin Development
Prepare plugin module for deployment using maven
0 票
创建于
2018年07月12日 06:39
It's possible to store a special marker for your projects (via a custom project service) and use it to change behavior of the IDE for your projects. But not everything can be changed, e.g. currentl...
社区
IntelliJ IDEA Open API and Plugin Development
Projects v. Modules
0 票
创建于
2018年07月04日 09:06
What class is returned by `getClass()` method? Which class-loader is returned by `getClassLoader()` method? You can also debug the code by adding debug parameters to the IDE command line (Help | Ed...
社区
IntelliJ IDEA Open API and Plugin Development
Get Folder from Jar Resources/Classpath
0 票
创建于
2018年07月03日 06:56
`JavaCommandLineState` class is used to run Java Application run configurations from IntelliJ IDEA, it's part of Java support and it isn't included into WebStorm. Why do you need to use it from you...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij plugin will not run in WebStorm
0 票
创建于
2018年07月03日 06:53
How do you create the plugin JAR? Do you use gradle-intellij-plugin? Are the text files included into the plugin JAR?
社区
IntelliJ IDEA Open API and Plugin Development
Get Folder from Jar Resources/Classpath
0 票
创建于
2018年06月28日 05:44
Components are classes which are loaded and initialized by the platform. They may be used to perform some tasks during initialization of IDE/project/module (e.g. subscribe to some events) and to st...
社区
IntelliJ IDEA Open API and Plugin Development
can we hava a fully api desc?
0 票
创建于
2018年06月27日 08:17
The options to add JARs from IDEA distribution were removed intentionally, see IDEA-192234 for details. > I go straight to the download dialog What's problems with that? Why not press 'OK' and le...
社区
IntelliJ IDEA Users
[2018.2] How to add bundled library
0 票
«
第一页
‹
上一页
下一页
›
最后
»