Opher Vishnia
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 211 build broke plugins and throws "dataContext has no component for new ListPopupStep"
已回答Both my plugin (gitflow4idea) and several others have encountered this issue in the new 211 build when creating a new PopupFactoryImpl.ActionGroupPopup Example 1https://github.com/Haehnchen/idea-... -
创建于 Running logic after CloseTaskDialog's "commit"
I develop the gitflow4idea plugin. A user pointed out an issue with my integration with the close task dialog: The gitflow "finish feature" logic should run only after the "commit changes" had... -
创建于 Native/Intellij file selection dialog?
When I do file -> open from my dev CE intellij I get the macOS native file selector. However when I run intellij from intellij (debug) and do file -> open I get the intelliJ dialog, not the OS one.... -
创建于 Getting keyboard modifiers for mouse events on a status bar widget
HiMy plugin makes use of an implementation StatusBarWidget.MultipleTextValuesPresentationI'd like to open a different menu if the user shift-clicked the status bar widget.The implemented method tha... -
创建于 Java versioning issues when deploying my plugin
I'm the author of gitflow4idea, the git flow integration plugin.Lately my users have been complaning about "com.intellij.diagnostic.PluginException: gitflow/GitflowComponent : Unsupported major.min... -
创建于 Executing actionPerformed from a non-menu context
Hi,While working on my plugin gitflow4idea I ran into the following issue:I'm trying to run the git merge tool for conflicted files whenever a feature/release branch is finished.For that I need to ... -
创建于 Hooking into GitVcs activate\deactivate methods
Hi,I'm creating a plugin that depends on the git4idea plugin. Specifically, I want to install a statusbar widget alongside the git one, after GitVcs' activate method gets called.Is there a way to h... -
创建于 How to import and run existing plugins from intellij community edition repo?
I'm trying to import and run the IntelliJ git4idea (Git Integration) plugin in order to play around and contribute some of my own code.I've pulled the Intellij community edition from the github rep...