主页
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年11月11日 10:25
So what are your questions?
社区
IntelliJ IDEA Open API and Plugin Development
Framework specific IDEs - More guides
0 票
创建于
2014年11月10日 08:06
Yes, this is quite possible. See http://blog.jetbrains.com/idea/2013/08/how-to-build-developer-tools-on-top-of-intellij-platform/ for some information.
社区
IntelliJ IDEA Open API and Plugin Development
Include a third party plugin to intellij Idea build
0 票
创建于
2014年12月01日 09:57
What do you mean with "from the code"? What usecase are you trying to solve?
社区
IntelliJ IDEA Open API and Plugin Development
How to work with the elements registered with DomExtender?
0 票
创建于
2014年12月01日 10:25
Unless you want to have your DOM-extensions mapped to accessor with com.intellij.util.xml.CustomChildren, you probably want to use com.intellij.util.xml.reflect.DomExtensionsRegistrar#registerFixed...
社区
IntelliJ IDEA Open API and Plugin Development
How to work with the elements registered with DomExtender?
0 票
创建于
2014年12月01日 14:32
Unfortunately I'm not aware of examples in Community Edition besides test (com.intellij.util.xml.DomChildrenTest#testGetDomElementCustomChild and com.intellij.util.xml.DomExtensionsTest#testCustomC...
社区
IntelliJ IDEA Open API and Plugin Development
How to work with the elements registered with DomExtender?
0 票
创建于
2014年11月27日 06:32
See com.intellij.ide.actions.GotoFileItemProvider#filterElements how to determine PsiFileSystemItem from given path. Then simply call com.intellij.pom.Navigatable#navigate to open editor.
社区
IntelliJ IDEA Open API and Plugin Development
How do I open a file if I have the path to it in the project?
0 票
创建于
2014年11月26日 13:37
See com.intellij.codeInsight.intention.HighPriorityAction and com.intellij.codeInsight.intention.LowPriorityAction (see com.intellij.codeInsight.intention.impl.IntentionListStep#getValues for actua...
社区
IntelliJ IDEA Open API and Plugin Development
[HOW TO] change the order of the editor intentions
0 票
创建于
2014年11月24日 07:55
There's a couple of helpful threads on this forum, and see http://confluence.jetbrains.com/display/IDEADEV/Getting+Started+with+Plugin+Development bottomBasically, you need to setup a "virtual" IJ ...
社区
IntelliJ IDEA Open API and Plugin Development
How to build plugins using TeamCity?
0 票
创建于
2014年12月10日 13:02
Have a look at com.intellij.openapi.fileEditor.FileEditorProvider or com.intellij.util.xml.ui.PerspectiveFileEditorProvider if you work with DOM files.
社区
IntelliJ IDEA Open API and Plugin Development
File open view - Extension point
0 票
创建于
2014年12月05日 21:03
Many of docs are outdated, Could you be more specific and list which ones you encountered, please?
社区
IntelliJ IDEA Open API and Plugin Development
where I can find the `Sample Text File Editor` source code?
0 票
«
第一页
‹
上一页
下一页
›
最后
»