Autoload.st
changeset 20597 592b6415b9ae
parent 20274 489c6a64846b
child 20600 222ed6c9364e
child 21216 7063316ccde8
--- a/Autoload.st	Tue Oct 11 17:10:00 2016 +0200
+++ b/Autoload.st	Wed Oct 12 01:15:53 2016 +0200
@@ -73,7 +73,11 @@
     As you can imagine, this takes a long time and makes the initial startup quite slow.
     Therefore, this scheme is no longer the recommended one and we (at exept)
     always start ST/X with the '--quick' option, which skips this scan operation.
-
+    Late note: 
+        --quick is now (7.1.1) the default. 
+        To force an autoload scan, start stx with a --autoload argument.
+    
+    
     Advantage of Autoload stubs:
     Autoload stubs make it easier for a beginner to ST/X, to see what frameworks and classes
     are there, as they appear in the browser with category and class name (although no