checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 24 Jun 1999 00:18:42 +0200
changeset 4306 a4720d8dd3b7
parent 4305 e71100d13b67
child 4307 29dd3e6c91ca
checkin from browser
UserPreferences.st
--- a/UserPreferences.st	Wed Jun 23 14:41:21 1999 +0200
+++ b/UserPreferences.st	Thu Jun 24 00:18:42 1999 +0200
@@ -321,6 +321,16 @@
     "Modified: / 1.4.1998 / 13:25:43 / cg"
 !
 
+fullSelectorCheck
+    "with fullSelector check, selectors are searched immediately for
+     being implemented in the system. This may not be useful on slow machines"
+
+    ^ self at:#fullSelectorCheck ifAbsentPut:false
+
+    "Created: / 31.3.1998 / 15:09:41 / cg"
+    "Modified: / 1.4.1998 / 13:25:06 / cg"
+!
+
 globalClassIdentifierColor
     "the color used for global identifiers which are known to be classes;
      If syntaxColoring is turned on."
@@ -643,5 +653,5 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.27 1999-04-24 20:24:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.28 1999-06-23 22:18:42 cg Exp $'
 ! !