#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 10 May 2016 23:33:00 +0200
changeset 16532 2f9e7091b4b5
parent 16531 dff12b1402ae
child 16533 84fe5d2d72f3
#UI_ENHANCEMENT by cg class: Tools::NavigatorCanvas changed:15 methods
Tools__NavigatorCanvas.st
--- a/Tools__NavigatorCanvas.st	Tue May 10 23:32:49 2016 +0200
+++ b/Tools__NavigatorCanvas.st	Tue May 10 23:33:00 2016 +0200
@@ -627,6 +627,10 @@
                        subAspect: sortVariablesByName
                        aspect: sortVariablesByName
                      )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                    )
                    createNewApplication: true
                    createNewBuilder: true
@@ -975,6 +979,10 @@
                        subAspect: sortVariablesByName
                        aspect: sortVariablesByName
                      )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                      
                     (SubChannelInfoSpec
                        subAspect: variableDoubleClickChannel
@@ -1247,6 +1255,10 @@
                                          subAspect: sortVariablesByName
                                          aspect: sortVariablesByName
                                        )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                      )
                                      createNewApplication: true
                                      createNewBuilder: true
@@ -1610,6 +1622,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -2116,6 +2132,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -2693,6 +2713,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -3166,6 +3190,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -3565,6 +3593,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -4045,6 +4077,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -4918,6 +4954,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -5318,6 +5358,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -5783,6 +5827,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -6248,6 +6296,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -6640,6 +6692,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -7114,6 +7170,10 @@
                                    subAspect: sortVariablesByName
                                    aspect: sortVariablesByName
                                  )
+                    (SubChannelInfoSpec
+                       subAspect: groupVariablesByInheritance
+                       aspect: groupVariablesByInheritance
+                     )
                                )
                                createNewApplication: true
                                createNewBuilder: true
@@ -7499,6 +7559,6 @@
 !NavigatorCanvas class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NavigatorCanvas.st,v 1.26 2015-02-27 00:02:09 cg Exp $'
+    ^ '$Header$'
 ! !