Tools__CodeView2.st
changeset 11311 15a2965ceba2
parent 11241 e3d6bdc7a790
child 11353 5cb468550ad2
equal deleted inserted replaced
11310:7b24ca3c8f4d 11311:15a2965ceba2
   212      by the MenuEditor of ST/X."
   212      by the MenuEditor of ST/X."
   213 
   213 
   214     "Do not manually edit this!! If it is corrupted,
   214     "Do not manually edit this!! If it is corrupted,
   215      the MenuEditor may not be able to read the specification."
   215      the MenuEditor may not be able to read the specification."
   216 
   216 
       
   217 
   217     "
   218     "
   218      MenuEditor new openOnClass:Tools::CodeView2 andSelector:#editMenu
   219      MenuEditor new openOnClass:Tools::CodeView2 andSelector:#editMenu_eclipseStyle
   219      (Menu new fromLiteralArrayEncoding:(Tools::CodeView2 editMenu)) startUp
   220      (Menu new fromLiteralArrayEncoding:(Tools::CodeView2 editMenu_eclipseStyle)) startUp
   220     "
   221     "
   221 
   222 
   222     <resource: #menu>
   223     <resource: #menu>
   223 
   224 
   224     ^ 
   225     ^ 
   238             submenuChannel: sendersMenu
   239             submenuChannel: sendersMenu
   239             shortcutKey: SendersOfIt
   240             shortcutKey: SendersOfIt
   240           )
   241           )
   241          (MenuItem
   242          (MenuItem
   242             label: 'Refactor'
   243             label: 'Refactor'
       
   244             nameKey: refactor
   243             translateLabel: true
   245             translateLabel: true
   244             isVisible: false
   246             isVisible: false
   245             shortcutKey: Shift
   247             shortcutKey: Shift
   246           )
   248           )
   247          (MenuItem
   249          (MenuItem
   357           )
   359           )
   358          )
   360          )
   359         nil
   361         nil
   360         nil
   362         nil
   361       )
   363       )
   362 
       
   363     "Created: / 08-07-2011 / 13:20:47 / cg"
       
   364 !
   364 !
   365 
   365 
   366 editMenu_stxStyle
   366 editMenu_stxStyle
   367     "This resource specification was automatically generated
   367     "This resource specification was automatically generated
   368      by the MenuEditor of ST/X."
   368      by the MenuEditor of ST/X."
   447          (MenuItem
   447          (MenuItem
   448             label: '-'
   448             label: '-'
   449           )
   449           )
   450          (MenuItem
   450          (MenuItem
   451             label: 'Refactor'
   451             label: 'Refactor'
       
   452             nameKey: refactor
   452             translateLabel: true
   453             translateLabel: true
   453             isVisible: false
   454             isVisible: false
   454             shortcutKey: Shift
   455             shortcutKey: Shift
   455           )
   456           )
   456          (MenuItem
   457          (MenuItem
  3259 ! !
  3260 ! !
  3260 
  3261 
  3261 !CodeView2 class methodsFor:'documentation'!
  3262 !CodeView2 class methodsFor:'documentation'!
  3262 
  3263 
  3263 version
  3264 version
  3264     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.49 2012-02-06 11:37:09 cg Exp $'
  3265     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.50 2012-03-01 19:03:54 cg Exp $'
  3265 !
  3266 !
  3266 
  3267 
  3267 version_CVS
  3268 version_CVS
  3268     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.49 2012-02-06 11:37:09 cg Exp $'
  3269     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.50 2012-03-01 19:03:54 cg Exp $'
  3269 !
  3270 !
  3270 
  3271 
  3271 version_SVN
  3272 version_SVN
  3272     ^ '§Id: Tools__CodeView2.st 7797 2011-06-28 07:45:06Z vranyj1 §'
  3273     ^ '§Id: Tools__CodeView2.st 7797 2011-06-28 07:45:06Z vranyj1 §'
  3273 ! !
  3274 ! !