Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Ronnie Kolehmainen
Total activity
96
Last activity
January 18, 2016 05:22
Member since
September 19, 2010 18:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
42
Activity overview
Posts (1)
Comments (53)
Sort by recent activity
Recent activity
Votes
Created
May 23, 2011 15:12
This document shows where all files are stored: http://devnet.jetbrains.net/docs/DOC-181
Community
PhpStorm
Uninstall PhpStorm completely from mac
0 votes
Created
April 16, 2012 19:09
A better place to post would be in the Open API and Plugin Development section. Here's a thread that may help you: http://devnet.jetbrains.net/message/5301991
Community
PhpStorm
How to compile an extension to support PHPStorm?
0 votes
Created
December 25, 2012 12:22
Search for the setting for showing "Virtual Space" in editor.
Community
PhpStorm
free scrolling?
0 votes
Created
September 21, 2010 20:56
Thank you very much for your attention!I am happy to announce that a new version is available, 1.1
Community
IntelliJ IDEA Plugin Users
[Ann] CSS-X-Fire - Connects Firebug CSS editor with the IDE
0 votes
Created
September 24, 2010 07:52
Version 1.2 is out. One of the new features is support for removing properties in Firebug.
Community
IntelliJ IDEA Plugin Users
[Ann] CSS-X-Fire - Connects Firebug CSS editor with the IDE
0 votes
Created
March 08, 2011 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...
Community
IntelliJ IDEA Plugin Users
Recent change notes formatting?
0 votes
Created
March 08, 2011 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...
Community
IntelliJ IDEA Plugin Users
Recent change notes formatting?
0 votes
Created
January 04, 2011 07:17
http://blogs.jetbrains.com/idea/2008/03/enterprise-plugin-repository/
Community
IntelliJ IDEA Plugin Users
Install Plugin locally without Repository
0 votes
Created
January 17, 2011 18:04
Try following:ApplicationManager.getApplication().invokeLater(new Runnable(){ public void run() { ProjectView.getInstance(project).selectPsiElement(classFile, false); }});
Community
IntelliJ IDEA Open API and Plugin Development
Expand node in project view
0 votes
Created
January 13, 2011 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...
Community
IntelliJ IDEA Open API and Plugin Development
Problem with GutterIconRenderer
0 votes
«
First
‹
Previous
Next
›
Last
»