Michele Mesiano

Passionate Java Developer
- Total activity 63
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 20
-
Created Warning not removed in Run Configuration setting
I have a run config. I raise a warning in the checkConfiguration() method of a class extending JarApplicationConfiguration Specifically I do public void checkConfiguration() throws RuntimeConfigur... -
Edited Set different Run Configuration Icon in Run/Debug Configuration combo box
Hello folks,I have custom Run Configurations. They all have a common icon. For such a reason very long to explain, I added two custom start/stop buttons that start/stop an application using an http... -
Created Project Configuration and Application Configurable group
AnsweredGood morning.I have a question related to Settings. Can I mix application and project settings? E.g. <applicationConfigurable groupId="project" groupWeight="120" instance="com.my.settings.MySetting... -
Created What is the HelpId and how to use it?
AnsweredI do see in several tool windows a value that binding the DataKey public static final DataKey<String> HELP_ID = DataKey.create("helpId"); defined in com.intellij.openapi.actionSystem.PlatformDataKe... -
Created Can I send a stacktrace into to a stacktrace console?
AnsweredHello,I think I saw once a Stacktrace console in IntelliJ, but I cannot find any reference in the Community Edition source code. If exists, howe can I sand a stacktrace there (in String format) s... -
Created Create HypeLink to a module
AnsweredIn a toolwindow similar to the Event Log, I need to print a link to a module. Is there any way to point to the module root using an HyperLink? -
Created Print link to a class
AnsweredIn a toolwindow similar to the Event Log, I need to print a link to a class. Now, assuming that I only know the fully qualified name of the class (e.g. coming from a REST service), how can I find t... -
Created Where do you paint the green circle on icons?
AnsweredI've found a few days ago the place in the code where you paint the green circle over the icons (like in the follow picrture), but now I'm struggling to get back there. Can you help addressing me... -
Created Check if RunConfiguration is startedI
AnsweredI'm my plugin, I need to start a RunConfiguration by code (I asked how to do it here: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360002754820-Start-a-Run-Configuration-from-cod... -
Created Start a Run Configuration from code
I have a RunConfiguration and I'd like to start it by clicking a button in a toolwindow that I created.By looking at the code, I understood that first I should set the configuration as selected, e....