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
March 28, 2018 07:31
Please refer to our documentation about modules.
Community
IntelliJ IDEA Open API and Plugin Development
how to get output path and test output path of a project?
0 votes
Created
March 27, 2018 11:34
Why do you check out adt-tools-base repository from Github? It's recommended to checkout it from git.jetbrains.org, see getPlugins.bat.
Community
IntelliJ IDEA Open API and Plugin Development
How to build IDEA CE source code to an installation package?
0 votes
Created
March 27, 2018 08:41
You can obtain Document corresponding to the PsiFile via PsiDocumentManager::getDocument and pass it to FileDocumentManager::saveDocument.
Community
IntelliJ IDEA Open API and Plugin Development
Best Practice to save a psifile?
0 votes
Created
March 27, 2018 06:28
You need to run 'default' target from idea_community.gant. You can do it by executing 'ant' command, see build.xml file for details. I've updated README.md accordingly.
Community
IntelliJ IDEA Open API and Plugin Development
How to build IDEA CE source code to an installation package?
0 votes
Created
March 22, 2018 12:31
Note that if you want to develop a plugin (not a custom IDE) you don't need to checkout sources of IDEA Community at all, see our manual.
Community
IntelliJ IDEA Open API and Plugin Development
launching built SDK
0 votes
Created
March 22, 2018 10:24
You aren't supposed to run WinLauncher*.exe files. They are used as templates to generate real launchers when IntelliJ IDEA distribution is being built. If you want to run IntelliJ IDEA from source...
Community
IntelliJ IDEA Open API and Plugin Development
launching built SDK
0 votes
Created
March 12, 2018 14:08
If there are several implementations of an interface Bar in the plugins, you should declare Bar as an extension point, see the docs for details.
Community
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 votes
Created
March 05, 2018 06:22
You can implement com.intellij.ui.EditorNotifications.Provider extension point directly instead, using SdkSetupNotificationProvider as an example.
Community
IntelliJ IDEA Open API and Plugin Development
Implementing a ProjectSdkSetupValidator which isn't DumbAware.
0 votes
Created
February 27, 2018 08:31
Hello, JavaPsiFacade.findClass should return the same results for IDEA Community and IDEA Ultimate. Could you please describe what is wrong with its result in IDEA Ultimate?
Community
IntelliJ IDEA Open API and Plugin Development
My plug-in can't run on ultimate, but it can run on the community version
0 votes
Created
February 20, 2018 13:18
There is no special support for that. You can register an implementation of com.intellij.openapi.startup.StartupActivity which will check if cleanup is needed and perform it.
Community
IntelliJ IDEA Open API and Plugin Development
Run code after plugin is updated
0 votes
«
First
‹
Previous
Next
›
Last
»