UserPreferences.st
branchjv
changeset 19812 0866264d6eed
parent 19811 65fec19facb0
parent 19797 fb12455698e1
child 19863 513bd7237fe7
--- a/UserPreferences.st	Thu May 12 09:30:28 2016 +0200
+++ b/UserPreferences.st	Fri May 13 20:17:32 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