主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Ronnie Kolehmainen
活动总数
96
最后的活动
2016年01月18日 05:22
成员加入日期
2010年09月19日 18:20
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
42
活动概览
帖子(1)
评论(53)
按最近的活动排序
最近的活动
投票数
创建于
2010年09月21日 20:56
Thank you very much for your attention!I am happy to announce that a new version is available, 1.1
社区
IntelliJ IDEA Plugin Users
[Ann] CSS-X-Fire - Connects Firebug CSS editor with the IDE
0 票
创建于
2010年09月24日 07:52
Version 1.2 is out. One of the new features is support for removing properties in Firebug.
社区
IntelliJ IDEA Plugin Users
[Ann] CSS-X-Fire - Connects Firebug CSS editor with the IDE
0 票
创建于
2011年03月08日 12:34
lemming wrote:Also, if I put the release notes in the change-notes section is that what will be displayed on the plugin page (i.e. I won't have to enter it in the form)? Correct. See the plugin.x...
社区
IntelliJ IDEA Plugin Users
Recent change notes formatting?
0 票
创建于
2011年03月08日 12:43
trespasserw wrote:4) I afraid not. I'll ask around if someone can clean that mess.I am too tired of the spamming in the comments. It would be nice with an enhanced security handling.The manual clea...
社区
IntelliJ IDEA Plugin Users
Recent change notes formatting?
0 票
创建于
2011年01月04日 07:17
http://blogs.jetbrains.com/idea/2008/03/enterprise-plugin-repository/
社区
IntelliJ IDEA Plugin Users
Install Plugin locally without Repository
0 票
创建于
2011年01月17日 18:04
Try following:ApplicationManager.getApplication().invokeLater(new Runnable(){ public void run() { ProjectView.getInstance(project).selectPsiElement(classFile, false); }});
社区
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 票
创建于
2011年01月13日 08:09
Working with gutter renderers can be a bit tricky. The safest way in my opinion is to update markers in batch on a file level, e.g. first remove all (your) markers and then add the ones you want to...
社区
IntelliJ IDEA Open API and Plugin Development
Problem with GutterIconRenderer
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»