Tools__NavigatorCanvas.st
changeset 14912 68dcfdfde6c7
parent 14730 5b8ef32ac6cf
child 15120 429a50e6f911
--- a/Tools__NavigatorCanvas.st	Wed Nov 26 18:44:13 2014 +0100
+++ b/Tools__NavigatorCanvas.st	Wed Nov 26 18:44:42 2014 +0100
@@ -1240,7 +1240,7 @@
                                        ) 
                                       (SubChannelInfoSpec
                                          subAspect: showClassVarsInVariableList
-                                         aspect: filterClassVars
+                                         aspect: showClassVarsInVariableList
                                        )
                                        
                                       (SubChannelInfoSpec
@@ -1597,10 +1597,10 @@
                                    subAspect: selectedVariables
                                    aspect: variableFilter
                                  ) 
-                                (SubChannelInfoSpec
-                                   subAspect: showClassVarsInVariableList
-                                   aspect: variableFilter
-                                 )
+                                      (SubChannelInfoSpec
+                                         subAspect: showClassVarsInVariableList
+                                         aspect: showClassVarsInVariableList
+                                       )
                                  
                                 (SubChannelInfoSpec
                                    subAspect: sortVariablesByName
@@ -2100,10 +2100,10 @@
                                    aspect: variableFilter
                                  )
                                  
-                                (SubChannelInfoSpec
-                                   subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
-                                 ) 
+                                      (SubChannelInfoSpec
+                                         subAspect: showClassVarsInVariableList
+                                         aspect: showClassVarsInVariableList
+                                       )
                                 (SubChannelInfoSpec
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
@@ -2664,10 +2664,10 @@
                                    subAspect: selectedVariables
                                    aspect: variableFilter
                                  ) 
-                                (SubChannelInfoSpec
-                                   subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
-                                 )
+                                      (SubChannelInfoSpec
+                                         subAspect: showClassVarsInVariableList
+                                         aspect: showClassVarsInVariableList
+                                       )
                                  
                                 (SubChannelInfoSpec
                                    subAspect: sortVariablesByName
@@ -3134,10 +3134,10 @@
                                    aspect: variableFilter
                                  )
                                  
-                                (SubChannelInfoSpec
-                                   subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
-                                 ) 
+                                      (SubChannelInfoSpec
+                                         subAspect: showClassVarsInVariableList
+                                         aspect: showClassVarsInVariableList
+                                       )
                                 (SubChannelInfoSpec
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
@@ -3530,7 +3530,7 @@
                                  ) 
                                 (SubChannelInfoSpec
                                    subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
+                                   aspect: showClassVarsInVariableList
                                  )
                                  
                                 (SubChannelInfoSpec
@@ -4006,7 +4006,7 @@
                                  ) 
                                 (SubChannelInfoSpec
                                    subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
+                                   aspect: showClassVarsInVariableList
                                  )
                                  
                                 (SubChannelInfoSpec
@@ -4845,7 +4845,7 @@
                                  
                                 (SubChannelInfoSpec
                                    subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
+                                   aspect: showClassVarsInVariableList
                                  ) 
                                 (SubChannelInfoSpec
                                    subAspect: sortVariablesByName
@@ -5236,7 +5236,7 @@
                                  ) 
                                 (SubChannelInfoSpec
                                    subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
+                                   aspect: showClassVarsInVariableList
                                  )
                                  
                                 (SubChannelInfoSpec
@@ -5697,7 +5697,7 @@
                                  ) 
                                 (SubChannelInfoSpec
                                    subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
+                                   aspect: showClassVarsInVariableList
                                  )
                                  
                                 (SubChannelInfoSpec
@@ -6159,7 +6159,7 @@
                                  
                                 (SubChannelInfoSpec
                                    subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
+                                   aspect: showClassVarsInVariableList
                                  ) 
                                 (SubChannelInfoSpec
                                    subAspect: sortVariablesByName
@@ -6546,7 +6546,7 @@
                                  ) 
                                 (SubChannelInfoSpec
                                    subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
+                                   aspect: showClassVarsInVariableList
                                  )
                                  
                                 (SubChannelInfoSpec
@@ -6987,7 +6987,7 @@
                                createNewBuilder: true
                              )
                             (SubCanvasSpec
-                               name: 'SubCanvas3'
+                               name: 'VariableList'
                                majorKey: VariableList
                                subAspectHolders: 
                               (Array
@@ -7016,7 +7016,7 @@
                                  ) 
                                 (SubChannelInfoSpec
                                    subAspect: showClassVarsInVariableList
-                                   aspect: filterClassVars
+                                   aspect: showClassVarsInVariableList
                                  )
                                  
                                 (SubChannelInfoSpec
@@ -7400,6 +7400,6 @@
 !NavigatorCanvas class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigatorCanvas.st,v 1.21 2014-09-23 09:32:03 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigatorCanvas.st,v 1.22 2014-11-26 17:44:42 cg Exp $'
 ! !