#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 05 Mar 2019 23:21:10 +0100
changeset 6028 e2b64ee3f94e
parent 6027 ee9c37e8e045
child 6029 8b004782d14f
#DOCUMENTATION by cg class: HierarchicalFileList::Directory comment/format in: #hasChildren class: HierarchicalFileList::HierarchicalFileItem comment/format in: #isInAccessible
HierarchicalFileList.st
--- a/HierarchicalFileList.st	Tue Mar 05 23:20:59 2019 +0100
+++ b/HierarchicalFileList.st	Tue Mar 05 23:21:10 2019 +0100
@@ -829,10 +829,12 @@
 !
 
 isInAccessible
-    "answer true if the underlaying file is not accessible - for example a directory
+    "answer true if the underlying file is not accessible - for example a directory
      than we will draw a red cross through the item..."
 
     ^ false
+
+    "Modified (comment): / 05-03-2019 / 23:18:35 / Claus Gittinger"
 !
 
 isRemoteDirectory
@@ -1257,7 +1259,7 @@
         self setFetchingChildrenInfo.
         model startIndicatorValidationFor:self.
     ] ifFalse:[
-        "/ model can be nil if an expose event is proccessed after my underlaying model is gone
+        "/ model can be nil if an expose event is proccessed after my underlying model is gone
         "/ self error:'should not happen' mayProceed:true.
         'HierarchicalFileList::Directory -> hasChildren : model is unspecified' printCR.
         self forgetAboutChildren
@@ -1271,6 +1273,7 @@
     ^ false
 
     "Modified (format): / 29-11-2017 / 17:33:59 / cg"
+    "Modified (format): / 05-03-2019 / 23:18:32 / Claus Gittinger"
 !
 
 isDirectory