主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vladimir Rudev
活动总数
94
最后的活动
2016年01月17日 12:33
成员加入日期
2010年08月12日 20:29
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
29
活动概览
帖子(20)
评论(45)
按最近的活动排序
最近的活动
投票数
创建于
2010年11月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Working with $PROJECT_DIR$ in plugin configuration options
2 票
创建于
2010年11月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Working with $PROJECT_DIR$ in plugin configuration options
2 票
创建于
2010年09月03日 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...
社区
IntelliJ IDEA Users
How to disable svn annotate merges processing?
0 票
创建于
2010年12月16日 12:05
Sorry, found similar question with response - http://devnet.jetbrains.net/message/5219931
社区
IntelliJ IDEA Plugin Users
ant: how to input password?
0 票
创建于
2011年10月17日 19:05
Just sent you a email with logs.
社区
IntelliJ IDEA Plugin Users
TFS checkout fail
0 票
创建于
2011年10月31日 18:49
Problem described in this issue. Also this issue was created.
社区
IntelliJ IDEA Plugin Users
TFS checkout fail
0 票
创建于
2010年12月02日 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...
社区
IntelliJ IDEA Plugin Users
IDEA codestyle question
0 票
创建于
2010年10月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
need access to com.intellij.ide.util.MemberChooser from plugin
0 票
创建于
2010年08月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
OutOfMemoryError while running/debugging
0 票
创建于
2011年01月03日 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>
社区
IntelliJ IDEA Open API and Plugin Development
Plugin Development - Project Menu
0 票
下一页
›
最后
»