主页
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年04月17日 06:17
Please see https://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not listed for any product
0 票
创建于
2015年05月17日 10:51
see com.intellij.openapi.fileEditor.FileEditorManagerListener which can be registered via com.intellij.openapi.fileEditor.FileEditorManager#addFileEditorManagerListener()
社区
IntelliJ IDEA Open API and Plugin Development
How do I create a listener when a new file editor is opened
0 票
创建于
2015年06月19日 06:06
Please see http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support/structure_view.html andhttp://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/str...
社区
IntelliJ IDEA Open API and Plugin Development
How to add item to FileStructurePopup
0 票
创建于
2015年06月13日 08:21
Does this happen after using some refactorings/moves of (other) files? Do they re-appear after closing and re-expanding parent node in view?
社区
IntelliJ IDEA Open API and Plugin Development
Custom FileType icon and filename disappear from Project View after some time
0 票
创建于
2015年05月27日 14:15
What is this: new File("/home/roroco/Dropbox/try/plugin/rb/spec/lib/ex_test.rb").write(new Date().toString())IDE cannot know about such modifications and undo them. You must simply override #sugge...
社区
IntelliJ IDEA Open API and Plugin Development
How to append action after rename file
0 票
创建于
2015年07月13日 11:33
Generic JS filetype is com.intellij.lang.javascript.JavaScriptFileType#INSTANCE (make sure to add jars from JavaScript plugin to your plugin SDK, not to your project).
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
创建于
2015年07月13日 12:44
Your plugin.xml must contain a <dependency> on JavaScript plugin:<depends>JavaScript</depends>
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
创建于
2015年07月13日 13:00
Exactly, you cannot provide this functionality outside of running Ultimate Edition.You could extract this into optional plugin descriptor, which would only be loaded if required plugin is really av...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
创建于
2015年07月13日 16:20
Your javascript.xml has wrong declaration, it should be<extensions defaultExtensionNs="com.intellij">If this doesn't help. please check that your fileTypeConsumer is really called.
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
创建于
2015年07月13日 16:43
Great! No idea about debugging though.. a simple System.println can help here, too :-)
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
«
第一页
‹
上一页
下一页
›
最后
»