Elior Boukhobza (Mallowigi)
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Elior Boukhobza (Mallowigi) commented, -
Elior Boukhobza (Mallowigi) created a post, How can I exclude a plugin from being available to certain IDEs?
I've looked at this page: https://github.com/JetBrains/intellij-sdk-docs/blob/master/basics/getting_started/plugin_compatibility.md I want to make the plugin available to all platforms except Andro... -
Elior Boukhobza (Mallowigi) commented, -
Elior Boukhobza (Mallowigi) created a post, Using ExtensionPoints from another plugin
Hi, I am struggling using the ExtensionPoint system. I have defined an extensionPoint in a plugin, and I want to use this extension point in another plugin. I'm following all the guidelines and I'm... -
Elior Boukhobza (Mallowigi) commented, -
Elior Boukhobza (Mallowigi) commented, -
Elior Boukhobza (Mallowigi) created a post, Know which node is highlighted
Is it possible for me to know which node is selected when implementing a ProjectViewDecorator? -
Elior Boukhobza (Mallowigi) created a post, Detect when settings are opened
Do we have an event listener/topic to detect when project settings are opened?