Do show only methods that belong to a package if a package filter is set. jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 23 Apr 2013 00:43:38 +0100
branchjv
changeset 12802 e9592b72949a
parent 12801 ec4633a26298
child 12803 81c08c951292
Do show only methods that belong to a package if a package filter is set.
Tools__MethodList.st
--- a/Tools__MethodList.st	Wed Apr 17 21:35:01 2013 +0200
+++ b/Tools__MethodList.st	Tue Apr 23 00:43:38 2013 +0100
@@ -1026,7 +1026,7 @@
     enforceClassAndProtocolInList := false.
     anyMethodToWatch := false.
 "/ no longer filter those
-"/    packageFilterValue := packageFilter value.
+    packageFilterValue := packageFilter value.
 
     "/ generator generates nil-selector entries
     "/ to pass multiple-class and multiple-protocol info
@@ -1263,7 +1263,7 @@
     "Created: / 05-02-2000 / 22:43:40 / cg"
     "Modified: / 24-08-2010 / 20:34:09 / Jan Vrany <enter your email here>"
     "Modified: / 20-07-2012 / 20:00:58 / cg"
-    "Modified: / 03-12-2012 / 17:37:26 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 23-04-2013 / 00:41:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 makeDependent