Tools__ProjectCheckerBrowser.st
changeset 15836 3ba55c85ef87
parent 12593 16d3f58e90bc
child 15843 1c2cf683dbd2
equal deleted inserted replaced
15835:13df5b55f4cf 15836:3ba55c85ef87
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     4  COPYRIGHT (c) 2006 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   404 ! !
   406 ! !
   405 
   407 
   406 !ProjectCheckerBrowser methodsFor:'hooks'!
   408 !ProjectCheckerBrowser methodsFor:'hooks'!
   407 
   409 
   408 setupHTMLView:aView
   410 setupHTMLView:aView
       
   411     aView linkActionPerformer:self.
   409     aView painter
   412     aView painter
   410         leftMargin:20;
   413         leftMargin:20;
   411         topMargin:5.
   414         topMargin:5.
   412 
   415 
   413     "Created: / 23-02-2012 / 14:04:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   416     "Created: / 23-02-2012 / 14:04:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   414 ! !
   417 ! !
   415 
   418 
   416 !ProjectCheckerBrowser class methodsFor:'documentation'!
   419 !ProjectCheckerBrowser class methodsFor:'documentation'!
   417 
   420 
   418 version
   421 version
   419     ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectCheckerBrowser.st,v 1.4 2013-03-30 19:07:38 cg Exp $'
   422     ^ '$Header$'
   420 !
   423 !
   421 
   424 
   422 version_CVS
   425 version_CVS
   423     ^ '$Header: /cvs/stx/stx/libtool/Tools__ProjectCheckerBrowser.st,v 1.4 2013-03-30 19:07:38 cg Exp $'
   426     ^ '$Header$'
   424 !
   427 !
   425 
   428 
   426 version_SVN
   429 version_SVN
   427     ^ '§Id: Tools__ProjectCheckerBrowser.st 8024 2012-07-26 10:10:37Z vranyj1 §'
   430     ^ '$Id$'
   428 ! !
   431 ! !
   429 
   432