Changes between Version 49 and Version 50 of CodeTagsPlugin


Ignore:
Timestamp:
Apr 13, 2017, 6:50:14 AM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • CodeTagsPlugin

    v49 v50  
    5757}}}
    5858
    59  {{{scan_files}}} :: allows you to define specific file types to scan (default: *)
     59The following attributes can be defined:
    6060
    61  {{{scan_folders}}} :: specifies which directories within the repository to scan (default: *)
     61 {{{scan_files}}} :: Specifies which file types to scan. Default: *, ie all files.
    6262
    63  {{{exclude_folders}}} :: specifies directories that are subdirectories of {{{scan_folders}}} but don't need to be scanned
     63 {{{scan_folders}}} :: Specifies which directories within the repository to scan. Default: *, ie all files.
    6464
    65  {{{exclude_files}}} :: specifies files that shouldn't be scanned even though they're included by scan_files
     65 {{{exclude_folders}}} :: Specifies directories that are subdirectories of {{{scan_folders}}} but don't need to be scanned.
    6666
    67  {{{tags}}} :: allows you to specify what tags to locate, though only the defaults are colored at all. (default: XXX, TODO, FIXME)
     67 {{{exclude_files}}} :: Specifies files that shouldn't be scanned even though they're included by scan_files.
    6868
    69 By default, this plugin doesn't ignore binary files. If you use svn/trac in a web-dev environment, this is a pain, since the tagger finds tags in files such as `.gif`.
     69 {{{tags}}} :: Specifies what tags to locate, though only the defaults are colored at all. Default: XXX, TODO, FIXME.
    7070
    71 This, however, shouldn't be a serious problem because CodeTagsPlugin plugin searches for word boundaries (regex '\b') at the edges of words.
     71By default, this plugin doesn't ignore binary files. If you use svn/trac in a web-dev environment, this is a pain, since the tagger finds tags in files such as `.gif`. This, however, shouldn't be a serious problem because CodeTagsPlugin searches for word boundaries (regex '\b') at the edges of words.