mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Python console improvements: command invocation timelimit removed, added possibility to interrupt previous command by Ctrl+C (PY-3084).
This commit is contained in:
+1
-2
@@ -97,13 +97,12 @@ public abstract class AbstractConsoleRunnerWithHistory {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void initConsoleUI(Process process) {
|
||||
// Init console view
|
||||
myConsoleView = createConsoleView();
|
||||
myConsoleView.setBorder(new SideBorder(UIUtil.getBorderColor(), SideBorder.LEFT));
|
||||
|
||||
myProcessHandler = createProcessHandler(process, myProvider.getCommandLineString());
|
||||
myProcessHandler = createProcessHandler(process, myProvider.getCommandLineString());
|
||||
|
||||
myConsoleExecuteActionHandler = createConsoleExecuteActionHandler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user