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
December 11, 2012 17:35
Thanks Dmitry, however in one module can be more than one one web facet with same name(tested),in this situation after restarting we can't distinguish them.I understand that two web facets with sam...
Community
IntelliJ IDEA Open API and Plugin Development
Storing link to facet in configuration
0 votes
Created
December 12, 2012 09:13
Filled issue in youtrack http://youtrack.jetbrains.com/issue/IDEA-97329 about this bug.
Community
IntelliJ IDEA Open API and Plugin Development
Storing link to facet in configuration
0 votes
Created
December 05, 2012 17:36
Thanks again Dmitry! This is exactly what I need.
Community
IntelliJ IDEA Open API and Plugin Development
Rebuild PSI in directory
0 votes
Created
November 10, 2012 18:11
I'm really sorry - I found cause of my problems:2012-11-10 21:05:17,959 [ 900] INFO - llij.ide.plugins.PluginManager - Disabled plugins: Webtoper (0.1)Plugin was disabled :) - stupid bug.
Community
IntelliJ IDEA Open API and Plugin Development
Extending Properties language
0 votes
Created
January 15, 2013 21:38
Thanks Dmitry - you are absolutely right(as always). I missed that the first line of method was:if (ApplicationManager.getApplication().isUnitTestMode()) return;
Community
IntelliJ IDEA Open API and Plugin Development
How to write test for LineMarkerProvider#collectSlowLineMarkers
0 votes
Created
January 28, 2013 09:12
No, I expected that IDEA will highlight this automatically. So, from you question I see that I need to do it manually.But maybe you know why IDEA does not highlight it automatically(what's the reas...
Community
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 votes
Created
January 28, 2013 09:35
I'm already use this annotation, and this behaviour is avesome, but thats why I asked this question - IDEA highlight all unknow attributes/tags that not defined in my interface "schema"(also comple...
Community
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 votes
Created
January 28, 2013 22:53
Filled http://youtrack.jetbrains.com/issue/IDEA-99971
Community
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 votes
Created
January 28, 2013 23:04
Hmm, after I created and registered empty BDEI implementation(really empty - only constructor) nothing changes,highlightings(errors) for tags and attributes(unknown, mandatory) are the same as with...
Community
IntelliJ IDEA Open API and Plugin Development
Fixed-number(single) SubTag elements
0 votes
Created
August 14, 2010 16:02
Thank you very much!How could I miss this code in EditorTabbedContainer:public static String calcTabTitle(final Project project, final VirtualFile file) { for (EditorTabTitleProvider provider : ...
Community
IntelliJ IDEA Open API and Plugin Development
How to change title in editor tab?
0 votes
«
First
‹
Previous
Next
›
Last
»