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 18, 2016 08:40
Hi Mark, there is indeed some problem with the repository, we'll investigate it. BTW we have special forum for questions about building IntelliJ, developing plugins etc.
Community
IntelliJ IDEA EAP Users
Unable to clone community git repository
1 vote
Created
June 01, 2016 09:45
Just call project.getMessageBus().connect().subscribe(ProjectTopics.PROJECT_ROOTS, listener). See Javadocs of MessageBus and Topic for more details.
Community
IntelliJ IDEA Open API and Plugin Development
How to listen to the library updates on Module?
1 vote
Created
May 25, 2016 12:33
Hello Phaneendra, actually many IDEA features are related to navigation in a code and may help to understand the existing code. E.g. you can use 'Go to implementation' to see how a method is implem...
Community
IntelliJ IDEA Users
Best way to understand new codebase
1 vote
Created
August 15, 2022 11:52
If you want to change how IntelliJ Platform processes transitive dependencies, you may override 'shouldProcessDependenciesRecursively' and 'shouldIncludeTestsFromDependentModulesToTestClasspath' fr...
Community
IntelliJ IDEA Open API and Plugin Development
Filtering transitive paths from inter-module dependencies?
0 votes
Created
July 14, 2022 13:56
I think ModuleListener#moduleAdded should be called in such cases, like moduleRemoved is called when a module is unloaded. Could you please file an issue about that in our tracker?
Community
IntelliJ IDEA Open API and Plugin Development
Listen to loading of an unloaded module
0 votes
Created
December 22, 2021 14:09
If modules.xml is in version control, I don't quite understand how it is possible that you don't care about possibility to break code in unloaded modules when you refactor something in modules they...
Community
IntelliJ IDEA Users
Disable "There may be usages in unloaded module" when refactoring
0 votes
Created
December 20, 2021 22:11
This warning appears if there are unloaded modules which depend on the module which is refactored, so they may contain references to the refactored element. Currently there is no way to switch off ...
Community
IntelliJ IDEA Users
Disable "There may be usages in unloaded module" when refactoring
0 votes
Created
October 06, 2021 13:24
The exception is caused by a bug in intellij platform (IDEA-264111). It was fixed in 2021.1.2, but Android Studio is based on 2020.3.1 version of the platform. I think you may rewrite code in your ...
Community
IntelliJ IDEA Open API and Plugin Development
Loading module failed for Android studio 2020.3.1
0 votes
Edited
September 29, 2021 08:48
If you don't need to build that JAR often, maybe it would be simpler to use com.intellij.util.io.Compressor.Jar utility, this way you won't need to deal with artifacts at all. Building JAR file as ...
Community
IntelliJ IDEA Open API and Plugin Development
Creating a temporary JAR artifact configuration for building artifact
0 votes
Created
July 08, 2021 15:05
Yes, libraries which aren't added to dependencies of some module aren't indexed indeed. You may try using com.intellij.openapi.roots.AdditionalLibraryRootsProvider to create a synthetic library ins...
Community
IntelliJ IDEA Open API and Plugin Development
Creating separate resolve scope for specific files
0 votes
«
First
‹
Previous
Next
›
Last
»