Remove highlighting after file delete

Have a suggestion for "Everything"? Please post it here.
Post Reply
kmliles
Posts: 1
Joined: Tue Oct 29, 2024 7:37 pm

Remove highlighting after file delete

Post by kmliles »

When I highlight one or more files and right click and delete them, it seems strange (to me) that the highlight moves to the next file after the one highlighted. In other words, it seems the UI remembers it was highlighting (say) the fifth file in the list and it continues to highlight that fifth line despite the fact the file list has changed... I would recommend after a delete, remove all highlighted file(s).
Apologies if this is already suggested - I could not find such a suggestion after a quick search.
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: Remove highlighting after file delete

Post by void »

To prevent Everything from focusing the next item after deleting the current selection:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    next
  • Select: focus_next_select
  • Set the value to: false
  • Click OK.
Post Reply