Tools__Inspector2.st
changeset 15295 1a183ea62e10
parent 15282 18ce7c39bd7d
child 15402 72b0446acda3
equal deleted inserted replaced
15294:4bd3f000c743 15295:1a183ea62e10
  1076     "compatibiliy with InspectorView - must be implemented"
  1076     "compatibiliy with InspectorView - must be implemented"
  1077 
  1077 
  1078     #todo
  1078     #todo
  1079 ! !
  1079 ! !
  1080 
  1080 
  1081 
       
  1082 !Inspector2 methodsFor:'hooks'!
  1081 !Inspector2 methodsFor:'hooks'!
  1083 
  1082 
  1084 postBuildEvaluationLanguageCombo: aComboBoxView
  1083 postBuildEvaluationLanguageCombo: aComboBoxView
  1085 "/    aComboBoxView font: (aComboBoxView font asSize: (aComboBoxView font size * 1.5) rounded)
  1084 "/    aComboBoxView font: (aComboBoxView font asSize: (aComboBoxView font size * 1.5) rounded)
  1086 
  1085 
  1238     "Modified: / 04-02-2015 / 15:27:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1237     "Modified: / 04-02-2015 / 15:27:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1239 !
  1238 !
  1240 
  1239 
  1241 openOn: anObject
  1240 openOn: anObject
  1242     self inspect: anObject.    
  1241     self inspect: anObject.    
  1243     self openWithExtent:(LastExtent ? nil).
  1242     self openWithExtent:LastExtent.
  1244 
  1243 
  1245     "Modified: / 13-01-2008 / 13:55:27 / janfrog"
  1244     "Modified: / 13-01-2008 / 13:55:27 / janfrog"
  1246     "Modified: / 11-07-2011 / 22:31:42 / cg"
  1245     "Modified: / 11-07-2011 / 22:31:42 / cg"
  1247 !
  1246 !
  1248 
  1247 
  1333 ! !
  1332 ! !
  1334 
  1333 
  1335 !Inspector2::NavigationState class methodsFor:'documentation'!
  1334 !Inspector2::NavigationState class methodsFor:'documentation'!
  1336 
  1335 
  1337 version
  1336 version
  1338     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.61 2015-02-13 20:43:23 vrany Exp $'
  1337     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.62 2015-02-14 17:11:03 cg Exp $'
  1339 !
  1338 !
  1340 
  1339 
  1341 version_SVN
  1340 version_SVN
  1342     ^'$Id: Tools__Inspector2.st,v 1.61 2015-02-13 20:43:23 vrany Exp $'
  1341     ^'$Id: Tools__Inspector2.st,v 1.62 2015-02-14 17:11:03 cg Exp $'
  1343 ! !
  1342 ! !
  1344 
  1343 
  1345 !Inspector2::NavigationState methodsFor:'accessing'!
  1344 !Inspector2::NavigationState methodsFor:'accessing'!
  1346 
  1345 
  1347 index
  1346 index
  1524 ! !
  1523 ! !
  1525 
  1524 
  1526 !Inspector2 class methodsFor:'documentation'!
  1525 !Inspector2 class methodsFor:'documentation'!
  1527 
  1526 
  1528 version
  1527 version
  1529     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.61 2015-02-13 20:43:23 vrany Exp $'
  1528     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.62 2015-02-14 17:11:03 cg Exp $'
  1530 !
  1529 !
  1531 
  1530 
  1532 version_CVS
  1531 version_CVS
  1533     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.61 2015-02-13 20:43:23 vrany Exp $'
  1532     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.62 2015-02-14 17:11:03 cg Exp $'
  1534 !
  1533 !
  1535 
  1534 
  1536 version_CVS_jvrany
  1535 version_CVS_jvrany
  1537     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.61 2015-02-13 20:43:23 vrany Exp $'
  1536     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.62 2015-02-14 17:11:03 cg Exp $'
  1538 !
  1537 !
  1539 
  1538 
  1540 version_SVN
  1539 version_SVN
  1541     ^ '$Id: Tools__Inspector2.st,v 1.61 2015-02-13 20:43:23 vrany Exp $'
  1540     ^ '$Id: Tools__Inspector2.st,v 1.62 2015-02-14 17:11:03 cg Exp $'
  1542 ! !
  1541 ! !
  1543 
  1542 
  1544 
  1543 
  1545 Inspector2 initialize!
  1544 Inspector2 initialize!