Search found 37 matches

by d.romeo
29 Mar 2024 19:04
Forum: Tips & Tricks, Questions & Answers
Topic: #190; not working
Replies: 1
Views: 115

#190; not working

If I execute #190; //restart without saving in my scripts, XYplorer is closed but not restarted, even if I execute the command from the "Run script" window. How can I solve this problem or replace the command with a function to restart XYplorer? This is my script #182; $iniTRGT = "C:\...
by d.romeo
20 Mar 2024 19:00
Forum: Tips & Tricks, Questions & Answers
Topic: How to set the file encoding type in the tooltip?
Replies: 7
Views: 411

How to set the file encoding type in the tooltip?

I would like that when the mouse hovers over the text file, the encoding type is displayed in the tooltip, for example UTF-8, UTF-16 with BOM, etc. Is it possible in XYplorer?
by d.romeo
26 Nov 2023 16:53
Forum: Script Exchange
Topic: [AutoHotkey v2] Redirect Explorer Windows
Replies: 8
Views: 869

Re: [AutoHotkey v2] Redirect Explorer Windows

It works, thank you very much. If there are new versions, I will download them immediately ;)
by d.romeo
26 Nov 2023 14:16
Forum: Script Exchange
Topic: [AutoHotkey v2] Redirect Explorer Windows
Replies: 8
Views: 869

Re: [AutoHotkey v2] Redirect Explorer Windows

It doesn't seem to work, even the control panel doesn't work anymore:

Code: Select all

[RedirectToggle_1=SecondComandLine]
key=0
[TrayMenu_DarkMode]
key=1
[excludeList_OnePerLine]
::{26EE0668-A00A-44D7-9371-BEB064C98683}
*.pbd
Questo PC
This PC
C:
by d.romeo
25 Nov 2023 20:35
Forum: Script Exchange
Topic: [AutoHotkey v2] Redirect Explorer Windows
Replies: 8
Views: 869

Re: [AutoHotkey v2] Redirect Explorer Windows

How to add a list of custom window names to exclude from re-addressing? For example, This PC||myPath?
by d.romeo
22 Oct 2023 16:14
Forum: Tips & Tricks, Questions & Answers
Topic: Disable the XYplorer context menu
Replies: 7
Views: 467

Re: Disable the XYplorer context menu

I haven't tested Shell, but FYI you would need to at the bare minimum remove/comment out this line in the config of Shell for it to support other apps besides Explorer. exclude.where = !process.is_explorer the line is already commented, Shell works everywhere except in XY, I think it depends on XY ...
by d.romeo
22 Oct 2023 16:12
Forum: Script Exchange
Topic: Problem with "cmd /k" in a script
Replies: 1
Views: 316

Problem with "cmd /k" in a script

I would like to include in my file compression script the possibility of leaving the cmd open at the end of the event with the cmd /k command in the run function $zip = "C:\Program Files\7-Zip\7z.exe"; $sel = quote(get("SelectedItemsPathNames", '" "')); $cnt = get("...
by d.romeo
20 Oct 2023 19:56
Forum: Tips & Tricks, Questions & Answers
Topic: Disable the XYplorer context menu
Replies: 7
Views: 467

Re: Disable the XYplorer context menu

Is there hope that this change will be implemented?
by d.romeo
15 Oct 2023 20:06
Forum: Tips & Tricks, Questions & Answers
Topic: Disable the XYplorer context menu
Replies: 7
Views: 467

Re: Disable the XYplorer context menu

Is there any possibility to disable the xyplorer context menu?
Thank you.
by d.romeo
08 Oct 2023 22:17
Forum: Tips & Tricks, Questions & Answers
Topic: Disable the XYplorer context menu
Replies: 7
Views: 467

Disable the XYplorer context menu

I would like to be able to disable the XYplorer context menu to be able to use Windows 11's new default context menu in XY as well. I enabled the context menu in 64 bit, but it doesn't work, the Windows 10 context menu always opens. My goal is to be able to use https://nilesoft.org 's Shell in XY, w...
by d.romeo
20 Aug 2023 14:54
Forum: Tips & Tricks, Questions & Answers
Topic: Remember the last selection in the various folders
Replies: 6
Views: 473

Re: Remember the last selection in the various folders

It works thank you.
How do options 1 and 2 behave instead?
by d.romeo
19 Aug 2023 12:47
Forum: Tips & Tricks, Questions & Answers
Topic: Remember the last selection in the various folders
Replies: 6
Views: 473

Re: Remember the last selection in the various folders

The option is already enabled, however, its effect is partial, the element is put in focus, but not selected. It also does not work between two different boards, or for folders visited the week before for example.
by d.romeo
18 Aug 2023 23:56
Forum: Tips & Tricks, Questions & Answers
Topic: Remember the last selection in the various folders
Replies: 6
Views: 473

Remember the last selection in the various folders

Is it possible to automatically remember and select the last used item in a previously visited specific folder? For example, if I navigated to "C:\a\b\c\d.txt" yesterday, when I return to the "a" folder today, I would like to find the "b" folder selected among all the i...
by d.romeo
23 Apr 2023 13:04
Forum: Tips & Tricks, Questions & Answers
Topic: How to change catalog colors via script
Replies: 3
Views: 256

Re: How to change catalog colors via script

yes of course, but I don't know the codes to set the colors in the catalogue, I hope they exist