Changes between Version 8 and Version 9 of CodeTagsPlugin


Ignore:
Timestamp:
Dec 7, 2006, 6:29:03 AM (17 years ago)
Author:
Anton Graham
Comment:

Ugh... formatting fix (preview ftw!)

Legend:

Unmodified
Added
Removed
Modified
  • CodeTagsPlugin

    v8 v9  
    2222}}}
    2323
    24 scan_files allows you to define specific file types to scan (default: *)
    25 scan_folders specifies which directories within the repository to scan (default: *)
    26 tags allows you to specify what tags to locate, though only the defaults are colored at all. (default: XXX, TODO, FIXME)
     24{{{scan_files}}} allows you to define specific file types to scan (default: *) [[br]]
     25{{{scan_folders}}} specifies which directories within the repository to scan (default: *) [[br]]
     26{{{tags}}} allows you to specify what tags to locate, though only the defaults are colored at all. (default: XXX, TODO, FIXME) [[br]]
    2727
    2828Given the configuration options, I feel that the above referenced patch is unneeded if you have configured properly.  On the other hand, there are legitimate uses for long strings of XXX's without them being a code tag.  A simple one line change in indexer.py would eliminate 99% of XXX tags that were unintentional by requiring them to end with a colon: