We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d4eac commit 8df348aCopy full SHA for 8df348a
1 file changed
PythonScript/src/ConsoleDialog.cpp
@@ -32,7 +32,9 @@ ConsoleDialog::ConsoleDialog() :
32
m_hContext(NULL),
33
m_nppData{0,0,0},
34
m_colorOutput(false),
35
- m_user_color(-1)
+ m_user_color(-1),
36
+ m_customizeConsoleErrorColor(false),
37
+ m_customConsoleErrorColor(-1)
38
{}
39
40
0 commit comments