#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Sat, 12 May 2018 14:25:51 +0200
changeset 18117 a0e33e7fe5cd
parent 18116 fd048907f820
child 18118 b829759c8f8a
#DOCUMENTATION by cg class: Tools::LintRuleList comment/format in: #postBuildList:
Tools__LintRuleList.st
--- a/Tools__LintRuleList.st	Sat May 12 14:25:44 2018 +0200
+++ b/Tools__LintRuleList.st	Sat May 12 14:25:51 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
  Copyright (c) 2009-2010 eXept Software AG
@@ -498,6 +500,7 @@
 !
 
 postBuildList: aView
+    "I want to see the events of the list"
 
     listView := aView scrolledView.
     listView delegate: self.