Tools__CodeView2SettingsAppl.st
changeset 16566 6d47bd4bc7c8
parent 16319 34cfafe9cb26
child 16573 2f5cd8950dcf
child 17879 8732898d963e
--- a/Tools__CodeView2SettingsAppl.st	Thu May 12 21:34:04 2016 +0200
+++ b/Tools__CodeView2SettingsAppl.st	Thu May 12 21:34:45 2016 +0200
@@ -374,6 +374,10 @@
 !
 
 codeView2ShowAcceptCancel
+    "this is a little confusing: the codeview2 has its own accept/cancel bar
+     (why reinvent the wheel?).
+     So if this is enabled, the outer accept/cancel bar will be suppressed,
+     if this is on"
 
     codeView2ShowAcceptCancel isNil ifTrue:[
         codeView2ShowAcceptCancel := ValueHolder new.
@@ -385,6 +389,11 @@
 !
 
 showAcceptCancelBarInBrowser
+    "this is a little confusing: the codeview2 has its own accept/cancel bar
+     (why reinvent the wheel?).
+     So if this is enabled, the outer accept/cancel bar will be suppressed,
+     if this is on"
+
     showAcceptCancelBarInBrowser isNil ifTrue:[
         showAcceptCancelBarInBrowser := false asValue.
         showAcceptCancelBarInBrowser onChangeSend:#updateModifiedChannel to:self