I don't know is it a bug, or just a feature. But I live in Donbass (we have the war nearby) and have blackouts few times per week. And with a pass of time I've noticed that Everything can't remember anything from my search history if I don't reopen it (and I never do it coz I'm using a sleep mode in spite of reboots). So I always loose my search entries and have small size of autosuggestions.
Now I'm using a script for Clickermann (automation tool) to relaunch Everything. Hope this can help somebody, and also I hope that Everything 1.5 will save the queries once u input 'em, but NOT on exit.
Here's the script I use:
Code: Select all
// 18-Jan-2018
#name "EvytnReld"
#autorun
//#include "alt-qs.cms"
define($path,"E:\port\PortableApps\~~etc\Everything-1.4.1.877.x64\Everything.exe")
$hwnd1 = WNDFIND ("Everything")
//while(1)
KEYDOWN (#ctrl)
//A_KEYpress (#Q, $hwnd1)
hset($hwnd1,1)
KEYpress (#Q)
hset($hwnd1,0)
KEYUP (#ctrl)
wait(15)
execute($path)
// wait(5)
// KEYDOWN (#win)
// KEYpress (#down)
// KEYUP (#win)
// //wait(5)
wait(0+4*3600)
//end_cyc
//halt