Tools__VisualProfilerCanvas.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 15566 184cea584be5
--- a/Tools__VisualProfilerCanvas.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__VisualProfilerCanvas.st	Wed Feb 27 12:34:59 2013 +0000
@@ -27,7 +27,7 @@
 
 "{ NameSpace: Tools }"
 
-Tools::NavigatorModel subclass:#VisualProfilerCanvas
+NavigatorModel subclass:#VisualProfilerCanvas
 	instanceVariableNames:'profilerStatistics selectedMethods packageFilter
 		perspectiveSpecHolder callTreeHolder selectedCallTreeItemHolder
 		methodList'
@@ -73,7 +73,6 @@
 "
 ! !
 
-
 !VisualProfilerCanvas class methodsFor:'interface specs'!
 
 callTreeSpec
@@ -416,7 +415,6 @@
     "Modified: / 24-11-2007 / 09:07:56 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas class methodsFor:'list specs'!
 
 perspectiveNotebookTabList
@@ -480,7 +478,6 @@
     "Modified: / 24-11-2007 / 08:45:36 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas class methodsFor:'menu specs'!
 
 sidebarMenu
@@ -513,7 +510,6 @@
       )
 ! !
 
-
 !VisualProfilerCanvas class methodsFor:'plugIn spec'!
 
 aspectSelectors
@@ -536,7 +532,6 @@
     "Modified: / 01-12-2007 / 23:57:41 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas class methodsFor:'tableColumns specs'!
 
 methodListColumns
@@ -593,7 +588,6 @@
     "Modified: / 01-12-2007 / 23:56:15 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas methodsFor:'aspects'!
 
 callTreeHolder
@@ -787,7 +781,6 @@
     "Created: / 24-11-2007 / 08:57:58 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas methodsFor:'change & update'!
 
 methodsSelectionChanged
@@ -859,7 +852,6 @@
     "Modified: / 18-11-2011 / 15:02:49 / cg"
 ! !
 
-
 !VisualProfilerCanvas methodsFor:'hooks'!
 
 commonPostBuild
@@ -882,7 +874,6 @@
     "Created: / 09-10-2007 / 21:05:39 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas methodsFor:'user actions'!
 
 switchToMethod: aMethod
@@ -893,7 +884,6 @@
     "Created: / 09-10-2007 / 21:36:35 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas methodsFor:'user actions-profiler'!
 
 profilerTestAction
@@ -915,14 +905,12 @@
     "Modified: / 04-08-2011 / 19:06:07 / cg"
 ! !
 
-
 !VisualProfilerCanvas::CallTreeItem class methodsFor:'documentation'!
 
 version
     ^'$Header: /cvs/stx/stx/libtool/Tools__VisualProfilerCanvas.st,v 1.7 2012-11-04 21:42:49 cg Exp $'
 ! !
 
-
 !VisualProfilerCanvas::CallTreeItem class methodsFor:'instance creation'!
 
 subject: subject parent: parent
@@ -935,7 +923,6 @@
     "Created: / 10-10-2007 / 08:35:55 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas::CallTreeItem methodsFor:'accessing'!
 
 children
@@ -1060,7 +1047,6 @@
     "Created: / 24-11-2007 / 09:43:01 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas::CallTreeItem methodsFor:'change & update'!
 
 updateChildren
@@ -1071,7 +1057,6 @@
     "Created: / 10-10-2007 / 13:02:13 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas::CallTreeItem methodsFor:'comparing'!
 
 shouldBeMergedWith:anotherCallTreeItem 
@@ -1084,7 +1069,6 @@
     "Created: / 24-11-2007 / 09:50:34 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas::CallTreeItem methodsFor:'private'!
 
 mergeChildren: rawChildren
@@ -1104,7 +1088,6 @@
     "Created: / 24-11-2007 / 09:20:07 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas::CallTreeItem methodsFor:'testing'!
 
 isFiltered
@@ -1118,7 +1101,6 @@
     "Created: / 10-10-2007 / 13:09:46 / janfrog"
 ! !
 
-
 !VisualProfilerCanvas class methodsFor:'documentation'!
 
 version
@@ -1129,6 +1111,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/Tools__VisualProfilerCanvas.st,v 1.7 2012-11-04 21:42:49 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id: Tools__VisualProfilerCanvas.st 7486 2009-10-26 22:06:24Z vranyj1 §'
 ! !