主页
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年05月29日 12:10
Answered in a separate post.
社区
IntelliJ IDEA Open API and Plugin Development
How to build IDEA community edition from source?
0 票
创建于
2017年05月29日 12:09
Which branch of IDEA community sources do you use? Regarding signing exe files and building dmg files: you need to provide implementation of SignTool interface, and define MacHostProperties in Prop...
社区
IntelliJ IDEA Open API and Plugin Development
Failed to build IDEA .dmg bundle
0 票
已编辑于
2017年05月27日 20:21
No, you can iterate over interesting elements only using a visitor (JavaRecursiveElementWalkingVisitor for java). Or you can call 'getClasses' method on PsiJavaFile to get classes from it, and then...
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin : how to get the source code in a data structure?
0 票
创建于
2017年05月26日 15:34
IntelliJ plugins can access source code via PSI interfaces, look PSI Files page in our documentation for details.
社区
IntelliJ IDEA Open API and Plugin Development
Intellij Plugin : how to get the source code in a data structure?
0 票
创建于
2017年05月25日 06:50
The link should point to that topic, we'll correct it, thank you for noticing.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development FAQ - inspection question link down
0 票
创建于
2017年05月19日 08:52
You can register an ApplicationComponent and write in its initComponent's implementation (which is called when IDE starts) code which calls ToolWindowManager#getToolWindow method to get instance To...
社区
IntelliJ IDEA Open API and Plugin Development
Create a plugin with a i18ln title
0 票
创建于
2017年05月18日 16:28
It's in ToolWindowFactory interface.
社区
IntelliJ IDEA Open API and Plugin Development
Create a plugin with a i18ln title
0 票
创建于
2017年05月18日 14:47
What do you mean by 'plugin title' and 'the bottom bar'? Could you please attach a screenshot?
社区
IntelliJ IDEA Open API and Plugin Development
Create a plugin with a i18ln title
0 票
创建于
2017年05月10日 06:16
Hello James, yes, it's possible to create your own product on IntelliJ platform and include some features from IntelliJ products into it. Unfortunately it's not very straightforward and we don't ha...
社区
IntelliJ IDEA Open API and Plugin Development
New application using SDK
0 票
创建于
2017年04月26日 06:25
LibraryTablesRegistrar#getLibraryTableByLevel returns only custom library tables. In order to get the global library table you need to use LibraryTablesRegistrar#getLibraryTable() method. I've comm...
社区
IntelliJ IDEA Open API and Plugin Development
Adding global library to module dependencies
0 票
«
第一页
‹
上一页
下一页
›
最后
»