Everything crashes immediately when typing ^: or startwith: in 1338a.
$: and endwith: does not cause a crash.
Fatal crash when typing ^: or startwith:
Re: Fatal crash when typing ^: or startwith:
Thank you for the crash report raccoon,
The issue is caused by enabling Match Path.
Everything is trying to parse the path passed to startwith:
However, none is supplied, so Everything crashes.
I'll have a fix soon.
The issue is caused by enabling Match Path.
Everything is trying to parse the path passed to startwith:
However, none is supplied, so Everything crashes.
I'll have a fix soon.
Re: Fatal crash when typing ^: or startwith:
Seems to be a recently introduced bug. Idea what caused it to rear up?
Re: Fatal crash when typing ^: or startwith:
The issue was introduce when fixing a bug where Everything was treating Unicode Full width Reverse Solidus (\) or Unicode Full width Solidus (/) as path separators.
Re: Fatal crash when typing ^: or startwith:
Everything 1.5.0.1339a fixes a crash when searching for paths starting with text.
For example:
path:startwith:c:\windows\
path:startwith:c:\prog
For example:
path:startwith:c:\windows\
path:startwith:c:\prog