主页
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年03月24日 21:45
I have no experience with PHP but I guess the principle is the same as with Python.Have a look at PsiFileFactory.createFileFromText(filename, filetype, content,..). Pass a dummy php filename, an in...
社区
IntelliJ IDEA Open API and Plugin Development
Adding elements to PSI in PhpStorm
0 票
创建于
2011年03月23日 18:04
...and add -Didea.platform.prefix=PhpStorm to the VM Parameters of your plugin run configuration.
社区
IntelliJ IDEA Open API and Plugin Development
PHP Plugins (PSI)
0 票
创建于
2011年03月06日 09:22
Hi Hanns,Action lookup uses the action ID (not necessary the class name). For org.jetbrains.plugins.scala.console.RunConsoleAction the ID is "Scala.RunConsole".When unsure of which actions are actu...
社区
IntelliJ IDEA Open API and Plugin Development
Instantiating a plugin's action
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»