Eugene Berman
- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 7
-
Edited What to use instead of `notification.setListener()`?
AnsweredIn my current code I have the following:Notification notification = new Notification("CustomGroupId", "No Test Resources folder found!", "Ple... -
Created Language injection not working
AnsweredI added an optional dependency for my plugin, e.g.: <depends optional="true" config-file="myPluginId-withComFooBar.xml">com.foo.bar</depends> in the config file I defined the language injection con... -
Edited How to obtain PID pf a SpringBoot application
AnsweredI apologize if this is a duplicate or a continuation of other threads, but unfortunately after sifting through tons of posts I came back empty handed. As I mentioned in a comment to another post, I... -
Created Add maven dependency on the fly?
AnsweredI'm probably going 100% wrong direction but I thought I'd ask anyway. I created a custom run configuration for my plugin, which is based on the Maven run configuration. What I want is when the cust... -
Edited Questions about expression evaluator in custom debugger
AnsweredI'm implementing a custom debugger and need to support expression evaluator in a number of custom languages. I create and return a list of supported languages in the getSupportedLanguages() method ... -
Created Need a documentation/tutorial/examples of implementing a custom debugger
AnsweredFolks, I know the the Debugger part of the Plugin SDK documentation says "Coming soon" but how soon is it? :) I really need some help and guidance on how to implement a custom debugger. Surely I ca...