#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 05 Dec 2016 18:08:14 +0100
changeset 5990 31f05a6924f2
parent 5989 684cbdafbb46
child 5991 fefd3fe4accd
child 6007 b3495a467b79
#BUGFIX by cg class: Workspace added: #showLineLimitInMenu regular codeViews do not have a line limit
Workspace.st
--- a/Workspace.st	Mon Dec 05 18:08:05 2016 +0100
+++ b/Workspace.st	Mon Dec 05 18:08:14 2016 +0100
@@ -2473,6 +2473,10 @@
     ^ true
 
     "Modified (comment): / 07-03-2012 / 17:52:59 / cg"
+!
+
+showLineLimitInMenu
+    ^ false.
 ! !
 
 !Workspace class methodsFor:'documentation'!