mirror of https://github.com/buggins/dlangide.git
commit
58bbb43214
|
@ -302,9 +302,10 @@ class IDEFrame : AppFrame, ProgramExecutionStatusListener, BreakpointListChangeL
|
|||
}
|
||||
args ~= sourceFileName;
|
||||
}
|
||||
string externalConsoleExecutable = null;
|
||||
version(Windows) {
|
||||
} else {
|
||||
string externalConsoleExecutable = _settings.terminalExecutable;
|
||||
externalConsoleExecutable = _settings.terminalExecutable;
|
||||
}
|
||||
_logPanel.logLine("Starting " ~ sourceFileName ~ " with rdmd");
|
||||
_statusLine.setBackgroundOperationStatus("run-rdmd", "running..."d);
|
||||
|
|
Loading…
Reference in New Issue