Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Richard
Follow
New posts
New posts and comments
Total activity
87
Last activity
August 23, 2019 11:07
Member since
June 10, 2019 15:44
Following
0 users
Followed by
0 users
Votes
27
Subscriptions
17
Activity overview
Posts (11)
Comments (32)
Sort by recent activity
Recent activity
Votes
Created
August 23, 2019 11:07
I have surrounded the .show() line with a try catch which solves the problem, but this doesn't seem quite right.
Community
IntelliJ IDEA Open API and Plugin Development
NullPointerException when Showing DialogWrapper during Gradle buildSearchableOptions
0 votes
Created
August 23, 2019 10:04
Here is the full NullPointerException that I get even when I use the sample DialogWrapper class from: https://www.jetbrains.org/intellij/sdk/docs/user_interface_components/dialog_wrapper.html java....
Community
IntelliJ IDEA Open API and Plugin Development
NullPointerException when Showing DialogWrapper during Gradle buildSearchableOptions
0 votes
Created
August 21, 2019 15:41
That works! Thank you, Yann!!
Community
IntelliJ IDEA Open API and Plugin Development
Get List of Android Product Flavours to use in Android Studio Plugin
0 votes
Created
August 21, 2019 15:13
I can't find the ID of the plugin (to be honest I can't even find it online). I have the :android: jar in my Gradle Dependencies, but don't see it in my Libraries, so can't go and check the ID. Do ...
Community
IntelliJ IDEA Open API and Plugin Development
Get List of Android Product Flavours to use in Android Studio Plugin
0 votes
Created
August 21, 2019 14:06
Yann, thank you! I wish I knew about this sooner - the Android plugin has so many things that I've been looking for. I do however have a quick question. I am importing the plugin in the below way i...
Community
IntelliJ IDEA Open API and Plugin Development
Get List of Android Product Flavours to use in Android Studio Plugin
0 votes
Created
August 20, 2019 15:12
Thank you so much Vassiliy, works like a charm!
Community
IntelliJ IDEA Open API and Plugin Development
How to set the Content to show Green Circle in Tool Window
0 votes
Created
August 19, 2019 09:14
Hi Vassiliy, I have spent a lot of time thinking about this (and I realise you have too by always responding to me, so thank you) but I just cannot get my head around what I should use as a Disposa...
Community
IntelliJ IDEA Open API and Plugin Development
Check if RunConfiguration is startedI
0 votes
Created
August 19, 2019 08:40
These are the methods I would like to implement. I am making sure that every content has a unique name. Please let me know if there is a better way. public static void setContentActive(Project proj...
Community
IntelliJ IDEA Open API and Plugin Development
How to set the Content to show Green Circle in Tool Window
0 votes
Created
August 15, 2019 12:40
Right, I understand, thank you for the explanantion. Is it possible to dispose of the Listener the moment processTerminated() is called?
Community
IntelliJ IDEA Open API and Plugin Development
Check if RunConfiguration is startedI
0 votes
Created
August 14, 2019 23:12
I thought it had something to do with the Disposable. I am sorry, I have never worked with Disposables before.Do I not still need to unsubscribe in the dispose() method? And do I need to register i...
Community
IntelliJ IDEA Open API and Plugin Development
Check if RunConfiguration is startedI
0 votes
1
2
3
4
›
»