#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Thu, 06 Jun 2019 11:25:52 +0200
changeset 6597 b63c0114077e
parent 6596 38f70b9dbdd9
child 6598 90b1f72eeb96
#UI_ENHANCEMENT by cg class: Workspace changed: #showLineLimitInMenu category of: #showLineLimitInMenu
Workspace.st
--- a/Workspace.st	Thu Jun 06 11:25:26 2019 +0200
+++ b/Workspace.st	Thu Jun 06 11:25:52 2019 +0200
@@ -2524,6 +2524,12 @@
     "Created: / 28-05-2019 / 11:05:45 / Claus Gittinger"
 !
 
+showLineLimitInMenu
+    ^ true "/ false.
+
+    "Modified: / 06-06-2019 / 11:19:11 / Claus Gittinger"
+!
+
 spyOnIt
     "user selected 'spyOnIt' from menu; show a wait-cursor, evaluate the code
      and finally restore the cursor. Show profile data on the Transcript"
@@ -2700,10 +2706,6 @@
     ^ true
 
     "Modified (comment): / 07-03-2012 / 17:52:59 / cg"
-!
-
-showLineLimitInMenu
-    ^ false.
 ! !
 
 !Workspace class methodsFor:'documentation'!