主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年01月21日 09:11
see com.intellij.openapi.fileEditor.FileEditorManagerListener#selectionChanged
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to have a tool window show up as the result of clicking a menuItem/icon?
0 票
创建于
2014年01月09日 17:01
Please check out Stubs/Indices http://confluence.jetbrains.com/display/IDEADEV/Indexing+and+PSI+Stubs+in+IntelliJ+IDEA
社区
IntelliJ IDEA Open API and Plugin Development
Resolving Reference over the whole PSI tree (speed optimization)
0 票
创建于
2014年01月17日 08:58
Did you try returning com.intellij.openapi.fileEditor.FileEditorPolicy#HIDE_DEFAULT_EDITOR from com.intellij.javascript.trace.editor.TraceResultEditorProvider#getPolicy?
社区
IntelliJ IDEA Open API and Plugin Development
How to create new editor form tab like what happens in UI designer instead of multiple tabs at the bottom of the screen (possibly using fileEditorProvider)?
0 票
创建于
2014年01月14日 09:32
There's a few implementations available in Community sources, just search for implementations in. What exactly is your question(s)/problem(s)
社区
IntelliJ IDEA Open API and Plugin Development
FileEditorProvider question
0 票
创建于
2014年01月14日 13:51
Unfortunately there's no easy way (I know of) to scan all 3rd party plugins for usage of certain classes from IntelliJ Platform, so you'll have to dig through the sources manually if you really a 3...
社区
IntelliJ IDEA Open API and Plugin Development
FileEditorProvider question
0 票
创建于
2013年05月06日 08:43
Yes, that was just a hint on how to build standalone unit/performance tests for your custom language. You can attach a profiler to your tests to perform actual measuring, some very basic (=total hi...
社区
IntelliJ IDEA Open API and Plugin Development
Profiling resolve and annotation code?
0 票
创建于
2014年02月11日 09:54
Florin, are you referring to this repository https://github.com/go-lang-plugin-org/go-lang-idea-plugin ?The best way (IMHO) to find and fix performance problems is writing unit tests triggering var...
社区
IntelliJ IDEA Open API and Plugin Development
Profiling resolve and annotation code?
0 票
创建于
2014年02月11日 22:23
That looks like you got some useful data there.We do not promote or endorse any profilers, and we do not offer any profilers for Java ;-)
社区
IntelliJ IDEA Open API and Plugin Development
Profiling resolve and annotation code?
0 票
创建于
2014年02月10日 12:03
See com.intellij.lang.injection.MultiHostInjector for programmatic or EP "injectionConfig" from IntelliLang plugin for config-file based injection.
社区
IntelliJ IDEA Open API and Plugin Development
Inject Java code within a xml file
0 票
创建于
2014年02月10日 12:31
Yes, you will need to register it in your plugin.xml like<extensions defaultExtensionNs="com.intellij"> <multiHostInjector implementation="com.intellij.struts2.freemarker.FreeMarkerCssInlineS...
社区
IntelliJ IDEA Open API and Plugin Development
Inject Java code within a xml file
0 票
«
第一页
‹
上一页
下一页
›
最后
»