Suggestion: New design for "Parent Folders >" in ContextMenu

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

Image
meteorquake
Posts: 383
Joined: Thu Dec 15, 2016 9:44 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by meteorquake »

I had noticed the same issue, as it doesn't stand out and imagine a folder that looks like a command such as Copy
One thing could be to put the name in brackets thus (truncating it if needed)
Parent Folder : devices ->
Perhaps as well as the Copy command there could be Copy Path
David
NotNull
Posts: 5261
Joined: Wed May 24, 2017 9:22 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by NotNull »

A folder icon added to these entries might help too. There should be no ambiguity when "Copy" is preceded by a folder icon, I think.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Everything 1.5.0.1308 experiments with a Parent Folder context menu item.

The filename of the folder is shown at the top of the submenu.


I have put on my TODO list to show a folder icon.
Thank you for the suggestions.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

Tested. Better. I think a command like "Search Everything..." should be added for each, to search a Parent Folder in Everything.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

I have put on my TODO list to add "Search Everything..." to the Parent Folder context menu item.

Thank you for your suggestion.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

1313a
I think it's not clear enough to put foldericon+foldername, and you need to put "Parent Folders >" back.
It's a good idea to list all the folders.

So, in context menus:
#1:
Parent Folders >

#2:
Cursors >
Windows >
C:\ >

#3:
Open
Search in Everything
Cut
...
...


Note:
#2 won't have any commands, only folders.
I don't know if you can make this context menu and this folder list go upside:

⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀C:\ >
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Windows >
Parent Folders > Cursors >⠀⠀Open
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Search in Everything
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀Cut
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀...
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀...
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

I think it's not clear enough to put foldericon+foldername, and you need to put "Parent Folders >" back.
I will consider using a Parent Folders submenu name.



I don't know if you can make this context menu and this folder list go upside:
I will consider an option to show the parent folders in order from root to node.

Thank you for the suggestions.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

v1315a.
I'm still not so happy with the current design.
I suggest:
1. Please bring back the "Parent Folders >" entry.
2. Move "Search in Everything" to under "Copy Full Path to Clipboard".
For a folder in the results list you can't do "Search in Everything", but you can for one of its parent folders. It's odd.
3. "Parent Folders >" will show/list only the parent folders themselves. Remove any of context menu items.
In the example image, what is marked in green.
Windows >
C:\ >
4. For each parent folder use the same context menu of Everything, as if you right click the parent folder.
You will also get the system commands and the local names.
In the example image, Replace the right red with the left red.

Image
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Thanks for the feedback Stamimail,
1. Please bring back the "Parent Folders >" entry.
I want to display the parent name without having to go into the "parent folder" menu.

Parent Folders (Parent Name) is too much text.

I will consider an option to customize the text when I add context menu customization.


2. Move "Search in Everything" to under "Copy Full Path to Clipboard".
For a folder in the results list you can't do "Search in Everything", but you can for one of its parent folders. It's odd.
I still want to add full context menu support under "parent folders".
The full context menu would be shown in this "search in Everything" position.
For now this is just a place holder.
I'll look into only showing this menu item when Tools -> Options -> General -> Show Search Everything folder context menu item is enabled.


