Same here ! i noticed it since the last release...an other thing, i find quite disturbing the fact that FARR searches an alias by name AND autocompletes its name, let me explain :
let's say i have this alias :
Name : launch in different browser
regex : ^open (.*)
action :
Firefox $$c | C:\Program Files\Mozilla Firefox\firefox.exe "$$c"
Opera $$c | ...
....
to search for it, i can type launch, but then if i use tab to autocomplete it, i have "launch in a different browser" in the edit box which is unusable, since the regex asks for open...
of course, one could choose the word(s) as the regex OR better yet change the regex to ^launch in different browser (.*)
@mouser
i think that it could be disturbing for other people
maybe you could add a field in the alias edit form, so that we could manually specified what we want ??
Just my two cents
keep up the great work
Cheers, nitrix