Oshando
- 活动总数 32
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 Communicate between two plugins using MessageBus
已回答I've created two plugins and I'm trying to get them to communicate. The implementation I'm using is shown below. Plugin B still isn't receiving the message from Plugin A. What am I doing wrong? Or ... -
创建于 Listen for Compilation event in Android Studio
已回答I've created a plugin that performs an analysis after the project compiles using CompilerTopics.COMPILATION_STATUS/ CompilationStatusListener. The plugin works fine with IntelliJ but not with Andro... -
创建于 Expandable\Collapsable Tooltip
已回答I want to create a tooltip similar to those that have the "more... (Ctrl+F1)" and "less... (Ctrl+F1)" functionality. Which class can I use to do this? Is this possible for the components in a tool ... -
创建于 Get Folder from Jar Resources/Classpath
I am developing a plugin that uses some text files that are stored in a folder in the resources path as show below. --src --resources ----rules -------rule1.txt -------rule2.txt I use the line belo... -
创建于 Adding Markers/Icons to Editor using Line Numbers in Plugin
I'm trying to add icons to the gutter of the editor using just the line number and the file name. The plugin I'm building runs a service and returns the line numbers, tooltip text and the name of t... -
创建于 Adding PopupMenu to ActionBarButton
I would like to add a PopupMenu to a button in the action bar of my tool window. When the user clicks the button, the list will apear and they can then select the options that they want to filter t...