Tools__LintRuleList.st
changeset 18117 a0e33e7fe5cd
parent 17429 85ccd8372c74
child 18956 2331d73715c7
equal deleted inserted replaced
18116:fd048907f820 18117:a0e33e7fe5cd
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
     4  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
     3  Copyright (c) 2009-2010 eXept Software AG
     5  Copyright (c) 2009-2010 eXept Software AG
     4 
     6 
     5  Permission is hereby granted, free of charge, to any person
     7  Permission is hereby granted, free of charge, to any person
   496 
   498 
   497     "Created: / 16-04-2010 / 11:53:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   499     "Created: / 16-04-2010 / 11:53:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   498 !
   500 !
   499 
   501 
   500 postBuildList: aView
   502 postBuildList: aView
       
   503     "I want to see the events of the list"
   501 
   504 
   502     listView := aView scrolledView.
   505     listView := aView scrolledView.
   503     listView delegate: self.
   506     listView delegate: self.
   504 
   507 
   505     "Created: / 08-12-2009 / 14:10:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   508     "Created: / 08-12-2009 / 14:10:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"