Tools__CodeView2.st
changeset 11179 dc0c7401bce0
parent 11054 4a047a923805
child 11220 82c46989af92
equal deleted inserted replaced
11178:ad3cb83bd7f9 11179:dc0c7401bce0
  1861     ^textViewScroller
  1861     ^textViewScroller
  1862 
  1862 
  1863     "Created: / 14-02-2010 / 15:21:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1863     "Created: / 14-02-2010 / 15:21:18 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  1864 ! !
  1864 ! !
  1865 
  1865 
       
  1866 !CodeView2 methodsFor:'realization'!
       
  1867 
       
  1868 postRealize
       
  1869 
       
  1870     services do:[:service|
       
  1871         service viewRealized.
       
  1872     ]
       
  1873 
       
  1874     "Created: / 23-01-2012 / 10:35:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
  1875 ! !
       
  1876 
  1866 !CodeView2 methodsFor:'services'!
  1877 !CodeView2 methodsFor:'services'!
  1867 
  1878 
  1868 registerService: aCodeViewService
  1879 registerService: aCodeViewService
  1869 
  1880 
  1870     services add: aCodeViewService.
  1881     services add: aCodeViewService.
  3238 ! !
  3249 ! !
  3239 
  3250 
  3240 !CodeView2 class methodsFor:'documentation'!
  3251 !CodeView2 class methodsFor:'documentation'!
  3241 
  3252 
  3242 version
  3253 version
  3243     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.46 2012-01-06 15:26:14 vrany Exp $'
  3254     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.47 2012-01-24 12:50:58 vrany Exp $'
  3244 !
  3255 !
  3245 
  3256 
  3246 version_CVS
  3257 version_CVS
  3247     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.46 2012-01-06 15:26:14 vrany Exp $'
  3258     ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.47 2012-01-24 12:50:58 vrany Exp $'
  3248 !
  3259 !
  3249 
  3260 
  3250 version_SVN
  3261 version_SVN
  3251     ^ '§Id: Tools__CodeView2.st 7797 2011-06-28 07:45:06Z vranyj1 §'
  3262     ^ '§Id: Tools__CodeView2.st 7797 2011-06-28 07:45:06Z vranyj1 §'
  3252 ! !
  3263 ! !