Changes between Version 34 and Version 35 of RepoSearchPlugin


Ignore:
Timestamp:
Jan 3, 2017, 8:25:33 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • RepoSearchPlugin

    v34 v35  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Plugin for searching the source repository
     3= Search the source code repository
    44
    55== Description
     
    4848}}}
    4949
    50 The globs are separated by your operating systems path separator (`:` under UNIX, `;` under Windows) and each glob is matched against the ''full'' path. Hence `*/README` instead of just `README`.
     50The globs are separated by your operating systems path separator, ie `:` under UNIX, `;` under Windows, and each glob is matched against the ''full'' path. Hence `*/README` instead of just `README`.
    5151
    5252'''Note''':
     
    5656To speed up searches, an indexer is included. A full index will occur the first time you search the repository, which can take quite some time. Subsequent changesets will be incrementally indexed and should be pretty snappy.
    5757
    58 The indexer is enabled by default and will use the `PYTHON_EGG_CACHE` dir to store its data. You can override this location by adding the following entry to your `trac.ini` file:
     58The indexer is enabled by default and will use the `PYTHON_EGG_CACHE` directory to store its data. You can override this location by adding the following entry to your `trac.ini` file:
    5959
    6060{{{#!ini