主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ronnie Kolehmainen
活动总数
96
最后的活动
2016年01月18日 05:22
成员加入日期
2010年09月19日 18:20
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
42
活动概览
帖子(1)
评论(53)
按最近的活动排序
最近的活动
投票数
创建于
2011年02月19日 13:49
You should be notified if Find Usages is working on the file in the project view. Have you got a ReferensesSearch registered?
社区
IntelliJ IDEA Open API and Plugin Development
Rename psi-to-file reference on file rename?
0 票
创建于
2011年02月19日 13:59
Also, if your reference is a something like a quoted string, make sure getRangeInElement() returns the range without the quotes (e.g. 1, text.length()-1).Usually references are automatically found ...
社区
IntelliJ IDEA Open API and Plugin Development
Rename psi-to-file reference on file rename?
0 票
创建于
2011年04月06日 09:41
That is an error from the PsiViewer plugin
社区
IntelliJ IDEA Open API and Plugin Development
Lisp custom language plugin
0 票
创建于
2011年05月27日 07:57
You can get VirtualFiles and Editors (and their Documents) from FileEditorManager.
社区
IntelliJ IDEA Open API and Plugin Development
Finding all the files currently being viewed in Intellij
0 票
创建于
2011年06月28日 07:38
The most non-obtrusive way would be to register a GotoDeclarationHandler. In your plugin.xml, use the extension point com.intellij.gotoDeclarationHandler that points to your class that implements c...
社区
IntelliJ IDEA Open API and Plugin Development
create hyperlinks when the user presses ctrl and hovers the mouse over custom text in javadoc
0 票
创建于
2011年12月20日 16:03
max.ishchenko wrote:Now the challenge is to create a reference to a dom element that is located in an unknown location.Actually creating a reference is not the challenge, and it is fully ok that th...
社区
IntelliJ IDEA Open API and Plugin Development
Linking java string literals and some xml elements so that "Go to Declaration" on a literal goes to an element in xml
0 票
创建于
2011年12月21日 09:53
There are a couple approaches that fit different scenarios. For instance, if your xml file(s) are located in a specific location I would go for traversing the PSI of each file with an XmlRecursiveE...
社区
IntelliJ IDEA Open API and Plugin Development
Linking java string literals and some xml elements so that "Go to Declaration" on a literal goes to an element in xml
0 票
创建于
2011年08月05日 08:06
talanb wrote:I'm also capturing the JTree selection change. How do I get a reference to my tool windows from my listener class ToolWindowManager.getInstance(project).getToolWindow(ID) gets the too...
社区
IntelliJ IDEA Open API and Plugin Development
How do multiple tool windows communicate with each other?
0 票
创建于
2012年04月16日 07:59
Are you sure you have your SDK set up correctly? The reason I'm asking is that I also encountered this API change, and by switching to project.getComponent(GitRepositoryManager.class) it works as b...
社区
IntelliJ IDEA Open API and Plugin Development
Issues with Git4Idea since 117.117
0 票
创建于
2011年05月12日 08:16
I agree. It has been my number one source for quality T-shirts for the last couple of years ;)Anyways, if you are not running a contest this year you should probably change the information at http:...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Contest 2010/2011?
0 票
«
第一页
‹
上一页
下一页
›
最后
»