主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2016年06月07日 13:12
If the dependency is added by user manually, you don't need to commit the model yourself. Moreover 'ModuleRootManager.getInstance(Module).getModifiableModel().commit()' line is useless, because 'ge...
社区
IntelliJ IDEA Open API and Plugin Development
How to show Project Structure Dialog?
0 票
创建于
2016年06月07日 12:48
The 'Project Structure' dialog have its own modifiable models (ModifiableRootModel, ModifiableModuleModel) which are changed when user modifies the modules and committed when he clicks 'OK'. So if ...
社区
IntelliJ IDEA Open API and Plugin Development
How to show Project Structure Dialog?
0 票
创建于
2016年06月07日 06:55
Hello, I'm not quite understand how your reference is implemented. 'getRangeInElement' is supposed to return the range inside the underlying element (i.e. the element returned by 'getElement' metho...
社区
IntelliJ IDEA Open API and Plugin Development
Value of getRangeInElement for PsiReference that is a file
0 票
创建于
2016年06月03日 07:49
Hi Petr, if you want to get the standard Java tabs in your module editor you need to extend JavaModuleType in your ModuleType (see DefaultModuleEditorsProvider). But are you really sure that you ne...
社区
IntelliJ IDEA Open API and Plugin Development
unsupported module editor
0 票
创建于
2016年06月01日 10:48
Hi Yanick, 'Go To declaration' works with PsiReferences, it searches for the references in the element under caret, calls 'resolve' method and navigates to the returned PsiElement. So you need to p...
社区
IntelliJ IDEA Open API and Plugin Development
Registering an Action that is invoked on CMD+click
0 票
创建于
2016年06月01日 08:14
Hi Brian, actually updates.xml file is designed to be used by our IDEs while performing 'Check for Updates' action. 'version' attribute is used just for presentation, its value is shown in the 'Pla...
社区
IntelliJ IDEA Users
Programmatically download latest version
0 票
创建于
2016年06月01日 07:27
No, you need to use com.intellij.ProjectTopics#PROJECT_ROOTS instead.
社区
IntelliJ IDEA Open API and Plugin Development
How to listen to the library updates on Module?
0 票
创建于
2016年05月27日 14:01
Enakin, this is indeed allows you to download and use a library from Maven repository, but you'll still need to pack it with your plugin to make it available at runtime.
社区
IntelliJ IDEA Open API and Plugin Development
How to add external maven repository as dependency to my plugin?
0 票
创建于
2016年05月24日 14:35
IntelliJ platform currently doesn't support external dependencies at runtime. All libraries used by your plugin should be either bundled into 'lib' directory of your plugin distribution, or come fr...
社区
IntelliJ IDEA Open API and Plugin Development
How to add external maven repository as dependency to my plugin?
0 票
创建于
2018年03月05日 06:17
What do you mean by 'access the resources directory'? Do you want to list all files under that directory? Or locate fonts/font.tff file? And what is the problem with getClass().getResource() (which...
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ not finding files clearly in the resources folder.
-2 票
«
第一页
‹
上一页