Tools__TagsBrowser.st
changeset 10055 88034a467573
parent 9943 09e234e9fa8e
child 10435 309c101e7386
--- a/Tools__TagsBrowser.st	Sun Jul 03 17:05:02 2011 +0200
+++ b/Tools__TagsBrowser.st	Sun Jul 03 17:05:25 2011 +0200
@@ -1,6 +1,6 @@
 "
  COPYRIGHT (c) 2002 by eXept Software AG 
-	      All Rights Reserved
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -14,18 +14,18 @@
 "{ NameSpace: Tools }"
 
 ApplicationModel subclass:#TagsBrowser
-	instanceVariableNames:'editedFileHolder commonAspects tagView tagList action tagsMenu
-		menus'
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Interface-Tools-File-Tags'
+        instanceVariableNames:'editedFileHolder commonAspects tagView tagList action tagsMenu
+                menus'
+        classVariableNames:''
+        poolDictionaries:''
+        category:'Interface-Tools-File-Tags'
 !
 
 SelectionInListModelView subclass:#TagView
-	instanceVariableNames:'application process fileName tagLineNr filter'
-	classVariableNames:'TypeInset'
-	poolDictionaries:''
-	privateIn:TagsBrowser
+        instanceVariableNames:'application process fileName tagLineNr filter'
+        classVariableNames:'TypeInset'
+        poolDictionaries:''
+        privateIn:TagsBrowser
 !
 
 !TagsBrowser class methodsFor:'documentation'!
@@ -33,7 +33,7 @@
 copyright
 "
  COPYRIGHT (c) 2002 by eXept Software AG 
-	      All Rights Reserved
+              All Rights Reserved
 
  This software is furnished under a license and may be used
  only in accordance with the terms of that license and with the
@@ -53,8 +53,8 @@
     Supports a bunch of languages somehow, but none really perfect.
     Uses ctags if present, if not, has naive fallback tag generation support.
 
-    good enough for me, doing occasional work in other languages (of course, is not able
-    to compete with a specialized editor toolm loke notepad++, emacs or similar.
+    Good enough for me, doing occasional work in other languages (of course, is not able
+    to compete with a specialized editor tools loke notepad++, emacs or similar.
 "
 ! !
 
@@ -2094,5 +2094,9 @@
 !TagsBrowser class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.8 2011-06-24 08:20:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.9 2011-07-03 15:05:25 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id§'
 ! !