主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2018年03月28日 07:31
Please refer to our documentation about modules.
社区
IntelliJ IDEA Open API and Plugin Development
how to get output path and test output path of a project?
0 票
创建于
2018年03月27日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to build IDEA CE source code to an installation package?
0 票
创建于
2018年03月27日 08:41
You can obtain Document corresponding to the PsiFile via PsiDocumentManager::getDocument and pass it to FileDocumentManager::saveDocument.
社区
IntelliJ IDEA Open API and Plugin Development
Best Practice to save a psifile?
0 票
创建于
2018年03月27日 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.
社区
IntelliJ IDEA Open API and Plugin Development
How to build IDEA CE source code to an installation package?
0 票
创建于
2018年03月22日 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.
社区
IntelliJ IDEA Open API and Plugin Development
launching built SDK
0 票
创建于
2018年03月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
launching built SDK
0 票
创建于
2018年03月12日 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.
社区
IntelliJ IDEA Open API and Plugin Development
ServiceManager - Complex dependencies.
0 票
创建于
2018年03月05日 06:22
You can implement com.intellij.ui.EditorNotifications.Provider extension point directly instead, using SdkSetupNotificationProvider as an example.
社区
IntelliJ IDEA Open API and Plugin Development
Implementing a ProjectSdkSetupValidator which isn't DumbAware.
0 票
创建于
2018年02月27日 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?
社区
IntelliJ IDEA Open API and Plugin Development
My plug-in can't run on ultimate, but it can run on the community version
0 票
创建于
2018年02月20日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Run code after plugin is updated
0 票
«
第一页
‹
上一页
下一页
›
最后
»