#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Wed, 02 Nov 2016 17:57:36 +0100
changeset 4025 de861c5aaa61
parent 4024 c8afa4707cce
child 4026 541d5b361e80
#UI_ENHANCEMENT by cg class: ParserFlags changed: #initializeSTCFlagsForTopDirectory: only show parserflags with verbose startup
ParserFlags.st
--- a/ParserFlags.st	Wed Nov 02 14:50:08 2016 +0100
+++ b/ParserFlags.st	Wed Nov 02 17:57:36 2016 +0100
@@ -1888,7 +1888,7 @@
         MakeCommand := 'make'.
     ].
 
-    Smalltalk infoPrinting ifTrue:[
+    (Smalltalk verbose and:[ Smalltalk infoPrinting ]) ifTrue:[
         'ParserFlags [info]: STC Setup:' infoPrintCR.
         ('ParserFlags [info]:  STCCompilationDefines: ',(STCCompilationDefines?'')) infoPrintCR.
         ('ParserFlags [info]:  CCPath: ',CCPath asString) infoPrintCR.