History issues

Found a bug in "Everything"? report it here
Post Reply
etc
Posts: 49
Joined: Tue Jun 24, 2014 7:17 pm

History issues

Post by etc »

v1.4.1.877
v1.4.1.892
Win 7 x86

Issue 1:
Default settings.
Enable History.
Search any string.
Clear the Search Edit.
Open History. Delete All. OK.
Use any way to open History dropdown in the Search Edit. It would get stuck or crash.



Issue 2:
Default settings.
Enable History.
Search the strings below, and press Enter key for each:
aaa
bbb
ccc
ddd
eee
Now they are in the history.
Use Back command to go back to "aaa".
Open History dropdown. Delete "ccc". Select "ddd".
Now use Back command and watch the changes in Search Edit:
ddd > eee > ddd > ccc > bbb > aaa
And apparently now "ccc" is added to the history again.

I think in this case it should go back to "aaa" in one step. And then the Back/Forward history should be:
aaa <> ddd
etc
Posts: 49
Joined: Tue Jun 24, 2014 7:17 pm

Re: History issues

Post by etc »

Issue 2 can also be reproduced this way:
Trigger bookmark A;
Trigger bookmark B;
Trigger bookmark C;
Then use Back command to go to the beginning (which is the string of bookmark A);
Now trigger bookmark D.

I think now the GoTo list should be:
D
A
B and C should have been cleared when D was triggered.

But currently the actual GoTo list is:
D
C
B
A



-----
The related suggestion:
viewtopic.php?f=4&t=6542
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: History issues

Post by void »

Fixed in Everything 893.

Thanks for the bug report.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: History issues

Post by void »

I noticed 893 was removing search history when going back to the previous search.

Fixed in Everything 894.
Post Reply