Allow to add a filtered file to the project file tree by adding it in .ecode/.prjallowed (SpartanJ/ecode#592).

Allow canceling the global search with escape.
This commit is contained in:
Martín Lucas Golini
2025-07-17 16:43:42 -03:00
parent e5fd8c1647
commit a537214cc7
12 changed files with 155 additions and 102 deletions

View File

@@ -541,7 +541,7 @@ class EE_API String {
/** glob matches a string against a glob
** @return True if matches
*/
static bool globMatch( const std::string_view& text, const std::string_view& glob,
static bool globMatch( std::string_view text, std::string_view glob,
bool caseInsensitive = false );
/** glob matches a string against a set of globs