InspectorView.st
changeset 9624 defa4a2d2a10
parent 9615 6fc22155a4f6
child 9625 1b6c049c1990
equal deleted inserted replaced
9623:0a09bca25eb4 9624:defa4a2d2a10
   329             listView selection:idx
   329             listView selection:idx
   330         ] ifFalse:[
   330         ] ifFalse:[
   331             self setInitialSelection.
   331             self setInitialSelection.
   332         ]
   332         ]
   333     ].
   333     ].
   334 
   334     self showSelection:(selectedLine ? 1).
   335     "Modified: / 05-11-2007 / 20:09:14 / cg"
   335 
       
   336     "Modified: / 09-11-2010 / 14:39:42 / cg"
   336 !
   337 !
   337 
   338 
   338 isStandaloneInspector:aBoolean
   339 isStandaloneInspector:aBoolean
   339     "obsolete now"
   340     "obsolete now"
   340 
   341 
  2389 ! !
  2390 ! !
  2390 
  2391 
  2391 !InspectorView class methodsFor:'documentation'!
  2392 !InspectorView class methodsFor:'documentation'!
  2392 
  2393 
  2393 version
  2394 version
  2394     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.217 2010-10-28 12:26:09 cg Exp $'
  2395     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.218 2010-11-09 13:39:55 cg Exp $'
  2395 !
  2396 !
  2396 
  2397 
  2397 version_CVS
  2398 version_CVS
  2398     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.217 2010-10-28 12:26:09 cg Exp $'
  2399     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.218 2010-11-09 13:39:55 cg Exp $'
  2399 ! !
  2400 ! !