T O P I C R E V I E W |
azur |
Posted - Mar 15 2019 : 05:14:02 AM Open File in Solution with Minus Sign
The filenames are A-B.cpp, A-B.h, X-B.cpp, X-B.h.
How can I quick filter all files have the Minus Sign or have Minus Sign and B? Like "*-*" or "*-B*". |
3 L A T E S T R E P L I E S (Newest First) |
ChrisG |
Posted - Mar 15 2019 : 08:11:50 AM Good idea. Noted in the case. |
azur |
Posted - Mar 15 2019 : 07:42:15 AM Perhaps you can use the question mark as an escape character. This sign can't be part of a filename or a symbol. For my case this would be ?-B By the way, the same problem occure if you have comma and space in filenames.
Thank you for working on this issue.
|
ChrisG |
Posted - Mar 15 2019 : 07:11:52 AM You can filter in any files that contain a minus sign (*-*) using the following.
-,
As for filtering in files containing the minus sign and some characters (*-B), I don't know of a way to do that at the moment. The issue here is that we use the minus sign to denote a negative filter.
I have opened a case for the issue, case 137742. |