Tools__TagsBrowser.st
branchjv
changeset 15773 81a2184a58d7
parent 15566 184cea584be5
parent 15772 fd21f08c74ff
child 15787 7b974ea37d2f
--- a/Tools__TagsBrowser.st	Thu Jul 30 09:06:36 2015 +0100
+++ b/Tools__TagsBrowser.st	Sat Aug 01 06:50:50 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
 	      All Rights Reserved
@@ -2486,6 +2488,10 @@
 
 tagForFunction:functionName
     ^ tagList tagForFunction:functionName
+!
+
+tagForType:typeName
+    ^ tagList tagForType:typeName
 ! !
 
 !TagsBrowser methodsFor:'hooks for embedding'!
@@ -2971,14 +2977,14 @@
 !TagsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.61 2015-02-11 12:19:35 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.61 2015-02-11 12:19:35 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__TagsBrowser.st,v 1.61 2015-02-11 12:19:35 cg Exp $'
+    ^ '$Id$'
 ! !