Initial execute file in console.

This commit is contained in:
Dmitry Trofimov
2014-08-21 18:33:22 +02:00
parent 14e61bb7f9
commit 750e3c1d39
6 changed files with 62 additions and 10 deletions

View File

@@ -64,4 +64,7 @@ public interface AbstractPythonRunConfigurationParams {
boolean addSourceRoots();
void addContentRoots(boolean add);
void addSourceRoots(boolean add);
boolean showCommandLineAfterwards();
void setShowCommandLineAfterwards(boolean showCommandLineAfterwards);
}