#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 22 May 2018 18:52:01 +0200
changeset 18142 d367ddfbb627
parent 18141 836849c8c846
child 18143 016a788c0ec3
#DOCUMENTATION by cg class: AbstractDirectoryBrowser comment/format in: #postOpenAsSubcanvasWith:
AbstractDirectoryBrowser.st
--- a/AbstractDirectoryBrowser.st	Tue May 22 18:31:39 2018 +0200
+++ b/AbstractDirectoryBrowser.st	Tue May 22 18:52:01 2018 +0200
@@ -212,7 +212,7 @@
     "this is sent after the applications window is opened inside another application.
      Can be redefined in subclasses for actions after showing the canvas view."
 
-    "/ cg: used to be unconditionally true hew;
+    "/ cg: used to be unconditionally true here;
     "/ but then, when a FileDialog (which is not an AbstractFileBrowser) is opened,
     "/ the commonPostBuild will not properly update its enable channels;
     "/ especially the enableDirectoryUp is false.
@@ -220,6 +220,8 @@
     "/ (too much inheritance and knowledge - DirTree and DirContents should each only do
     "/ what it should and not depend on shared functionality from their superclass)
     self postOpenFromMaster:(self masterApplication class includesBehavior:AbstractFileBrowser).
+
+    "Modified (comment): / 22-05-2018 / 18:48:22 / Claus Gittinger"
 !
 
 postOpenFromMaster:fromMaster