主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月16日 13:55
Hmm, it's strange. Does the problem repeat if you close the project, restart the IDE and then reopen the project?
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically configured Web facet does not appear in "Web" sidebar
0 票
创建于
2016年04月27日 08:18
Hi Etan, why your DeploymentSourceType is loaded only when the SettingsEditor opens? DeploymentSourceType is an extension point, its implementation should be registered in plugin.xml and their inst...
社区
IntelliJ IDEA Open API and Plugin Development
SettingsEditor marking dirty/modified immediately
0 票
创建于
2016年05月16日 12:35
Sorry for the late reply, I've fixed the problem with deployment configuraion (https://youtrack.jetbrains.com/issue/IDEA-156073). The problem was in com.intellij.remoteServer.impl.configuration.dep...
社区
IntelliJ IDEA Open API and Plugin Development
SettingsEditor marking dirty/modified immediately
0 票
创建于
2016年03月02日 11:19
No, it isn't possible to disable 'Next' button from FrameworkSupportConfigurable.
社区
IntelliJ IDEA Open API and Plugin Development
Validate forms of Facet Editor and FrameworkSupport.
0 票
创建于
2016年03月22日 07:53
Yes, you can. Just create a new action and add it to 'NewProjectOrModuleGroup' action group.
社区
IntelliJ IDEA Open API and Plugin Development
Add custom new <AppName> Project in android studio
0 票
创建于
2016年03月22日 08:11
It's better to execute initialization logic lazily when the related classes/methods are used. The build process may be invoked for a project which doesn't contain anything related to your plugin so...
社区
IntelliJ IDEA Open API and Plugin Development
Where to put JPS plugin initialization logic?
0 票
创建于
2016年03月22日 14:11
AttachSourcesProvider works only for java *.class files, so it won't help in your case. You can look at AttachSourcesNotificationProvider sources to see how it's implemented and write something sim...
社区
IntelliJ IDEA Open API and Plugin Development
Implementing Download Sources for a new Language
0 票
创建于
2016年03月22日 14:28
1. TeamCity indeed doesn't have built-in support for building IDEA plugins. You can configure an artifact in IDEA project structure by hand and build it using TeamCity IDEA Project Runner. 2. You c...
社区
IntelliJ IDEA Open API and Plugin Development
Package Plugins with Team City
0 票
创建于
2016年02月04日 14:45
正式评论
Hi Bastien, yes, you can compile code in CompileTask in the same process as the IDE. It's preferable to run compilation processes in a separate process because they are usually consume a lot of CPU...
社区
IntelliJ IDEA Open API and Plugin Development
Compile code in CompileTask?
0 票
创建于
2016年02月04日 19:29
正式评论
Sorry for late reply. In order to create a run configuration call com.intellij.execution.RunManager#createConfiguration and then RunManager#addConfiguration to add the configuration to the list. If...
社区
IntelliJ IDEA Open API and Plugin Development
Setting run configurations and executing run option
0 票
«
第一页
‹
上一页
下一页
›
最后
»