Tools__Inspector2.st
branchjv
changeset 12236 8ec3d6230b65
parent 12205 f210b6224ef0
child 12262 d25ef6bb0ef3
equal deleted inserted replaced
12235:32590d2e813d 12236:8ec3d6230b65
  1051 ! !
  1051 ! !
  1052 
  1052 
  1053 !Inspector2::NavigationState class methodsFor:'documentation'!
  1053 !Inspector2::NavigationState class methodsFor:'documentation'!
  1054 
  1054 
  1055 version
  1055 version
  1056     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.30 2012/03/06 14:44:17 cg Exp $'
  1056     ^'$Id: Tools__Inspector2.st 7985 2012-04-21 08:36:31Z vranyj1 $'
  1057 !
  1057 !
  1058 
  1058 
  1059 version_SVN
  1059 version_SVN
  1060     ^'$Id: Tools__Inspector2.st 7952 2012-03-21 17:50:14Z vranyj1 $'
  1060     ^'$Id: Tools__Inspector2.st 7985 2012-04-21 08:36:31Z vranyj1 $'
  1061 ! !
  1061 ! !
  1062 
  1062 
  1063 !Inspector2::NavigationState methodsFor:'accessing'!
  1063 !Inspector2::NavigationState methodsFor:'accessing'!
  1064 
  1064 
  1065 index
  1065 index
  1205 !
  1205 !
  1206 
  1206 
  1207 initializeCommonTabs
  1207 initializeCommonTabs
  1208 
  1208 
  1209     "Unfinished code"
  1209     "Unfinished code"
  1210     self initializeClassBrowserTab
  1210 "/    JV@2012-04-20: Don't add class tab, only takes time and nobody uses it anyway
       
  1211 "/    self initializeClassBrowserTab
  1211 
  1212 
  1212 "/    tabs add:
  1213 "/    tabs add:
  1213 "/        (Tools::Inspector2Tab new
  1214 "/        (Tools::Inspector2Tab new
  1214 "/            priority: 50;
  1215 "/            priority: 50;
  1215 "/            label:'Object';
  1216 "/            label:'Object';
  1216 "/            view: ((theObject inspectorClass new inspect:theObject)
  1217 "/            view: ((theObject inspectorClass new inspect:theObject)
  1217 "/                        yourself))
  1218 "/                        yourself))
  1218 
  1219 
  1219     "Created: / 16-01-2008 / 16:56:48 / janfrog"
  1220     "Created: / 16-01-2008 / 16:56:48 / janfrog"
  1220     "Modified: / 17-02-2008 / 10:29:54 / janfrog"
  1221     "Modified: / 17-02-2008 / 10:29:54 / janfrog"
  1221     "Modified: / 21-08-2011 / 10:03:04 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1222     "Modified (comment): / 20-04-2012 / 20:23:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1222 !
  1223 !
  1223 
  1224 
  1224 initializeExtraTabs
  1225 initializeExtraTabs
  1225 
  1226 
  1226     "/ cg: I prefer using explicit getter - so I find them in the browser
  1227     "/ cg: I prefer using explicit getter - so I find them in the browser
  1262 ! !
  1263 ! !
  1263 
  1264 
  1264 !Inspector2 class methodsFor:'documentation'!
  1265 !Inspector2 class methodsFor:'documentation'!
  1265 
  1266 
  1266 version
  1267 version
  1267     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.30 2012/03/06 14:44:17 cg Exp $'
  1268     ^ '$Id: Tools__Inspector2.st 7985 2012-04-21 08:36:31Z vranyj1 $'
  1268 !
  1269 !
  1269 
  1270 
  1270 version_CVS
  1271 version_CVS
  1271     ^ '§Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.30 2012/03/06 14:44:17 cg Exp §'
  1272     ^ '§Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.30 2012/03/06 14:44:17 cg Exp §'
  1272 !
  1273 !
  1274 version_CVS_jvrany
  1275 version_CVS_jvrany
  1275     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
  1276     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
  1276 !
  1277 !
  1277 
  1278 
  1278 version_SVN
  1279 version_SVN
  1279     ^ '$Id: Tools__Inspector2.st 7952 2012-03-21 17:50:14Z vranyj1 $'
  1280     ^ '$Id: Tools__Inspector2.st 7985 2012-04-21 08:36:31Z vranyj1 $'
  1280 ! !
  1281 ! !
  1281 
  1282 
  1282 Inspector2 initialize!
  1283 Inspector2 initialize!