Some features for 1.5
Some features for 1.5
Wow,since when this was added,I never notice it and I do update Everything from time to time
1.It would be nice to have a way to manage the windows(merge all into one or specific ones to a specific window)
2.Add an option to open a new tap or a new window from the tray icon(currently I can create a new window but not a new tab...unless there is some ini only option that I don't know about
3.Remember view mode between tabs
4.When drag dropping an item to the path column,drop the item in that folder
For example I drag an item from the explorer to the everything window and if I drop it over the path column,copy\move the file into the folder I am hovering
1.It would be nice to have a way to manage the windows(merge all into one or specific ones to a specific window)
2.Add an option to open a new tap or a new window from the tray icon(currently I can create a new window but not a new tab...unless there is some ini only option that I don't know about
3.Remember view mode between tabs
4.When drag dropping an item to the path column,drop the item in that folder
For example I drag an item from the explorer to the everything window and if I drop it over the path column,copy\move the file into the folder I am hovering
Last edited by NotNull on Mon Nov 13, 2023 7:55 am, edited 1 time in total.
Reason: Moved to Everything 1.5 forum
Reason: Moved to Everything 1.5 forum
Re: Some features for 1.5
Thank you for your feedback vsub,
Tabs are currently experimental.
(I haven't made an official post about them yet)
New windows will likely be replaced with tabs once they are stable, usable and useful.
I will likely add a "Open new windows in tabs" option under Tools -> Options -> UI.
There was issues with 1358a and earlier.
-or-
Use right-click drag drop.
-Everything doesn't do this without the modifier key or right-click dragdrop to prevent accidental drops.
Thank you for the suggestions.
Tabs are currently experimental.
(I haven't made an official post about them yet)
I will consider an option to merge all windows into tabs.1.It would be nice to have a way to manage the windows(merge all into one or specific ones to a specific window)
New windows will likely be replaced with tabs once they are stable, usable and useful.
I will likely add a "Open new windows in tabs" option under Tools -> Options -> UI.
The option is hidden at the moment:2.Add an option to open a new tap or a new window from the tray icon(currently I can create a new window but not a new tab...unless there is some ini only option that I don't know about
- 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:
tab - Select open_new_window_in_tab.
- Set the value to: true
- Click OK.
1359a should.3.Remember view mode between tabs
There was issues with 1358a and earlier.
Use Ctrl or Shift or Ctrl+Shift to drop on the path column.4.When drag dropping an item to the path column,drop the item in that folder
For example I drag an item from the explorer to the everything window and if I drop it over the path column,copy\move the file into the folder I am hovering
-or-
Use right-click drag drop.
-Everything doesn't do this without the modifier key or right-click dragdrop to prevent accidental drops.
Thank you for the suggestions.
Re: Some features for 1.5
1.Thanks
2.Nice,btw I don't know if this is a bug but option "bookmark_open_action" does not work when I set it to open in new tab(the option opens a new window instead)
If I enable "open_new_window_in_tab" and set the "bookmark_open_action" to open in new window,then it opens in a new tab(if I set it to open in new tab,it still opens a new window)
3.Nice,I guess my version was not the latest
4.Nice again,I learned something new
Something else would be nice too
An option to remember the last window tabs when you have to restart Everything
2.Nice,btw I don't know if this is a bug but option "bookmark_open_action" does not work when I set it to open in new tab(the option opens a new window instead)
If I enable "open_new_window_in_tab" and set the "bookmark_open_action" to open in new window,then it opens in a new tab(if I set it to open in new tab,it still opens a new window)
3.Nice,I guess my version was not the latest
4.Nice again,I learned something new
Something else would be nice too
An option to remember the last window tabs when you have to restart Everything
Re: Some features for 1.5
Thank you for bringing this to my attention.2.Nice,btw I don't know if this is a bug but option "bookmark_open_action" does not work when I set it to open in new tab(the option opens a new window instead)
The label is wrong under the Advanced Search.
This will be fixed in the next alpha update.
For now, please set this to New Window (which is really new tab)
Sessions will remember the last windows/tabs.Something else would be nice too
An option to remember the last window tabs when you have to restart Everything
You'll be able to restore windows/tabs after they are closed or if you exit Everything.
Thank you for the suggestions.
Re: Some features for 1.5
Everything 1.5.0.1360a fixes the advanced settings labels for bookmark_open_action.
Re: Some features for 1.5
Thanks
Just to mention something,when it is set to open a new tab(happens on 1359a too),if you try to run the bookmark that is executing "about:exe",this opens the folder as expected but it also creates a new tab
And btw is it currently possible to open multiple tabs with a single bookmark
Just to mention something,when it is set to open a new tab(happens on 1359a too),if you try to run the bookmark that is executing "about:exe",this opens the folder as expected but it also creates a new tab
And btw is it currently possible to open multiple tabs with a single bookmark
Re: Some features for 1.5
Thank you for the feedback vsub,
Currently, Everything adds the new tab then sets the bookmark search.
One idea is after setting the bookmark search and the search was only search commands, close the tab.
One way to do this now is with /command 40017
This will open a new tab.
Consider the following bookmark search to open 3 tabs:
/command 40017
A
/command 40017
B
/command 40017
C
/command
Use Alt + Enter to add a new line.
I'll look into options here.but it also creates a new tab
Currently, Everything adds the new tab then sets the bookmark search.
One idea is after setting the bookmark search and the search was only search commands, close the tab.
No official way yet.And btw is it currently possible to open multiple tabs with a single bookmark
One way to do this now is with /command 40017
This will open a new tab.
Consider the following bookmark search to open 3 tabs:
/command 40017
A
/command 40017
B
/command 40017
C
/command
Use Alt + Enter to add a new line.
Re: Some features for 1.5
Is that normal or I can do it outside Everything
When I make my bookmark and paste into the bookmark search criteria,it is automatically converted into a single line
Even if I make it multi line in everything,then copy and paste it,it becomes a single line again
And about the "about" options,maybe check if the search criteria contains one of those("about:") before executing the code that opens a new tab
When I make my bookmark and paste into the bookmark search criteria,it is automatically converted into a single line
Even if I make it multi line in everything,then copy and paste it,it becomes a single line again
And about the "about" options,maybe check if the search criteria contains one of those("about:") before executing the code that opens a new tab
Re: Some features for 1.5
Please try calling the following:I can do it outside Everything
Code: Select all
Everything64.exe -newtab -s "My Search A"
Everything64.exe -newtab -s "My Search B"
Everything64.exe -newtab -s "My Search C"
-s
I'll look into support for pasting multiple lines.When I make my bookmark and paste into the bookmark search criteria,it is automatically converted into a single line
It's complicated, as about: and about:"not an about: command" is a valid search.And about the "about" options,maybe check if the search criteria contains one of those("about:") before executing the code that opens a new tab
However, I will look into doing this.
Thank you for the suggestions.
Re: Some features for 1.5
Everything 1.5.0.1361a now supports pasting multiple lines into the bookmark search.
I am still working on preventing a new tab/window when no search is performed.
I am still working on preventing a new tab/window when no search is performed.