Tools__TagsBrowser.st
changeset 9919 676098f9a014
parent 9916 0c3fe1fa42c6
child 9920 43b6275db7eb
equal deleted inserted replaced
9918:689204752516 9919:676098f9a014
    41  be provided or otherwise made available to, or used by, any
    41  be provided or otherwise made available to, or used by, any
    42  other person.  No title to or ownership of the software is
    42  other person.  No title to or ownership of the software is
    43  hereby transferred.
    43  hereby transferred.
    44 
    44 
    45 
    45 
       
    46 "
       
    47 !
       
    48 
       
    49 documentation
       
    50 "
       
    51     a simple tag-support view, which can be plugged into another (file) application
       
    52     for indexing.
       
    53     Supports a bunch of languages somehow, but none really perfect.
       
    54     Uses ctags if present, if not, has naive fallback tag generation support.
       
    55 
       
    56     good enough for me, doing occasional work in other languages (of course, is not able
       
    57     to compete with a specialized editor toolm loke notepad++, emacs or similar.
    46 "
    58 "
    47 ! !
    59 ! !
    48 
    60 
    49 !TagsBrowser class methodsFor:'interface specs'!
    61 !TagsBrowser class methodsFor:'interface specs'!
    50 
    62 
  1994 ! !
  2006 ! !
  1995 
  2007 
  1996 !TagsBrowser class methodsFor:'documentation'!
  2008 !TagsBrowser class methodsFor:'documentation'!
  1997 
  2009 
  1998 version_CVS
  2010 version_CVS
  1999     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.4 2011-05-07 13:45:54 cg Exp $'
  2011     ^ '$Header: /cvs/stx/stx/libtool/Tools__TagsBrowser.st,v 1.5 2011-05-07 15:07:27 cg Exp $'
  2000 ! !
  2012 ! !