Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sergiy Dubovik
Total activity
88
Last activity
December 05, 2019 17:37
Member since
September 06, 2006 13:44
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
31
Activity overview
Posts (19)
Comments (38)
Sort by recent activity
Recent activity
Votes
Created
January 23, 2007 18:51
In fact there is one since 6.0.2, and it's called"Share Directory". You can find it in the Subversion context menu.Great! Thanks!-serg
Community
IntelliJ IDEA EAP Users
appeal for usability
0 votes
Created
October 23, 2006 12:49
What's the problem? If you have a plugin, just upload it and cross your fingers.Here are judging criterias http://plugins.intellij.net/contest/criteria/ . You think you pass them, go on, be a tiger...
Community
IntelliJ IDEA Plugin Users
ReplaceFullyQualifiedNameWithImportIntention
0 votes
Created
October 23, 2006 11:33
Does this help http://www.intellij.net/forums/thread.jspa?threadID=260840&tstart=15 ?In short, extends DialogWrapper, call init() in constructor, use show to pop it.public class ActualTimeForm exte...
Community
IntelliJ IDEA Plugin Users
modal JDialog
0 votes
Created
October 17, 2006 22:15
Thanks for the tip! It works a lot better now. :)Is this something that's documented somewhere? I'mstill very new to writing IntelliJ plugins and itseems that there's a lot of documentation still...
Community
IntelliJ IDEA Open API and Plugin Development
Dialog management for a settings window
0 votes
Created
October 17, 2006 22:04
Hi Alexey,Why you didn't use JBPopupFactory for wrapping your tree? You could get consistent look with other IntelliJ's popups e.g. shadow, lines color and so on.-Serg
Community
IntelliJ IDEA Plugin Users
[ANN] EditorTree 1.0.2
0 votes
Created
October 17, 2006 13:37
SD> I spent hours trying to get DialogWrapper towork, but I failed.Why?I guess the most common mistake is not to callinit().Correct. I found an example in devkit sources, NewActionDialog and didn't...
Community
IntelliJ IDEA Open API and Plugin Development
Dialog management for a settings window
0 votes
Created
October 17, 2006 12:18
The common design rule is to use DialogWrapper as thecommon base class for dialogs. We know that it works. :) You can findplenty of examples of its use in the plugins provided in the development ki...
Community
IntelliJ IDEA Open API and Plugin Development
Dialog management for a settings window
0 votes
Created
October 12, 2006 07:46
Thanks guys.I will do my best to get all suggestions in new version of Task.The reason why there is "Not sure" category is because I couldn't find a proper icon for low priority. Perhaps I need to ...
Community
IntelliJ IDEA Plugin Users
[ANN] Tasks v1,1 for 5.1.2 and 6.0
0 votes
Created
September 06, 2006 15:06
Great, thanks!Sergiy
Community
IntelliJ IDEA Open API and Plugin Development
Fire an event from a plugin
0 votes
Created
September 06, 2006 14:30
What exactly do you want to do? "EditorCopy" is notan event.If you want to execute an action programmatically,you can callActionManager.getInstance().getAction(id).actionPerformed() with a correct ...
Community
IntelliJ IDEA Open API and Plugin Development
Fire an event from a plugin
0 votes
«
First
‹
Previous