yahavi
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 11
-
-
yahavi created a post, AnsweredDraw a flow chart
I want to create a simple flow chart and put it in a JComponent.What is the best way to do it? -
-
yahavi created a post, AnsweredGet dependency graph in Android Studio
Hello, I'm developing a plugin for Android studio. I'm looking for a way to get the dependency tree of an Android project programmatically from my plugin. The results must be a tree and not a flat ... -
-
yahavi created a post, AnsweredBuilding root configurable for a plugin
I'd like to create a root configuration node for my plugin. My plugin contains several configurations under the root node. I'd like that my root configuration node will have the same look & feel as... -
yahavi created a post, AnsweredCustom language support - Disable code annotations
In order to get colorized underline beneath some PSI elements, I use the Annotator as described in custom language support and also under Syntax Highlighting and Error Highlighting: However, I'd l... -
yahavi commented, -
-
yahavi created a post, AnsweredHow to create multiple IntentionActions?
Implementing IntentionAction and adding it to plugin.xml creates one yellow bulb intention. I'm taking the following project as an example: https://github.com/JetBrains/intellij-sdk-docs/tree/maste...