class: AbstractSettingsApplication
authorClaus Gittinger <cg@exept.de>
Thu, 25 Jul 2013 10:51:35 +0200
changeset 13222 e5ff6ff1acb5
parent 13221 7f17eb83b12e
child 13223 765470def5e5
class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Wed Jul 24 23:01:27 2013 +0200
+++ b/AbstractSettingsApplication.st	Thu Jul 25 10:51:35 2013 +0200
@@ -13789,7 +13789,7 @@
 'After checkout, keep the sourcefile in a local file (to avoid repeated checkout of the same file)'
 
 #useLocalSources
-'If present, use the local source files (from the development system''s tree).\If checkout fails, these will always be tried as second chance'
+'If present, use the local source files (from the development system''s tree),\making source access much faster if you have a slow repository access.\If checked, you should NOT check out new sources on the shell level into those sourcefiles,\otherwise, the browser may show corrupt source text.\\If checkout fails, these will always be tried as second chance.'
 
 #useManager
 'Enable source code management.\If off, all queries for sourcecode are resolved by local files (offline operation)'
@@ -18024,10 +18024,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.483 2013-07-24 19:31:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.484 2013-07-25 08:51:35 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.483 2013-07-24 19:31:49 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.484 2013-07-25 08:51:35 cg Exp $'
+! !
+