mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user