Eugene Berman
- 活动总数 28
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
已编辑于 What to use instead of `notification.setListener()`?
已回答In my current code I have the following:Notification notification = new Notification("CustomGroupId", "No Test Resources folder found!", "Ple... -
创建于 Language injection not working
已回答I 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... -
已编辑于 How to obtain PID pf a SpringBoot application
已回答I 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... -
创建于 Add maven dependency on the fly?
已回答I'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... -
已编辑于 Questions about expression evaluator in custom debugger
已回答I'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 ... -
创建于 Need a documentation/tutorial/examples of implementing a custom debugger
已回答Folks, 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...