Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

File exclusions usability improvements (bug #7149) #7400

Merged
merged 2 commits into from
Apr 5, 2014

Commits on Apr 3, 2014

  1. Fix several issues raised in #7149:

    * When search scope is a single file, skip exclusion filter entirely
    * If exclusions filter results in 0 files to search, show a message to that
    effect and leave search bar open so user can adjust filter
    * When editing a filter, show how many files are still included out of the
    total number of files in the current search scope
    
    Also cleans up FindInFiles to centralize the filtering code more, and
    simplify _doSearchInOneFile() & its call sites.
    peterflynn committed Apr 3, 2014
    Configuration menu
    Copy the full SHA
    04b8718 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2014

  1. Code review: restyle filter editor file count and make UI element widths

    cleaner. Fix some stale docs and other nits.
    peterflynn committed Apr 4, 2014
    Configuration menu
    Copy the full SHA
    6118786 View commit details
    Browse the repository at this point in the history