#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Wed, 12 Oct 2016 01:15:53 +0200
changeset 20597 592b6415b9ae
parent 20596 6c34f0777523
child 20600 222ed6c9364e
child 20601 2308f69ba99c
#BUGFIX by cg class: Autoload comment/format in: #documentation
Autoload.st
--- 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