主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月22日 09:20
Please check com.intellij.lang.parameterInfo.ParameterInfoHandlerWithTabActionSupport
社区
IntelliJ IDEA Open API and Plugin Development
Single line ParameterInfoHandler
0 票
创建于
2016年02月23日 12:54
No problem, I just want to give the right answer according to the exact context :) You can override org.jetbrains.idea.maven.wizards.MavenModuleBuilder#setupRootModel resp. com.intellij.spring.init...
社区
IntelliJ IDEA Open API and Plugin Development
Create Web facet, Run Configuration and Artifacts for Project Wizard
0 票
创建于
2016年02月23日 12:57
You might experiment with supplying a prefix/suffix so that injection text will only be valid in that context (e.g. class body, method body)
社区
IntelliJ IDEA Open API and Plugin Development
Java code Injection in custom language.
0 票
创建于
2016年02月24日 06:46
Great. Yes, please submit javadoc-patches.
社区
IntelliJ IDEA Open API and Plugin Development
Scroll From Source not working when implementing StructureViewTreeElement
0 票
创建于
2016年03月10日 11:15
Please post/link a sample to reproduce.
社区
IntelliJ IDEA Open API and Plugin Development
multiResolve() doesn't allow the user to choose a navigation target
0 票
创建于
2016年03月15日 18:52
This is far from trivial task. What exactly do you want to achieve? You can look at existing "GUI" editors (Android, Swing GUI Builder) in IntelliJ Community/Android sources).
社区
IntelliJ IDEA Open API and Plugin Development
Create Source Editor in Android Studio Community Edition.
0 票
创建于
2016年03月15日 19:40
See com.intellij.openapi.roots.SourceFolder and com.intellij.openapi.roots.ui.configuration.ModuleSourceRootEditHandler
社区
IntelliJ IDEA Open API and Plugin Development
Display custom language source folder similar to java source folder
0 票
创建于
2016年03月15日 19:50
VFS is application-wide, see http://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/virtual_file.html you can filter relevant project by com.intellij.openapi.project.ProjectUtil#g...
社区
IntelliJ IDEA Open API and Plugin Development
Module for file in fileCreated?
0 票
创建于
2016年03月16日 07:32
See com.intellij.util.xml.ui.PerspectiveFileEditorProvider to provide additional tabs to switch from source to designer view. See com.intellij.android.designer.AndroidDesignerEditorProvider as refe...
社区
IntelliJ IDEA Open API and Plugin Development
Create Source Editor in Android Studio Community Edition.
0 票
创建于
2016年03月16日 12:33
AFAIU LangEditor does not implement com.intellij.openapi.fileEditor.FileEditorProvider or any of its inheritors. Thus the Extension Point will be ignored. If it still doesn't work, please provide a...
社区
IntelliJ IDEA Open API and Plugin Development
Create Source Editor in Android Studio Community Edition.
0 票
«
第一页
‹
上一页
下一页
›
最后
»