Changes between Version 10 and Version 11 of CodeTagsPlugin


Ignore:
Timestamp:
May 24, 2007, 6:38:44 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeTagsPlugin

    v10 v11  
    4343         cdir = os.path.join(os.path.abspath(env.path), 'cache', 'codetags')
    4444}}}
     45
     46= Feature Request =
     47Since the tracker has no CodeTags component I will put that here:
     48 * Having a huge code base makes the table with the tags so huge that even modern browsers can hardly display it. Maybe:
     49  * Split it up into multiple pages
     50  * Choose display for only specified tags
     51  * Chose display for only specified path in repository
     52 * Additionally allow for blacklisting and/or patterns. E.g. we have plenty of BUG_FOOBAR constants that we obviously dont want in the list, so a blacklist for BUG_ but then still using all other BUG things would be nice.