Misja Alma
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
创建于 How to find out if a PsiElement is in selected text?
已回答I am writing a plugin that should offer a run configuration when the user right-clicks on selected text in an editor.So I created a RunconfigurationProducer, implemented setupConfigurationFromConte... -
创建于 Run Configuration shows up late in context menu
已回答I created a run configuration for my plugin, implemented a RunConfigurationProducer and everything else that is needed to invoke my run action in the context menu when I right-click in a file. This... -
创建于 Open Run Configuration Editor Window Programmatically from Action
已回答I'm writing a plugin that lets a user execute selected code in a remote service (Livy). So I created a special Run Configuration for that, where you can paste your code and execute it on Livy. That...