various minor changes:
+ whitespace improvement + code cleanup
This commit is contained in:
@@ -416,6 +416,7 @@ PythonConsole::PythonConsole(QWidget *parent)
|
||||
: TextEdit(parent), WindowParameter( "Editor" ), _sourceDrain(NULL)
|
||||
{
|
||||
d = new PythonConsoleP();
|
||||
d->interactive = false;
|
||||
|
||||
// create an instance of InteractiveInterpreter
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user