主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2015年05月19日 08:02
Indeed, Community Edition does not support any of the JEE features, please see https://www.jetbrains.com/idea/features/editions_comparison_matrix.html
社区
IntelliJ IDEA Open API and Plugin Development
Is there a simple way how to customize one of predefined XML Schemas for XmlLikeFileType?
0 票
创建于
2015年05月14日 08:28
Yes, this is possible.If you want to just get the "plain" list of Spring Bean IDs usecom.intellij.spring.SpringManager#getLocalSpringModel(com.intellij.psi.xml.XmlFile)to obtain a local model of th...
社区
IntelliJ IDEA Open API and Plugin Development
Spring beans ID list
0 票
创建于
2011年01月27日 10:12
What kind of highlighting do you have in mind? Like the VCS modified/added lines (colored blocks)?
社区
IntelliJ IDEA Open API and Plugin Development
GutterBar Area Hilighting
0 票
创建于
2015年05月05日 08:01
You can do this programatically via com.intellij.psi.codeStyle.PredefinedCodeStyle
社区
IntelliJ IDEA Open API and Plugin Development
Codestyle xml
0 票
创建于
2015年06月02日 05:34
You need to provide implementation of getDescriptor() to make it work. see com.intellij.codeInspection.htmlInspections.HtmlUnknownTagInspectionBase#checkTag
社区
IntelliJ IDEA Open API and Plugin Development
Add Custom HTML Tags
0 票
创建于
2015年05月24日 10:40
You should use com.intellij.refactoring.rename.naming.AutomaticRenamerFactory instead which will automatically provide those renaming targetsduring the actual rename operation.
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年05月26日 14:06
Please try to understand existing code, e.g. com.intellij.lang.properties.refactoring.rename.ResourceBundleRenamerFactoryis a very basic sample on how to use it."undo" support will be available aut...
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年07月06日 19:08
Here's some documentation about Rename Refactoring http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/rename_refactoring.html
社区
IntelliJ IDEA Open API and Plugin Development
Where is refactoring engine documentation?
0 票
创建于
2015年07月06日 09:20
Please see com.intellij.ide.IconProvider, there's a couple of threads in forum on how to use it
社区
IntelliJ IDEA Open API and Plugin Development
How to overlay a small decoration on top of existing icon.
0 票
创建于
2015年06月23日 06:55
Please check out http://www.jetbrains.org/intellij/sdk/docs/tutorials/project_wizard.html
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language New Project Wizard
0 票
«
第一页
‹
上一页
下一页
›
最后
»