Tools__Inspector2.st
changeset 12357 63073e1bf301
parent 11928 df7cfea75d78
child 12405 76f9a872362b
child 12515 a0fbafe08367
equal deleted inserted replaced
12356:fda0dda38564 12357:63073e1bf301
   415             translateLabel: true
   415             translateLabel: true
   416             submenu: 
   416             submenu: 
   417            (Menu
   417            (Menu
   418               (
   418               (
   419                (MenuItem
   419                (MenuItem
   420                   label: 'Expand Arrays in All-List'
   420                   label: 'Expand Arrays in "all xxx"-Lists'
   421                   itemValue: expandArraysInAllList:
   421                   itemValue: expandArraysInAllList:
   422                   translateLabel: true
   422                   translateLabel: true
   423                   indication: expandArraysInAllList
   423                   indication: expandArraysInAllList
   424                 )
   424                 )
   425                (MenuItem
   425                (MenuItem
  1018 ! !
  1018 ! !
  1019 
  1019 
  1020 !Inspector2::NavigationState class methodsFor:'documentation'!
  1020 !Inspector2::NavigationState class methodsFor:'documentation'!
  1021 
  1021 
  1022 version
  1022 version
  1023     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $'
  1023     ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.33 2013-02-01 13:20:56 cg Exp $'
  1024 !
  1024 !
  1025 
  1025 
  1026 version_SVN
  1026 version_SVN
  1027     ^'§Id: Tools__Inspector2.st 115 2009-04-16 12:47:07Z vranyj1 §'
  1027     ^'§Id: Tools__Inspector2.st 115 2009-04-16 12:47:07Z vranyj1 §'
  1028 ! !
  1028 ! !
  1237 ! !
  1237 ! !
  1238 
  1238 
  1239 !Inspector2 class methodsFor:'documentation'!
  1239 !Inspector2 class methodsFor:'documentation'!
  1240 
  1240 
  1241 version
  1241 version
  1242     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $'
  1242     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.33 2013-02-01 13:20:56 cg Exp $'
  1243 !
  1243 !
  1244 
  1244 
  1245 version_CVS
  1245 version_CVS
  1246     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $'
  1246     ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.33 2013-02-01 13:20:56 cg Exp $'
  1247 !
  1247 !
  1248 
  1248 
  1249 version_CVS_jvrany
  1249 version_CVS_jvrany
  1250     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
  1250     ^ '§Header: /opt/data/cvs/stx/goodies/libtool3/Inspector2.st,v 1.6 2008-02-27 13:45:23 vranyj1 Exp §'
  1251 !
  1251 !
  1252 
  1252 
  1253 version_SVN
  1253 version_SVN
  1254     ^ '§Id: Tools__Inspector2.st 7486 2009-10-26 22:06:24Z vranyj1 §'
  1254     ^ '§Id: Tools__Inspector2.st 7486 2009-10-26 22:06:24Z vranyj1 §'
  1255 ! !
  1255 ! !
  1256 
  1256 
       
  1257 
  1257 Inspector2 initialize!
  1258 Inspector2 initialize!