Misja Alma
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created How to find out if a PsiElement is in selected text?
AnsweredI 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... -
Created Run Configuration shows up late in context menu
AnsweredI 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... -
Created Open Run Configuration Editor Window Programmatically from Action
AnsweredI'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...