added: #documentation
authorClaus Gittinger <cg@exept.de>
Sat, 07 May 2011 17:07:27 +0200
changeset 9919 676098f9a014
parent 9918 689204752516
child 9920 43b6275db7eb
added: #documentation
Tools__TagsBrowser.st
--- a/Tools__TagsBrowser.st	Sat May 07 17:05:26 2011 +0200
+++ b/Tools__TagsBrowser.st	Sat May 07 17:07:27 2011 +0200
@@ -44,6 +44,18 @@
 
 
 "
+!
+
+documentation
+"
+    a simple tag-support view, which can be plugged into another (file) application
+    for indexing.
+    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.
+"
 ! !
 
 !TagsBrowser class methodsFor:'interface specs'!
@@ -1996,5 +2008,5 @@
 !TagsBrowser class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.4 2011-05-07 13:45:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.5 2011-05-07 15:07:27 cg Exp $'
 ! !