WorkspaceApplication.st
changeset 15737 5f5dd0d93690
parent 15608 0f4b14944011
child 15738 b8319952027b
child 15816 64d953f953a1
equal deleted inserted replaced
15736:0d31fb46a29b 15737:5f5dd0d93690
   146 
   146 
   147 #doUndent
   147 #doUndent
   148 'Undent (shift left)'
   148 'Undent (shift left)'
   149 
   149 
   150 #languageSelection
   150 #languageSelection
   151 'Syntax for doits and syntax coloring. Right-Click for menu to change'
   151 'Syntax for doits, syntax checks and coloring. Right-click for menu to change'
   152 
   152 
   153 #namespaceSelection
   153 #namespaceSelection
   154 'Namespace for doits. Right-Click for menu to change'
   154 'Namespace for doits. Right-click for menu to change'
   155 
   155 
   156 #menuSave
   156 #menuSave
   157 'Save the page''s contents in the original file'
   157 'Save the page''s contents in the original file'
   158 
   158 
   159 #menuSaveAs
   159 #menuSaveAs
  4589 ! !
  4589 ! !
  4590 
  4590 
  4591 !WorkspaceApplication class methodsFor:'documentation'!
  4591 !WorkspaceApplication class methodsFor:'documentation'!
  4592 
  4592 
  4593 version
  4593 version
  4594     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.285 2015-05-02 15:37:41 cg Exp $'
  4594     ^ '$Header$'
  4595 !
  4595 !
  4596 
  4596 
  4597 version_CVS
  4597 version_CVS
  4598     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.285 2015-05-02 15:37:41 cg Exp $'
  4598     ^ '$Header$'
  4599 !
  4599 !
  4600 
  4600 
  4601 version_SVN
  4601 version_SVN
  4602     ^ '$Id: WorkspaceApplication.st,v 1.285 2015-05-02 15:37:41 cg Exp $'
  4602     ^ '$Id$'
  4603 ! !
  4603 ! !
  4604 
  4604