Opher Vishnia

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created 211 build broke plugins and throws "dataContext has no component for new ListPopupStep"
AnsweredBoth 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-... -
Created 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... -
Created 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.... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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...