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
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
Created
February 08, 2012 04:07
Project SDK already include tools.jar file, and as I mention in first message - build from IDEA works fine.Problem is only in ant build(which doesn't use IDEA SDK, I think).Don't know whats wrong w...
Community
IntelliJ IDEA Open API and Plugin Development
Can't build community edition
0 votes
Created
February 08, 2012 04:41
Ha! Renaming SDK from "IDEA src jdk" -> "IDEA jdk" did the trick!Build successful.Seems ant script can build with and without project SDK, but on my computer without properly configured and named S...
Community
IntelliJ IDEA Open API and Plugin Development
Can't build community edition
0 votes
Created
August 29, 2012 14:26
Thank you both!
Community
IntelliJ IDEA Open API and Plugin Development
IDEA tab bar api
0 votes
Created
September 09, 2012 19:27
Sorry, my question is wrong, action is almost in list - just need to check non-menu actions in goto window.
Community
IntelliJ IDEA Open API and Plugin Development
How to add action to global searchable actions list?
0 votes
Created
December 01, 2012 09:33
Thank you very much! This seems exactly what I need.
Community
IntelliJ IDEA Open API and Plugin Development
AssertionError:No ID found for serializer
0 votes
«
First
‹
Previous
Next
›
Last
»