I think the behavior of "Full row select" in Everything and Windows Explorer are wrong.
What's good:
Especially in WIndows Explorer, when selecting multiple files, it make it easier for you to follow along and know which properties belongs to which file Name.
What's bad:
I think Drag&Drop should work only on Name column text.
For all other columns text+space, Drag&Drop should be disabled and only rectangle selection will work.
Full row select
Re: Full row select
Thank you for the suggestion Stamimail,
Please try the latest Everything 1.5 Alpha.
Version 1.5.0.1244 adds a name_only_drag ini option to enable drag from the name column only.
To enable drag only from the name column:
Please try the latest Everything 1.5 Alpha.
Version 1.5.0.1244 adds a name_only_drag ini option to enable drag from the name column only.
To enable drag only from the name column:
- In Everything, type in the following search and press ENTER:
/name_only_drag=1 - If successful you should see name_only_drag=1 in the status bar for a few seconds.
Re: Full row select
Thank you void.
It doesn't work like expected.
If you select for example the lines 1-10, and then want to select the lines 5-8, you need to be able to do that while hovering the Path Column and dragging.
Currently, dragging the selection will get into MoveFile mode instead of letting the user select again by RectangleSelection.
Only when start the dragging of selection while hovering the Name text, only then it should get into MoveFile mode.
It doesn't work like expected.
If you select for example the lines 1-10, and then want to select the lines 5-8, you need to be able to do that while hovering the Path Column and dragging.
Currently, dragging the selection will get into MoveFile mode instead of letting the user select again by RectangleSelection.
Only when start the dragging of selection while hovering the Name text, only then it should get into MoveFile mode.
Re: Full row select
Thank you for the feedback Stamimail,
Please try the latest Everything 1.5 Alpha.
Version 1.5.0.1245 will only allow dragging by clicking on the text in the name column.
Would you prefer to allow dragging from anywhere in the name column when the result is already selected? -Or is dragging from the text only OK?
Please try the latest Everything 1.5 Alpha.
Version 1.5.0.1245 will only allow dragging by clicking on the text in the name column.
Would you prefer to allow dragging from anywhere in the name column when the result is already selected? -Or is dragging from the text only OK?
Re: Full row select
I think now it's OK.
But we can make it better.
By testing, "Full row select" helps us to follow along and know which properties belongs to which file Name only in a case we select one item.
In a case we have multiple selection, it won't really help us with this.
What will really help us will be:
/selected_border=1
/selected_border_color=#rrggbb
Then it will be closer to Windows Explorer.
So I think it's not a matter for
Check/Uncheck the "Full row select" option
What finally we'll need to have is like this (IMHO):
One color for Highlighted selection - Only NameText (like when "Full row select" is diasbled).
AND one color for
/selected_border=1
/selected_border_color=#rrggbb
will be stretched on all columns (like when "Full row select" is enabled).
Optional:
One color for highlighting non NameText. (like 2 layers of colors in one row)
This is not an exact picture, but I hope you will understand.
But we can make it better.
By testing, "Full row select" helps us to follow along and know which properties belongs to which file Name only in a case we select one item.
In a case we have multiple selection, it won't really help us with this.
What will really help us will be:
/selected_border=1
/selected_border_color=#rrggbb
Then it will be closer to Windows Explorer.
So I think it's not a matter for
Check/Uncheck the "Full row select" option
What finally we'll need to have is like this (IMHO):
One color for Highlighted selection - Only NameText (like when "Full row select" is diasbled).
AND one color for
/selected_border=1
/selected_border_color=#rrggbb
will be stretched on all columns (like when "Full row select" is enabled).
Optional:
One color for highlighting non NameText. (like 2 layers of colors in one row)
This is not an exact picture, but I hope you will understand.
Re: Full row select
btw,
I think there is a bug with
/selected_border=1
There is no border when 1 item is selected, or the thickness of the border is not uniform when multiple items selected.
Also I think,
The rectangular selection should be customizable (and not be dependent on the highlighted selection color).
I think there is a bug with
/selected_border=1
There is no border when 1 item is selected, or the thickness of the border is not uniform when multiple items selected.
Also I think,
The rectangular selection should be customizable (and not be dependent on the highlighted selection color).
Re: Full row select
I have put this on my TODO list as it's difficult to support multiple selection background colors in the same column without rewriting a lot of the result list coloring routines.What finally we'll need to have is like this (IMHO):
One color for Highlighted selection - Only NameText (like when "Full row select" is diasbled)
It is partially implemented with the /selected_row_color=#rrggbb ini option.
The accent color is used for the focused item.I think there is a bug with
/selected_border=1
There is no border when 1 item is selected, or the thickness of the border is not uniform when multiple items selected.
The selection border doesn't overlap the next item like you might see in Windows Explorer.
When consecutive rows are selected, you will see a double border.
Use /translucent_selection_rectangle_background_color=#rrggbb and /translucent_selection_rectangle_border_color=#rrggbb and /translucent_selection_rectangle_alpha=0-255 to customize.The rectangular selection should be customizable (and not be dependent on the highlighted selection color).
Re: Full row select
One optional solution as a reference. by Configure color theme as bellow.What finally we'll need to have is like this (IMHO):
One color for Highlighted selection - Only NameText (like when "Full row select" is diasbled).
The .ini configuration file is attache:"Color theme -Jack-1 - Everything.ini"
- Attachments
-
- Color theme -Jack-1 - Everything.ini.7z
- (12.02 KiB) Downloaded 382 times
Re: Full row select
@Jack
This quote is partial. I can't see in your image a solution for what I've described.
Look what is easier for you to follow along the line (checking the "Date Created" for example):
Windows Defender
OR
Windows Media Player
btw, I think these colors in WIndows 7 are better from WIndows 10.
This quote is partial. I can't see in your image a solution for what I've described.
Look what is easier for you to follow along the line (checking the "Date Created" for example):
Windows Defender
OR
Windows Media Player
btw, I think these colors in WIndows 7 are better from WIndows 10.
Re: Full row select
Just making a note here, that selected_border=1 doesn't look too bad when using a gap between items.