yahavi
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 11
-
-
yahavi 创建了一个帖子, 已回答Draw 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 创建了一个帖子, 已回答Get 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 创建了一个帖子, 已回答Building 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 创建了一个帖子, 已回答Custom 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 进行了评论, -
-
yahavi 创建了一个帖子, 已回答How 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...