forked from qt-creator/qt-creator
Locator: Allow to filter for path in BaseFileFilter
If the input contains a path separator, the input is matched against the
file path. Otherwise, as before, the input is matched against the file
name.
This affects AllProjectsFilter, CurrentProjectFilter and
DirectoryFilter.
Usage Examples:
"src/*main.cpp"
"cppedtior/"
Change-Id: I8bc55642b388a8f8e1d7a949f80bbe1abc41ae3c
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
1
tests/locators/testdata_basic/main.cpp
Normal file
1
tests/locators/testdata_basic/main.cpp
Normal file
@@ -0,0 +1 @@
|
||||
// Copyright header
|
||||
Reference in New Issue
Block a user