CodeFileTreeNode.py
branchsearch_in_CTN
changeset 2529 efb532295607
parent 2528 6bfc8a9bf0e7
child 2709 a1b185e21295
--- a/CodeFileTreeNode.py	Fri Mar 22 10:57:04 2019 +0100
+++ b/CodeFileTreeNode.py	Fri Mar 22 11:09:41 2019 +0100
@@ -212,9 +212,7 @@
                     if variable.getonchange()])
         return ret
 
-
     def CTNSearch(self, criteria):
-        # TODO really search
         variables = self.GetVariables()
         results = []
         tagname = self.CTNFullName()