yahavi
- 活动总数 30
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 7
- 订阅数 11
-
创建于 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? -
创建于 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 ... -
已编辑于 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... -
创建于 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... -
创建于 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... -
已编辑于 Get NodeJS interpreter
已回答My 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. -
创建于 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...