Sergiy Dubovik
- Total activity 88
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 31
-
Created OpenAPI sources
Hei,Had few years break from developing IDEA plugins and now decided to implement several ideas and hopefully update my old stuff.Anyhow upgraded to latest version 10, setuped JDK and IntelliJ SDK.... -
Created SmartCompletion results
Hello,Is it possible to know how many items SmartCompletion would return without triggering SmartCodeCompletionAction?In 7th version of IDEA there were very nice method SmartCodeCompletionHandler::... -
Created CodeCompletionLive is not working in IDEA 8
Hi,I got quite a few emails about this http://plugins.intellij.net/plugin/?id=1315 and frankly was surprised that someone still using it.I took a look at IDEA 8 and noticed that code completion was... -
Created Create new severity for inspection
Hello,I'm trying to create a new severity for my inspection.Here is the code:It creates a new severity, I can see it under Errors tab in Settings. I can even modify colors and all that. But if I op... -
Created [ANN] Tasks v1.7
Hello,New version of Tasks is available from IDEA 5.0 till latest EAP.http://plugins.intellij.net/plugin/?id=1124Version 1.7 changes: Tooltip shows overview of hovered task if it has sub-tasks. Sho... -
Created [ANN] Tasks v1.3
Hello,New version of Tasks plugin is available. *Version 1.3 changes * -Tasks can have sub-tasks. Depth level is not limited. Completions, estimated and actual time are propagated to the uppe... -
Created [ANN] Tasks v1.2, for IntellijIDEA 5.1.2 and 6.0
Hello,I have done some small improvements to Tasks plugin based on the suggestions I got during last week. Here is a change list: Version 1.2 changes - Scroll bars appear if content of Tasks's tre... -
Created [ANN] Tasks v1,1 for 5.1.2 and 6.0
Hi all,I'm glad to announce a Task plugin. It's very simple, just take a look at screenshots to get an idea:http://www.jetbrains.net/confluence/display/CONTEST/TasksAny kind of feedback is welcome.... -
Created Fire an event from a plugin
Hi All,Is there a way to fire an event in IDEA from a plugin? Something like this:ActionManager.getInstance(project).fireEventById("EditorCopy");ThanksSergiy