3. "Parent Folders >" will show/list only the parent folders themselves. Remove any of context menu items.
In the example image, what is marked in green.
Windows >
C:\ >
I think what you are asking here (correct me if I'm wrong) is to display:

Code: Select all

Parent Folders -> Cursors -> Open
                  Windows    ----
                  C:         Cut
                             Copy
                             Paste
instead of:

Code: Select all

Cursors -> Open
           ----
           Windows -> Open
           C:         ----
           ----       Cut
           Cut        Copy
           Copy       Paste
           Paste
I can trial the first method.
However, I suspect users will get annoyed with the extra menu.
eg: Cursors -> Paste vs Parent Folders -> Cursors -> Paste


4. For each parent folder use the same context menu of Everything, as if you right click the parent folder.
You will also get the system commands and the local names.
In the example image, Replace the right red with the left red.
Full context menus are on my TODO list.
Everything will have to load menus dynamically (full context menu items are only loaded when you open Parent Folders).

Thank you for the suggestions.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

I want to display the parent name without having to go into the "parent folder" menu.
I don't.
I think that "Parent Folders >" is pretty.
Another point, a user can name his folders in a misleading way, for example: "Open Windows" "Go Program Files" etc.
I still want to add full context menu support under "parent folders".
The full context menu would be shown in this "search in Everything" position.
For now this is just a place holder.
I'll look into only showing this menu item when Tools -> Options -> General -> Show Search Everything folder context menu item is enabled.
I need to see what you mean in order to understand, and to try it.
I think what you are asking here (correct me if I'm wrong) is to display:

Code: Select all

Parent Folders -> Cursors -> Open
                  Windows    ----
                  C:         Cut
                             Copy
                             Paste
Yes, and even better:

Code: Select all

                  C:      ->        (ContextMenu like you RightClick C: folder in ResultList)
                  Windows ->        (ContextMenu like you RightClick Windows folder in ResultList)
Parent Folders -> Cursors -> Open   (ContextMenu like you RightClick Cursors folder in ResultList)
                             Open Path
                             Copy Full Path to Clipboard
                             Search in Everything
                             Parent Folders ->
                             Set Run Count...
                             Set Property Value... (TODO)
                             ----
                             ----
                             ----                             
I can trial the first method.
Please. I think it's worth trial version/option. Let users to trial and error and give you feedback.
However, I suspect users will get annoyed with the extra menu.
eg: Cursors -> Paste vs Parent Folders -> Cursors -> Paste
WE ARE IN ALPHA. That's the time and place for trial and error.

If you find yourself too apprehensive about releasing a trial version, try:
1. Move to "alpha beta gamma" model. Maybe it's better model for Everything because of the long development time. You can also use naming "pre-Alpha" or "trial" or "Experimental".
2. INI option:
alpha_experimental_context_menu_parent_folders_style=0
alpha_experimental_context_menu_parent_folders_style=1
alpha_experimental_context_menu_parent_folders_style=2
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

@void,
Is there point to test version changes (what versions to compare?) or to wait to the upcoming version?
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Please wait for the upcoming version.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

The following style was not liked during initial trials:

Code: Select all

Parent Folders -> Cursors -> Open
                  Windows    ----
                  C:         Cut
                             Copy
                             Paste
It is critical that the context menu for the parent folder is shown immediately, not under another submenu.
I will consider an option to enable the style above.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

It is critical that the context menu for the parent folder is shown immediately, not under another submenu.
If you insist, I would suggest:
Instead of "ParentFolderName", change it to "Parent Folder" (putting a ParentFolderName isn't clear),
then all Everything commnds,
and below Everything commnds, below Properties, put the section of folders.

Code: Select all

Parent Folder ->   Open
                   .
                   ..
                   ...
                   Properties
                   ---
                   C:         ->
                   Windows    ->
                   Cursors    ->
I will consider an option to enable the style above.
Try to implement the following style as an alternative. (The folders order goes up)
Stamimail wrote: Fri Jun 17, 2022 2:03 pmYes, and even better:

Code: Select all

                  C:      ->        (ContextMenu like you RightClick C: folder in ResultList)
                  Windows ->        (ContextMenu like you RightClick Windows folder in ResultList)
Parent Folders -> Cursors -> Open   (ContextMenu like you RightClick Cursors folder in ResultList)
                             Open Path
                             Copy Full Path to Clipboard
                             Search in Everything
                             Parent Folders ->
                             Set Run Count...
                             Set Property Value... (TODO)
                             ----
                             ----
                             ----                             
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Instead of "ParentFolderName", change it to "Parent Folder" (putting a ParentFolderName isn't clear)
I will consider showing "Parent Folder" and showing the sub parent folders at the bottom.


Try to implement the following style as an alternative. (The folders order goes up)
I will consider it showing the folders going up.

Thank you for your suggestions.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

Thanks. we will wait.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

Another suggestion:
The behavior will depend on whether a Path column exists or not:

If Path column does not exist - "Parent Folders" will be shown in the context menu of the Name column (when you right-click on a file/folder).

If Path column exists - "Parent Folders" will not be shown in the context menu of the Name column. "Parent Folders" will be shown in the context menu of the Path column (when you right-click on a path).
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

The next alpha update will experiment with showing "Parent Folders" only when right-clicking in the Path column.

Thank you for the suggestion.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Everything 1.5.0.1330a will now only show the parent folders context menu item when right clicking in the path column.

To always show the parent folders context menu item (like it was previously):
  • Copy and paste the following into your Everything search box:
    /context_menu_parent_folder=1
  • Press ENTER in your Everything search box.
  • If successful, context_menu_parent_folder=1 is shown in the status bar for a few seconds.


To show the parent folders context menu item only in the path column (current default):
  • Copy and paste the following into your Everything search box:
    /context_menu_parent_folder=4
  • Press ENTER in your Everything search box.
  • If successful, context_menu_parent_folder=4 is shown in the status bar for a few seconds.


context_menu_parent_folder
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

I think it's better now, but there is still work here to do:

1. In the sub-context menu, why all the parent-folders entries/block is in the middle of the sub-context menu? (between "open" and "Search in Everything", instead of the bottom, below "Properties")

2. You need to redesign the the Path ContextMenu when "Full row select" is disabled. (all the parent-folders entries/block should be in the context menu, and not in sub context menu)
And also, redesign for "Size, Date Modified..." ContextMenus when "Full row select" is disabled.
meteorquake
Posts: 383
Joined: Thu Dec 15, 2016 9:44 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by meteorquake »

I'll probably be an "under all columns" person but I'll give it a try just under path and see if it feels natural! I'm thinking that if occasional features are by default visible by which column is chosen they may not get noticed by a new user. It's not so bad when a lot of features are done that way, but when it's just one or two, I suspect people can forget their presence. d
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Thank you for your feedback Stamimail,
1. In the sub-context menu, why all the parent-folders entries/block is in the middle of the sub-context menu? (between "open" and "Search in Everything", instead of the bottom, below "Properties")
Typically, Everything will place the most important at the top. (Open)
Then all Everything related item (Search in Everything, Set Run Count, Parent Folders, etc....)
Then the standard context menu.

Currently, the parent-folders menu item is after Open / Open Path / Copy path for consistency with other Everything-related items.

I will consider showing Parent Folders at the bottom.


2. You need to redesign the the Path ContextMenu when "Full row select" is disabled. (all the parent-folders entries/block should be in the context menu, and not in sub context menu)
And also, redesign for "Size, Date Modified..." ContextMenus when "Full row select" is disabled.
Thanks for bringing this to my attention, I didn't do much testing with full-row-selected disabled.
There's a few graphical issues here which I will address in the next alpha update.

The next alpha update will always show the parent folder context menu item when right clicking items in the name column.
The Hot context menu will also show the parent-parent folder context menu item when clicking in the path column.

Thank you for the suggestions.



Thank you for your feedback meteorquake,
I will consider always showing the parent folders context menu item.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

void wrote: Mon Nov 28, 2022 10:55 am Thank you for your feedback Stamimail,
1. In the sub-context menu, why all the parent-folders entries/block is in the middle of the sub-context menu? (between "open" and "Search in Everything", instead of the bottom, below "Properties")
Typically, Everything will place the most important at the top. (Open)
Then all Everything related item (Search in Everything, Set Run Count, Parent Folders, etc....)
Then the standard context menu.

Currently, the parent-folders menu item is after Open / Open Path / Copy path for consistency with other Everything-related items.

I will consider showing Parent Folders at the bottom.
You misunderstood me.
If we look at this picture, then I meant that:
the left square is the context menu
the middle square is the sub-context menu
the green part is "all the parent-folders entries/block"
Thanks for bringing this to my attention, I didn't do much testing with full-row-selected disabled.
There's a few graphical issues here which I will address in the next alpha update.
I think there's a solution.
You can use the same context menu for both full-row-selected disabled or enabled, in this way:
for full-row-selected disabled:
Right-Click on each column will have it's own context menu. so that
Right-Click on Name column will have Name item/s context menu
Right-Click on Path column will have Path item/s context menu
Right-Click on Size column will have Size item/s context menu
and so on.

for full-row-selected enabled:
The context menus we mentioned above will become sub context menus. in this way:

Right-Click on each column will bring the same Name item/s context menu.
But
there will be one entry that will be added to "Name item/s context menu" depends on where it was Right Clicked.
If the user Right-Click on Name column, then this special entry won't be shown at all.
If the user Right-Click on Path column, then "Path >" entry will be shown. Path context menu (from above) will be the sub context menu.
If the user Right-Click on Size column, then "Size >" entry will be shown. Size context menu (from above) will be the sub context menu.
and so on,
Right-Click on each column will bring the same Name item/s context menu, and "ColumnName >" entry is added depends on where it was Right Clicked.

So, instead of:
Currently, the parent-folders menu item is after Open / Open Path / Copy path for consistency with other Everything-related items.
depends on where it was Right Clicked, "ColumnName >" menu item will be after Open / Open Path / Copy path
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

You misunderstood me.
If we look at this picture, then I meant that:
the left square is the context menu
the middle square is the sub-context menu
the green part is "all the parent-folders entries/block"
The same reason still applies.

Open
---
Everything related context menu items (including all non-standard menu items, eg: the parent folders -> sub-context menu)
---
Standard Windows context menu items



I will consider showing the parent folders after properties.


You can use the same context menu for both full-row-selected disabled or enabled, in this way:
for full-row-selected disabled:
Everything 1.5 currently has a "hot" context menu.
When right clicking on a row, but not on an item, Everything will show the "hot" context menu.

The "hot" context menu will let you copy the property value under the cursor, select the item on this row and show basic context menu items.


Right-Click on each column will have it's own context menu. so that
Right-Click on Name column will have Name item/s context menu
Right-Click on Path column will have Path item/s context menu
Right-Click on Size column will have Size item/s context menu
The Name and Path column could give the parent folders context menu item.
I'm not sure what would go under size menu? There's only the copy size menu item.
Same for other properties.


for full-row-selected enabled:
The context menus we mentioned above will become sub context menus. in this way:
I will consider "ColumnName >" sub context menus.
Thank you for the suggestion.
meteorquake
Posts: 383
Joined: Thu Dec 15, 2016 9:44 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by meteorquake »

Just a quick note that I sometimes have rather long folder names when they are part of work in transition.
It would (I think) be useful for the Folder context menu when referencing folders to truncate their name with an ellipsis ... either at the end or in the middle as one knows what they are when they are seen on the menu.
David
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

void wrote: Tue Nov 29, 2022 11:10 amEverything 1.5 currently has a "hot" context menu.
When right clicking on a row, but not on an item, Everything will show the "hot" context menu.

The "hot" context menu will let you copy the property value under the cursor, select the item on this row and show basic context menu items.
I think that this "hot" context menu, doesn't need to include commands like Open ... Properties (NameColumn commands). It should only include a few commands for the specific cell(s) where it was right-clicked.
The Name and Path column could give the parent folders context menu item.
For Name column it will be depends on ini setting.

For Path column:
if full-row-selected disabled, parent folders (the green part) will be included in the "hot" context menu. (a user who right-clicks on the Path column, means he is looking to do something with parent folders)
if full-row-selected enabled, this means that along the entire row, a right click will display the context menu for the Name column. But because it was right-clicked where the Path column is, therefore "Path >" item will be added to this Name column context menu, and the "hot" context menu (mentioned above) will be the sub context menu of "Path >".

For Size column and other columns: I don't think the user will want "parent folders" anymore, in those columns context menu.

I'm not sure what would go under size menu? There's only the copy size menu item.
Same for other properties.
Currently, you don't need more than one or two commands, for all properties/columns.
Later, as required, you can add more commands, for each property/column.
For size menu for example, you can make menu items like:
copy text
copy as Bytes
copy as KB
copy as MB
copy as GB
(maybe you can calculate before and then display in menu)
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

2 suggestions - bottom and top:
(full-row-selected disabled)
Image
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

I think that this "hot" context menu, doesn't need to include commands like Open ... Properties (NameColumn commands). It should only include a few commands for the specific cell(s) where it was right-clicked.
I will consider trimming down the hot menu.


if full-row-selected disabled, parent folders (the green part) will be included in the "hot" context menu. (a user who right-clicks on the Path column, means he is looking to do something with parent folders)
if full-row-selected enabled, this means that along the entire row, a right click will display the context menu for the Name column. But because it was right-clicked where the Path column is, therefore "Path >" item will be added to this Name column context menu, and the "hot" context menu (mentioned above) will be the sub context menu of "Path >".
The next alpha update will behave very similar to this.


For Size column and other columns: I don't think the user will want "parent folders" anymore, in those columns context menu.
I agree, Everything should only show the "copy size" menu item when clicking in the size column (full row select enabled)

I will consider showing more options here, copy as MB/GB etc...

Thank you for the suggestions and mock-up images of the parent folders menu item at the bottom/top.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

I agree, Everything should only show the "copy size" menu item when clicking in the size column (full row select enabled)
I'm not sure about it. This behavior is appropriate for full row select disabled.
I don't know what will want a "full row select enabled" user (I'm a "full row select disabled" user).
Does he wants "full row select enabled" only for LeftClick and not for the RightClick? (therefore I suggested to add for him a "columnName >" menu item, i.e. "Size >", to get access to Size column context menu)

ini settings may be a solution to allow more user preferences.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

This behavior is appropriate for full row select disabled.
Everything will currently show the hot context menu with the Copy Size option when full row select is disabled.



I find the Copy Size context menu item useful.
I'll keep it enabled for now and will consider ini settings to customize showing these context menu items.

Full context menu customization is still on my TODO list.

Thanks for the suggestion.
meteorquake
Posts: 383
Joined: Thu Dec 15, 2016 9:44 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by meteorquake »

It was asked what a Full Row Select user might want (such as myself) for copying fields. As a vision idea...

My suggestion would always be that a popup box is invariably better than a submenu since it can provide all the same but much much more, and doesn't have the annoyance of the cursor slipping off and losing submenus.

So on clicking menu item Copy Attribute you would get a box similar to the View - Sort By - Other... dialogue but it would be for copying and would also have a category of Last Used ones as default on opening so you can quickly just click on an attribute of interest if its a regular one, or use the search or side categories to get a new special one, that then appears in the Last Used. (The Sort By could also benefit from a Last Used category as default.) On an item being chosen, it would copy the properties of all the selected files separated by line feeds, so if you have 10 files selected and clicked Name you'd have 10 names copied to the clipboard.

In addition, custom ones (saveable) where you can create your own formula combination e.g. "<name>",<size>,<modified>,"<path>" which items are listed in a Custom category so you can see what you've defined so far and the items when used also able in the Last Used; when you click a custom one it will copy the data for all the files according to the template specified. The <item names> would be as per listed in the searchable list there, so e.g. <Last Author>, perhaps one could fetch the name directly from the list into the custom equation box.

I mentioned something like this once for a custom copy but I think this would be a better envisionment of the idea of how it could be arranged, especially as the Sort By - Other... box suggests that most the aspects are already there.

In practice I would use the Custom options more than anything else as it's good for sending CSV/TSV data to the clipboard for pasting into spreadsheets or data tables.

Others might set it up so they can copy files and their info directly in JSON format.

The box could be assigned a shortcut key by those who use it regularly...
David
Last edited by void on Sat Dec 03, 2022 10:52 pm, edited 1 time in total.
Reason: added new lines
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

The option to show a properties box is on my TODO list.
This would show all the common Everything properties for the current selection.

I will consider support for copying custom formulas to the clipboard.

As you probably are already aware, there are copy as CSV/TSV commands under Tools -> Options -> Keyboard.

Thank you for the suggestions.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Everything 1.5.0.1331a adds a /copy search command.

The /copy search command can be used to format and copy the current file/folder selection to the clipboard.

For example, to create a bookmark that copies the full path and filename and the date taken for the current selection:
  • From the Bookmarks menu, click Add to bookmarks (Ctrl + D)
  • Change the Name to:
    Copy filename and date taken
  • Change the Search to:

    Code: Select all

    /copy $fullpath:,$date-taken:
    Use any properties you like with $property-name:
    Use the search preprocessor to format properties.
  • Optionally set a keyboard shortcut.
  • Click OK.
Each file/folder is copied to a new line with \r\n
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

1355a
Parent Folders still looks ugly, if you ask me. (in my humble opinion)
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Thank you for your feedback Stamimail,

What do you find ugly about the parent folders submenu?

I am open to suggestions to improve the appearance of parent folders.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

What do you find ugly about the parent folders submenu?
1. I think all parents should be listed in one place (building together like a Path/Breadcrumb). Currently, the first parent is shown alone separated from the rest.
2. The folders entries block should be at top or bottom, not at the middle of all commands.
viewtopic.php?p=50972#p50972

Reminder:
Also to be taken into account what happens when "Full row select" is Enabled/Disabled.
Last edited by Stamimail on Thu Aug 17, 2023 12:21 pm, edited 1 time in total.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Thank you for your feedback Stamimail,

I will work on improving the parent folders menu when full row select is disabled.

Thank you for the suggestions.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Everything 1.5.0.1356a improves the context menu when full row select is disabled.

Everything will no longer show the parent folder context menu under the Path column.
Instead the context menu for the item on the current row is shown.
Parent Folder submenus are now shown only under the Path column.

Shift can be used to always show the parent folders submenu.
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by Stamimail »

When you RightClick on a non-Name column ("full row select is disabled"):
I think it should show only the column relevant commands.
Currently there is a lot of noise.
Suppose you have an image.jpg file, and you right-click on the size column.
Why commands of Name column should be shown? (like open...cut...properties)
If you want to let user access to those commands like in "full row select is enabled", then put them on a submenu:

image.jpg > open...cut...properties
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

I will clean up the context menu when full row select is disabled.

Thank you for the suggestions.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Everything 1.5.0.1357a cleans up the context menu when full row select is disabled.

Right clicking outside of an item will now show only the simple View/Sort/Refresh context menu.

You can still right click and copy column values under the cursor.
You can still right click in the Path column to access context menus for parent folders. (and also when Shift is held down)

To re-enable the hot item context menu:
  • 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:
    context
  • Select context_menu_hot_item.
  • Set the value to: true
  • Click OK.
BuccoBruce
Posts: 2
Joined: Sun Aug 27, 2023 4:35 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by BuccoBruce »

EDIT: One minor suggestion, and I may very well be wrong about this. I was previously very used to right clicking anywhere in the Name row, including for example, the white space past a file with a really short name in a really wide column like README.txt only taking up 50px in a 600px wide Name column or something. Now, with Full Row Select disabled, you really have to right click within the filename. It left me scratching my head after I took the screenshot in my original message. Might be worth changing it to include the entire width of the relevant column. :|
void wrote: Thu Oct 05, 2023 7:30 am Everything 1.5.0.1357a cleans up the context menu when full row select is disabled.

Right clicking outside of an item will now show only the simple View/Sort/Refresh context menu.

You can still right click and copy column values under the cursor.
You can still right click in the Path column to access context menus for parent folders. (and also when Shift is held down)

To re-enable the hot item context menu:
  • 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:
    context
  • Select context_menu_hot_item.
  • Set the value to: true
  • Click OK.
I updated from 1.5.0.1355a to 1.5.0.1363a and noticed that part of the context menu disappeared. Good thing I checked the change log before making a silly thread of my own.

Image

Oh no! What's weird is, I didn't have to touch context_menu_hot_item to fix it, nor did I end up keeping Full Row Select enabled...
  1. Tools -> Options -> Advanced
  2. Culprit:

    Code: Select all

    context_menu_parent_folder=4
  3. Change it to "Show" (or 1 if you're editing the INI or something)
And it did actually show a bold 4 in the UI. I had no idea I could copy column values to begin with, maybe I'll re-enable Full Row Select later and check it out.

Thank you once again for making something so damn good that it's been forcefully keeping my home server running Windows instead of TrueNAS for nearly a year now :lol:
Last edited by BuccoBruce on Mon Dec 18, 2023 11:48 pm, edited 1 time in total.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by void »

Thank you for your feedback BuccoBruce,

The Everything item context menu is getting a little bloated.

I have removed the context_menu_parent_folder=4 option, which is now the same as context_menu_parent_folder=2

When using the System default option (2), the parent folder context menu item is only shown when right clicking under the Path column.
-or-
When you hold down Shift and right click.

context_menu_parent_folder



To always shown the parent folder context menu item:
  • 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:
    parent
  • Select context_menu_parent_folder.
  • Set the value to: Show
  • Click OK.
NotNull
Posts: 5261
Joined: Wed May 24, 2017 9:22 pm

Re: Suggestion: New design for "Parent Folders >" in ContextMenu

Post by NotNull »

BuccoBruce wrote: Mon Dec 18, 2023 11:40 pm One minor suggestion, and I may very well be wrong about this. I was previously very used to right clicking anywhere in the Name row, including for example, the white space past a file with a really short name in a really wide column like README.txt only taking up 50px in a 600px wide Name column or something. Now, with Full Row Select disabled, you really have to right click within the filename. It left me scratching my head after I took the screenshot in my original message. Might be worth changing it to include the entire width of the relevant column. :|
You can set full_name_select=1 in the ini-file.
or:
Set full_name_select to true in Options => Advanced
Post Reply