mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
added content/source root checkboxes to all run configurations
This commit is contained in:
@@ -44,4 +44,9 @@ public interface AbstractPythonRunConfigurationParams {
|
||||
PathMappingSettings getMappingSettings();
|
||||
|
||||
void setMappingSettings(@Nullable PathMappingSettings mappingSettings);
|
||||
|
||||
boolean addContentRoots();
|
||||
boolean addSourceRoots();
|
||||
void addContentRoots(boolean add);
|
||||
void addSourceRoots(boolean add);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user