yahavi
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 11
-
Created Draw a flow chart
AnsweredI want to create a simple flow chart and put it in a JComponent.What is the best way to do it? -
Created Get dependency graph in Android Studio
AnsweredHello, 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 ... -
Edited Building root configurable for a plugin
AnsweredI'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... -
Created Custom language support - Disable code annotations
AnsweredIn 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... -
Created How to create multiple IntentionActions?
AnsweredImplementing 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... -
Edited Get NodeJS interpreter
AnsweredMy plugin uses npm as part of its logic. I prefer to use the npm configured in 'Preferences' --> 'NodeJS and npm' --> 'Node interpreter'. How can I get this value? Thanks. -
Created Save files in open tabs
I'm developing a plugin in CLion. I have an Action which counts on the latest changes in the project's files. I thought to save all files which in open tabs before my action occurring. Can you guid...