Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nikolay Chashnikov
Total activity
838
Last activity
November 23, 2023 11:52
Member since
November 13, 2007 10:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
334
Activity overview
Articles (0)
Posts (1)
Comments (503)
Sort by recent activity
Recent activity
Votes
Created
July 11, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
An Action class that also implements ProjectComponent?
1 vote
Created
July 10, 2017 06:33
Do you have any changes under .idea directory or in *.iml files?
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ community edition build failed
1 vote
Created
May 18, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create a plugin with a i18ln title
1 vote
Created
March 29, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot cancel exclusion of directory that was excluded from plugin code.
1 vote
Created
March 28, 2017 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...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot cancel exclusion of directory that was excluded from plugin code.
1 vote
Created
March 17, 2017 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.
Community
IntelliJ IDEA Open API and Plugin Development
Error:Kotlin: Unknown JVM target version: 1.8 Supported versions: 1.6
1 vote
Created
November 23, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Project and Module settings and settings-panel
1 vote
Created
November 18, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
How many lines of code in IDEA ultimate?
1 vote
Created
October 19, 2016 07:47
Please update to the latest sources. There indeed was a problem with that module, but it was fixed yesterday.
Community
IntelliJ IDEA EAP Users
intellij-community fails to package, cannot find module 'layoutlib-resources'
1 vote
Created
August 04, 2016 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...
Community
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
1 vote
«
First
‹
Previous
Next
›
Last
»