Oshando
- Total activity 32
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Created Communicate between two plugins using MessageBus
AnsweredI'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 ... -
Created Listen for Compilation event in Android Studio
AnsweredI'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... -
Created Expandable\Collapsable Tooltip
AnsweredI 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 ... -
Created 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... -
Created 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... -
Created 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...