Sergiy Dubovik
- 活动总数 88
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 31
-
创建于 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.... -
创建于 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::... -
创建于 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... -
创建于 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... -
创建于 [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... -
创建于 [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... -
创建于 [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... -
创建于 [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.... -
创建于 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