Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladimir Rudev
Total activity
94
Last activity
January 17, 2016 12:33
Member since
August 12, 2010 20:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
29
Activity overview
Posts (20)
Comments (45)
Sort by recent activity
Recent activity
Votes
Created
November 22, 2010 17:26
I found another solution! You can use:PathMacroManager macroManager = PathMacroManager.getInstance(project);String pathWithMacro = macroManager.collapsePath("/path/to/your/project/your/file");asser...
Community
IntelliJ IDEA Open API and Plugin Development
Working with $PROJECT_DIR$ in plugin configuration options
2 votes
Created
November 22, 2010 14:09
I understood you wrong. Ok, you have string '/path/to/your/file', this is absolute path. You have project in folder '/path/to/your/project'. If you want to produce path something like this '../file...
Community
IntelliJ IDEA Open API and Plugin Development
Working with $PROJECT_DIR$ in plugin configuration options
2 votes
Created
September 03, 2010 15:46
Oh, how could I not guess that IDEA X have this possibility. Maia does not.Since svn4idea is opensource(as many other good plugins) I get it sources and manually added this feature(my patch very si...
Community
IntelliJ IDEA Users
How to disable svn annotate merges processing?
0 votes
Created
December 16, 2010 12:05
Sorry, found similar question with response - http://devnet.jetbrains.net/message/5219931
Community
IntelliJ IDEA Plugin Users
ant: how to input password?
0 votes
Created
October 17, 2011 19:05
Just sent you a email with logs.
Community
IntelliJ IDEA Plugin Users
TFS checkout fail
0 votes
Created
October 31, 2011 18:49
Problem described in this issue. Also this issue was created.
Community
IntelliJ IDEA Plugin Users
TFS checkout fail
0 votes
Created
December 02, 2010 20:09
Yes, rearranger look like what I want, but it doesn't have integration in vcs commit process. While Reformat Code applies automaticaly on commit, I fogot doing rearrange action - it is inconvenient...
Community
IntelliJ IDEA Plugin Users
IDEA codestyle question
0 votes
Created
October 22, 2010 07:05
hablutzel1 wrote:Hi, I want to develop a dialog to allow the user to choose some javadoc annotations in methods in a structured way, so I have realized that the classcom.intellij.ide.util.MemberCho...
Community
IntelliJ IDEA Open API and Plugin Development
need access to com.intellij.ide.util.MemberChooser from plugin
0 votes
Created
August 13, 2010 11:25
I have a similar problem. I add my action to the toolbar and to the popup menu in project view. When I run IDEA it opens on small project, but when I open larger project it freezes in the end of in...
Community
IntelliJ IDEA Open API and Plugin Development
OutOfMemoryError while running/debugging
0 votes
Created
January 03, 2011 11:34
The problem is in plugin loading order - your plugin starts before Subversion plugin, and SubversionGroup is not created.Add to your plugin.xml this:<depends>Subversion</depends>
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development - Project Menu
0 votes
Next
›
Last
»