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
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
Created
January 04, 2011 18:37
~/.IdeaIC10/system/plugins-sandbox/plugins or ~/.IntelliJIdea10/system/plugins-sandbox/plugins if you use ultimate edition.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin Development - Project Menu
0 votes
Created
May 05, 2011 05:19
Did you mean Configurable is ProjectConfigurable or ApplicationConfigurable and nodes like in 'Code Style' in IDE Settings window?
Community
IntelliJ IDEA Open API and Plugin Development
Configurables
0 votes
Created
May 05, 2011 09:52
If so, one possible way is extends your Configurable from com.intellij.openapi.options.SearchableConfigurable.Parent.Abstract and in method buildConfigurables() create your nested nodes(which also ...
Community
IntelliJ IDEA Open API and Plugin Development
Configurables
0 votes
Created
October 16, 2011 11:28
Found this worked solution:FileBasedIndex.getInstance().getContainingFiles(FilenameIndex.NAME, file.getName(), ProjectScope.getProjectScope(project));
Community
IntelliJ IDEA Open API and Plugin Development
PsiShortNamesCache analog in PhpStorm
0 votes
Created
February 05, 2012 13:52
After trying implement DnD with TransferHandler I found another problem - within javax.swing.TransferHandler#importData is no way to access com.intellij.ide.dnd.DnDEvent,so I can't access object fr...
Community
IntelliJ IDEA Open API and Plugin Development
How to enable DnDAwareTree setDropMode behaviour?
0 votes
«
First
‹
Previous
Next
›
Last
»