V1.5.0.1400a (x64)
Multiple clicks result in only one instance,
V1.5.0.1413b (x64)
Multiple clicks result Multiple instance,
V1.5.0.1413b (x64) allow_multiple_windows=0 not work
Re: V1.5.0.1413b (x64) allow_multiple_windows=0 not work
allow_multiple_windows=0
allow_multiple_instances=0
allow_multiple_instances=0
Re: V1.5.0.1413b (x64) allow_multiple_windows=0 not work
What do you mean by "multiple clicks" & "one/multiple instances"?
Multiple clicks, of what?
Multiple instances, of what?
What are you doing, & what is happening, & what are you look to happen?
Oh.
OK, with that, 1413b, I am seeing the expected action.
allow_multiple_windows=0 (the default setting)
C:\> Everything.exe -s abc123
Opens Everything, searches for "abc123".
C:\> Everything.exe -s abc123
Opens Everything, searches for "abc123" - in the currently open window/tab.
C:\> Everything.exe -s abc123
C:\> Everything.exe -s abc123
C:\> Everything.exe -s abc123
Ditto, all searches open in the same window/tab.
-
allow_multiple_windows=1
C:\> Everything.exe -s abc123
Opens Everything, searches for "abc123" - in a new window.
C:\> Everything.exe -s abc123
C:\> Everything.exe -s abc123
C:\> Everything.exe -s abc123
Ditto, all searches open in a new window.
Multiple clicks, of what?
Multiple instances, of what?
What are you doing, & what is happening, & what are you look to happen?
Oh.
https://www.voidtools.com/support/everything/ini/allow_multiple_windows
Create a new search window or show an existing search window when Everything.exe is run. If set to 1, a new search window is always created. If set to 0 and no search window exists a new one is created. If set to 0 and a search window already exists, the existing search window is shown.
OK, with that, 1413b, I am seeing the expected action.
allow_multiple_windows=0 (the default setting)
C:\> Everything.exe -s abc123
Opens Everything, searches for "abc123".
C:\> Everything.exe -s abc123
Opens Everything, searches for "abc123" - in the currently open window/tab.
C:\> Everything.exe -s abc123
C:\> Everything.exe -s abc123
C:\> Everything.exe -s abc123
Ditto, all searches open in the same window/tab.
-
allow_multiple_windows=1
C:\> Everything.exe -s abc123
Opens Everything, searches for "abc123" - in a new window.
C:\> Everything.exe -s abc123
C:\> Everything.exe -s abc123
C:\> Everything.exe -s abc123
Ditto, all searches open in a new window.
Re: V1.5.0.1413b (x64) allow_multiple_windows=0 not work
So, why aren't you seeing the same?
You aren't running from a command line/batch file.
Tell us about your "click".
You aren't running from a command line/batch file.
Tell us about your "click".
Re: V1.5.0.1413b (x64) allow_multiple_windows=0 not work
Check if you are calling Everything with -new-window
-new-window will override allow_multiple_windows=0
Please send your Help -> Troubleshooting information.
-new-window will override allow_multiple_windows=0
Please send your Help -> Troubleshooting information.
Re: V1.5.0.1413b (x64) allow_multiple_windows=0 not work
Sorry for my English. I hope translation software can do better. Thank you.
I created a shortcut in the taskbar, without any parameters, just the absolute exe path.
Originally, when I set it to allow only one window, if I clicked it once, it would create one window, and clicking it again would activate the existing window in Everything.
But in the current version, if I click it again, it opens a new window. This setting seems to have become ineffective.
I created a shortcut in the taskbar, without any parameters, just the absolute exe path.
Originally, when I set it to allow only one window, if I clicked it once, it would create one window, and clicking it again would activate the existing window in Everything.
But in the current version, if I click it again, it opens a new window. This setting seems to have become ineffective.
Re: V1.5.0.1413b (x64) allow_multiple_windows=0 not work
It's the new -is-relaunch-command command line option that is sent when clicking on the taskbar button.
This will ignore your allow_multiple_windows setting.
I'll have this fixed in the next update.
For now, right click the Everything taskbar button.
Right click Everything and click Properties.
Add to the end of the target.
This will ignore your allow_multiple_windows setting.
I'll have this fixed in the next update.
For now, right click the Everything taskbar button.
Right click Everything and click Properties.
Add
-no-new-windowRe: V1.5.0.1413b (x64) allow_multiple_windows=0 not work
I gather that comes about during an installation, when a particular install setting is set?-is-relaunch-command
Oh, but it must be setting that (adding that switch) in the Windows Registry?
(And in that regard, if is already running, you're opening a New Window, rather then simply displaying the current window/tab.
Odd, I'd think?)
Re: V1.5.0.1413b (x64) allow_multiple_windows=0 not work
The relaunch command is set when the main Everything window is created.I gather that comes about during an installation, when a particular install setting is set?
This registers the relaunch command, icon and display name with the window.
Windows uses this information when showing or pinning Everything in the taskbar button.
Windows might store the -is-relaunch-command switch in the registry, but that's outside the control of Everything.Oh, but it must be setting that (adding that switch) in the Windows Registry?
You can remove the -is-relaunch-command switch from the shortcut by right clicking the taskbar, right clicking Everything and clicking properties.
Generally, the intention for the relaunch command is to create a new window.(And in that regard, if is already running, you're opening a New Window, rather then simply displaying the current window/tab.
Odd, I'd think?)
That is why I hard-coded it as such.
There might be another issue as clicking on the taskbar button should activate the already-running Everything, not run the relaunch command.
@ncnnnn, please try unpinning Everything and re-pinning Everything.