Diagnostics
- Added configuration settings for 'regex' and 'locking', which might be useful.
This commit is contained in:
@@ -193,6 +193,14 @@ void handleDiagnostics (std::string& outs)
|
|||||||
<< ", mode "
|
<< ", mode "
|
||||||
<< std::setbase (8)
|
<< std::setbase (8)
|
||||||
<< location.mode ()
|
<< location.mode ()
|
||||||
|
<< "\n";
|
||||||
|
|
||||||
|
std::cout << " Locking: "
|
||||||
|
<< (context.config.getBoolean ("locking") ? "Enabled" : "Disabled")
|
||||||
|
<< "\n";
|
||||||
|
|
||||||
|
std::cout << " Regex: "
|
||||||
|
<< (context.config.getBoolean ("regex") ? "Enabled" : "Disabled")
|
||||||
<< "\n\n";
|
<< "\n\n";
|
||||||
|
|
||||||
// External commands.
|
// External commands.
|
||||||
|
|||||||
Reference in New Issue
Block a user