Tools__TagsBrowser.st
branchjv
changeset 12401 4714b9640528
parent 12314 0cbf76168690
parent 12068 639cac07052e
child 12431 9f0c59c742d5
--- a/Tools__TagsBrowser.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/Tools__TagsBrowser.st	Wed Jan 30 11:15:09 2013 +0000
@@ -58,6 +58,7 @@
 "
 ! !
 
+
 !TagsBrowser class methodsFor:'help specs'!
 
 flyByHelpSpec
@@ -86,6 +87,7 @@
     "Created: / 06-10-2011 / 12:04:51 / cg"
 ! !
 
+
 !TagsBrowser class methodsFor:'interface specs'!
 
 windowSpec
@@ -153,6 +155,7 @@
       )
 ! !
 
+
 !TagsBrowser class methodsFor:'menu specs'!
 
 assemblerMenuSlice
@@ -1186,6 +1189,7 @@
       )
 ! !
 
+
 !TagsBrowser methodsFor:'* As yet uncategorized *'!
 
 assignFocusToTagFilterInputField    
@@ -1195,6 +1199,7 @@
     "Created: / 02-08-2012 / 22:00:45 / cg"
 ! !
 
+
 !TagsBrowser methodsFor:'accessing'!
 
 action:aOneArgBlock
@@ -1257,6 +1262,7 @@
     "Created: / 07-05-2011 / 15:42:44 / cg"
 ! !
 
+
 !TagsBrowser methodsFor:'accessing filters'!
 
 classesFunctionsAndVariablesOnly
@@ -1858,6 +1864,7 @@
     "Modified: / 05-05-2011 / 15:33:18 / cg"
 ! !
 
+
 !TagsBrowser methodsFor:'accessing presentation aspects'!
 
 groupedByType
@@ -1928,6 +1935,7 @@
     tagList sortedByType:aBool
 ! !
 
+
 !TagsBrowser methodsFor:'aspects'!
 
 editedFileHasAssemblerSuffix
@@ -2073,6 +2081,7 @@
     ^ tagView
 ! !
 
+
 !TagsBrowser methodsFor:'change & update'!
 
 delayedEditedFileChanged
@@ -2180,6 +2189,7 @@
     "Modified: / 23-06-2011 / 17:28:26 / cg"
 ! !
 
+
 !TagsBrowser methodsFor:'hooks for ccbrowser'!
 
 buildTarget
@@ -2191,6 +2201,7 @@
     "Created: / 07-05-2011 / 15:38:20 / cg"
 ! !
 
+
 !TagsBrowser methodsFor:'menu actions'!
 
 keepingSelectionDo:aBlock
@@ -2312,6 +2323,7 @@
     "Modified: / 07-12-2011 / 11:13:18 / cg"
 ! !
 
+
 !TagsBrowser methodsFor:'startup & release'!
 
 cloneWith:anApplication
@@ -2358,6 +2370,7 @@
     "Created: / 06-12-2011 / 14:57:26 / cg"
 ! !
 
+
 !TagsBrowser::TagView methodsFor:'accessing'!
 
 application
@@ -2388,6 +2401,7 @@
     tagLineNr := lineNr
 ! !
 
+
 !TagsBrowser::TagView methodsFor:'drawing'!
 
 drawLabelAt:anIndex x:x y:y h:h
@@ -2479,6 +2493,7 @@
     ]
 ! !
 
+
 !TagsBrowser::TagView methodsFor:'generating tags'!
 
 generateTagsFor:aFile onTarget:aTarget finally:aBlock
@@ -2565,6 +2580,7 @@
     "Modified (comment): / 06-10-2011 / 14:01:30 / cg"
 ! !
 
+
 !TagsBrowser::TagView methodsFor:'initialize & release'!
 
 destroy
@@ -2580,6 +2596,7 @@
     highlightMode := #line.
 ! !
 
+
 !TagsBrowser::TagView methodsFor:'protocol'!
 
 heightOfLineAt:aLineNr
@@ -2597,16 +2614,18 @@
   ^ width + TypeInset
 ! !
 
+
 !TagsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.31 2012/11/26 21:47:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.31 2012-11-26 21:47:52 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.31 2012/11/26 21:47:52 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.31 2012-11-26 21:47:52 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__TagsBrowser.st 8083 2013-01-14 11:48:37Z vranyj1 $'
+    ^ '§Id§'
 ! !
+