Tools_NavigationState.st
changeset 6571 a307b71fd71e
parent 6570 3820ea7bbe9f
child 6576 130f11c3cfe7
equal deleted inserted replaced
6570:3820ea7bbe9f 6571:a307b71fd71e
   355     editorView := specialEditors at:resourceTypeSymbol ifAbsent:nil.
   355     editorView := specialEditors at:resourceTypeSymbol ifAbsent:nil.
   356     editorView isNil ifTrue:[
   356     editorView isNil ifTrue:[
   357         appClass := self specialEditorCanvasClassForResourceType:resourceTypeSymbol.
   357         appClass := self specialEditorCanvasClassForResourceType:resourceTypeSymbol.
   358         appClass notNil ifTrue:[
   358         appClass notNil ifTrue:[
   359             app := appClass new.
   359             app := appClass new.
       
   360             app masterApplication:self canvas application.
       
   361             app infoLabelHolder:(self canvas application infoLabelHolder).
   360 
   362 
   361             editorView := ApplicationSubView new.
   363             editorView := ApplicationSubView new.
   362             editorView buildMenu:true.
   364             editorView buildMenu:true.
   363             editorView client:app.
   365             editorView client:app.
   364             app builder window:editorView.
   366             app builder window:editorView.
  1217 ! !
  1219 ! !
  1218 
  1220 
  1219 !NavigationState class methodsFor:'documentation'!
  1221 !NavigationState class methodsFor:'documentation'!
  1220 
  1222 
  1221 version
  1223 version
  1222     ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.13 2006-02-15 21:01:09 cg Exp $'
  1224     ^ '$Header: /cvs/stx/stx/libtool/Tools_NavigationState.st,v 1.14 2006-02-15 21:21:38 cg Exp $'
  1223 ! !
  1225 ! !