#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 May 2016 17:32:56 +0200
changeset 19797 fb12455698e1
parent 19796 f08240ae07ef
child 19798 4a40d96b81ab
#DOCUMENTATION by cg class: UserPreferences comment/format in: #codeView2ShowAcceptCancel #codeView2ShowAcceptCancel: #showAcceptCancelBarInBrowser #showAcceptCancelBarInBrowser:
UserPreferences.st
--- a/UserPreferences.st	Thu May 12 17:30:42 2016 +0200
+++ b/UserPreferences.st	Thu May 12 17:32:56 2016 +0200
@@ -2702,6 +2702,10 @@
 !
 
 showAcceptCancelBarInBrowser
+    "this is a little confusing: the codeview2 has its own accept/cancel bar
+     which can be turned on separately.
+     The codeview2 will suppress the regular accept/cancel bar, if it uses its own."
+     
     ^ self at:#showAcceptCancelBarInBrowser ifAbsent:true
 
     "
@@ -2712,7 +2716,9 @@
 !
 
 showAcceptCancelBarInBrowser:aBoolean
-    "experimental."
+    "this is a little confusing: the codeview2 has its own accept/cancel bar
+     which can be turned on separately.
+     The codeview2 will suppress the regular accept/cancel bar, if it uses its own."
 
     ^ self at:#showAcceptCancelBarInBrowser put:aBoolean