yang

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
Created about run configurations
AnsweredThis is the result I got according to the tutorial. I want to know the method called by the "run" button, so that I can do some form validation. I have extends SettingsEditor, and override applyE... -
Created About the getState method of the RunConfigurationBase class returns CommandLineState
Answereddear all: Is there any way to create multiple OSProcessHandlers and execute them sequentially in the startProcess method, and then output the results to the console in order? My purpose is to execu... -
Created MavenProjectsManager.getInstance(project),why result is null?please help me ~
public class FromAction extends AnAction { @Override public void actionPerformed(@NotNull AnActionEvent e) { MavenProjectsManager.getInstance(project).isMavenizedProject(); }}The a...