主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2013年10月27日 17:54
Should be possible using builtin inspection Declaration redundancy|Unused declaration. Click on "Configure annotations" and specify your annotations.If you need/want to implement this in a plugin, ...
社区
IntelliJ IDEA Open API and Plugin Development
Suppress inspector violations?
0 票
创建于
2013年10月23日 14:02
I assume there's a problem with your LineMarkerProvider "interfering" with Spring's gutter annotation provider. Please try Pass.UPDATE_OVERRIDEN_MARKERS instead of Pass.UPDATE_ALL.Or try using com....
社区
IntelliJ IDEA Open API and Plugin Development
Help me with my plugin
0 票
创建于
2013年10月23日 15:23
I meant: either you change your existing code to use Pass.UPDATE_OVERRIDEN_MARKERS or you use second approach using RILMP (which you did). Does this version work now?
社区
IntelliJ IDEA Open API and Plugin Development
Help me with my plugin
0 票
创建于
2013年10月24日 08:54
What exactly did you comment out? Please paste definition here.
社区
IntelliJ IDEA Open API and Plugin Development
Help me with my plugin
0 票
创建于
2013年10月14日 14:32
Hello,while there is no existing official API (yet), you can use the following in IJ 13.1) add $IDEA_HOME$/plugins/Spring/lib/spring-api.jar to your Plugin-SDK2) register EP with name "com.intellij...
社区
IntelliJ IDEA Open API and Plugin Development
Is there any way to register a custom PsiClsss as a spring bean?
0 票
创建于
2013年10月09日 11:35
For developing, you'll need to add the JAR(s) manually to the extending plugin's classpath.For deploying, <depends> will take care of requesting user to install/enable any required plugin(s).
社区
IntelliJ IDEA Open API and Plugin Development
how to make a plugin available to another plugin for extension
0 票
创建于
2013年10月26日 10:50
I see, I don't think there would be any problems using mock libraries in your tests.
社区
IntelliJ IDEA Open API and Plugin Development
Mock frameworks for IDEA development.
0 票
创建于
2013年11月28日 11:20
com.intellij.psi.search.PsiShortNamesCache#getFilesByName
社区
IntelliJ IDEA Open API and Plugin Development
How to search file by file name in project's root directory?
0 票
创建于
2013年11月27日 12:09
You need to provide an implementation of com.intellij.refactoring.listeners.RefactoringElementListenerProvider via extensionPoint in your plugin.xmlSee com.intellij.uiDesigner.palette.PaletteRefact...
社区
IntelliJ IDEA Open API and Plugin Development
Refactor Listener
0 票
创建于
2013年11月21日 09:17
Link fixed, thanks.New stuff relevant for custom languages:- Rearranger- suppress formatting by region http://youtrack.jetbrains.com/issue/IDEA-56995- ReferenceInjector- enhanced color scheme manag...
社区
IntelliJ IDEA Open API and Plugin Development
[Documentation] Developing Custom Language Plugins for IntelliJ IDEA
0 票
«
第一页
‹
上一页
下一页
›
最后
»