主页
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年03月31日 08:31
Those dialogs are not meant to show "formatted" text. I'd suggest to use a custom component with HTML to render formatted content.
社区
IntelliJ IDEA Open API and Plugin Development
Tabs disregarded in message String in Dialog
0 票
创建于
2016年03月31日 21:53
You'll need to register a custom Converter implementation on the name attribute, see http://www.jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/xml_dom_api.html "Custom...
社区
IntelliJ IDEA Open API and Plugin Development
Reference to XML file in another XML file
0 票
创建于
2016年04月05日 07:46
You can take a look at com.intellij.designer.LightToolWindowManager on how to achieve this.
社区
IntelliJ IDEA Open API and Plugin Development
"Dock" Tool Window In Editor
0 票
创建于
2016年04月11日 08:55
If element really is the declaration element AND GSS.projectScope() actually does contain the searched reference(s), then please provide a bug report with more information https://youtrack.jetbrain...
社区
IntelliJ IDEA Open API and Plugin Development
Reference Search returning empty collection
0 票
创建于
2016年04月12日 09:56
You didn't add spring.jar to the IntelliJ SDK but to your module's classpath. Please see http://www.jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/spring_api.html firs...
社区
IntelliJ IDEA Open API and Plugin Development
SpringManager ClassCastException
0 票
创建于
2016年05月03日 09:14
See com.intellij.openapi.fileEditor.WeighedFileEditorProvider
社区
IntelliJ IDEA Open API and Plugin Development
Multi tabbed editor like android manifest editor
0 票
创建于
2016年05月04日 06:37
Please try putting final VirtualFile[] files = e.getData(PlatformDataKeys.VIRTUAL_FILE_ARRAY); as first statement in actionPerformed() method.
社区
IntelliJ IDEA Open API and Plugin Development
AnActionEvent "cannot share data context between Swing events"
0 票
创建于
2016年05月04日 08:26
In com.intellij.util.Query#forEach you check com.intellij.psi.PsiDocCommentOwner#isDeprecated on given PsiClass and add it to results list/process it accordingly.
社区
IntelliJ IDEA Open API and Plugin Development
Obtaining .java files in source root
0 票
创建于
2016年05月04日 18:39
WRONG, PLEASE IGNORE It seems the javadoc for com.intellij.testFramework.fixtures.CodeInsightTestFixture#configureByFiles is misleading, good catch. Please change order in arguments in myFixture.co...
社区
IntelliJ IDEA Open API and Plugin Development
Completion Unit Test: complete returns null
0 票
创建于
2016年02月19日 12:20
Those two options are in effect upon code generation only. You can examine com.intellij.codeInspection.localCanBeFinal.LocalCanBeFinal on how to determine "final-bility".
社区
IntelliJ IDEA Open API and Plugin Development
Re-assignment of Variables
0 票
«
第一页
‹
上一页
下一页
›
最后
»