主页
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年07月11日 08:26
No, usually plugins shouldn't register ProjectComponents at all, see its javadoc for details. And even if you register an action class as a ProjectComponent this won't properly, because the platfor...
社区
IntelliJ IDEA Open API and Plugin Development
An Action class that also implements ProjectComponent?
1 票
创建于
2017年07月10日 06:33
Do you have any changes under .idea directory or in *.iml files?
社区
IntelliJ IDEA Open API and Plugin Development
IntelliJ community edition build failed
1 票
创建于
2017年05月18日 15:22
You can override ToolWindowFactory#init and set title there. By the way you're mixing up 'tool window' and 'plugin' concepts. 'Tool Window' is just an additional component shown in the IDE main scr...
社区
IntelliJ IDEA Open API and Plugin Development
Create a plugin with a i18ln title
1 票
创建于
2017年03月29日 13:15
I think it would be better to iterate over all modules in the project (ModuleManager.getModules). This way you'll support multi-module projects and behavior won't depend on location of .idea direct...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot cancel exclusion of directory that was excluded from plugin code.
1 票
创建于
2017年03月28日 14:31
Firstly your code doesn't commit the model properly. If there are several 'dist' directories it may commit the model and then try to modify it again. It isn't allowed, see javadoc of 'commit' metho...
社区
IntelliJ IDEA Open API and Plugin Development
Cannot cancel exclusion of directory that was excluded from plugin code.
1 票
创建于
2017年03月17日 08:49
I've just pushed the fix to 'master' sources, it'll be available on Github soon. As a workaround you can update Kotlin plugin (File | Settings | Plugins) to version 1.1.x.
社区
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
1 票
创建于
2016年11月23日 12:38
Regarding Q1: unfortunately currently it isn't possible to customize 'Project' settings in 'Project Structure' dialog. Probably we can automatically hide these panels if there are no Java modules i...
社区
IntelliJ IDEA Open API and Plugin Development
Project and Module settings and settings-panel
1 票
创建于
2016年11月18日 09:58
Hello Irina, I'm not sure how you get 6.5 millions lines of code for community, I get a lesser number even with Android sources, all non-compilable test data files etc. Accordingly to my calculatio...
社区
IntelliJ IDEA Open API and Plugin Development
How many lines of code in IDEA ultimate?
1 票
创建于
2016年10月19日 07:47
Please update to the latest sources. There indeed was a problem with that module, but it was fixed yesterday.
社区
IntelliJ IDEA EAP Users
intellij-community fails to package, cannot find module 'layoutlib-resources'
1 票
创建于
2016年08月04日 07:31
Hi Peter, we're sorry for that. It's strange that this may happen, we have special checks to ensure that 'Rebuild Project' won't delete the sources even if the project is misconfigured (e.g. if out...
社区
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
1 票
«
第一页
‹
上一页
下一页
›
最后
»