AbstractDirectoryBrowser.st
changeset 18142 d367ddfbb627
parent 17866 6a5f75df356b
child 18214 e7e8fd9c292f
equal deleted inserted replaced
18141:836849c8c846 18142:d367ddfbb627
   210 
   210 
   211 postOpenAsSubcanvasWith:aBuilder
   211 postOpenAsSubcanvasWith:aBuilder
   212     "this is sent after the applications window is opened inside another application.
   212     "this is sent after the applications window is opened inside another application.
   213      Can be redefined in subclasses for actions after showing the canvas view."
   213      Can be redefined in subclasses for actions after showing the canvas view."
   214 
   214 
   215     "/ cg: used to be unconditionally true hew;
   215     "/ cg: used to be unconditionally true here;
   216     "/ but then, when a FileDialog (which is not an AbstractFileBrowser) is opened,
   216     "/ but then, when a FileDialog (which is not an AbstractFileBrowser) is opened,
   217     "/ the commonPostBuild will not properly update its enable channels;
   217     "/ the commonPostBuild will not properly update its enable channels;
   218     "/ especially the enableDirectoryUp is false.
   218     "/ especially the enableDirectoryUp is false.
   219     "/ This whole FileBrowser is so complicated that it became almost unusable.
   219     "/ This whole FileBrowser is so complicated that it became almost unusable.
   220     "/ (too much inheritance and knowledge - DirTree and DirContents should each only do
   220     "/ (too much inheritance and knowledge - DirTree and DirContents should each only do
   221     "/ what it should and not depend on shared functionality from their superclass)
   221     "/ what it should and not depend on shared functionality from their superclass)
   222     self postOpenFromMaster:(self masterApplication class includesBehavior:AbstractFileBrowser).
   222     self postOpenFromMaster:(self masterApplication class includesBehavior:AbstractFileBrowser).
       
   223 
       
   224     "Modified (comment): / 22-05-2018 / 18:48:22 / Claus Gittinger"
   223 !
   225 !
   224 
   226 
   225 postOpenFromMaster:fromMaster 
   227 postOpenFromMaster:fromMaster 
   226     self subclassResponsibility
   228     self subclassResponsibility
   227 !
   229 !