Format of "path" in results

Discussion related to "Everything" 1.5 Alpha.
Post Reply
burgundy
Posts: 266
Joined: Fri Oct 16, 2009 9:50 am

Format of "path" in results

Post by burgundy »

I notice the "path" specified in the results list is in a different format than usual. The last folder is listed first, followed by the rest of the path in brackets.

Where can I find information about what options are available for this?


(I am on Everything version 1.5.0.1356a.)
void
Developer
Posts: 15559
Joined: Fri Oct 16, 2009 11:31 pm

Re: Format of "path" in results

Post by void »

The advanced path_narrow setting controls this behavior.

Tools -> Options -> Advanced -> path_narrow
It should be off by default.



There is also an advanced path_ellipsis setting.
burgundy
Posts: 266
Joined: Fri Oct 16, 2009 9:50 am

Re: Format of "path" in results

Post by burgundy »

That's great. Thank you.

Can a keyboard shortcut command be assigned to toggle "path_narrow" or "path-ellipsis"?
void
Developer
Posts: 15559
Joined: Fri Oct 16, 2009 11:31 pm

Re: Format of "path" in results

Post by void »

You'll need to create a bookmark.

To bind a keyboard shortcut to toggle path_narrow:
  • In Everything, from the Bookmarks menu, click Add to bookmarks....
  • Change the Name to: Toggle Path Narrow
  • Change the Search to: /path_narrow=!path_narrow
  • Set a keyboard shortcut.
  • Click OK.
To bind a keyboard shortcut to toggle path_ellipsis:
  • In Everything, from the Bookmarks menu, click Add to bookmarks....
  • Change the Name to: Toggle Path Ellipsis
  • Change the Search to: /path_ellipsis=!path_ellipsis
  • Set a keyboard shortcut.
  • Click OK.
Post Reply