Search found 287 matches

by cadu
12 Jun 2019 13:34
Forum: Tips & Tricks, Questions & Answers
Topic: Possible including "Preview" tab in saved layout windows?
Replies: 2
Views: 540

Re: Possible including "Preview" tab in saved layout windows?

You can open the info panel as part of the layout ShowInfoPanel=1 in the layout file. The info panel will typically open to the last tab used so if you last used Preview it will open to Preview. If that's not good enough for your needs, just invoke Command ID #1023 which opens the info panel to the...
by cadu
03 Jun 2019 13:11
Forum: Tips & Tricks, Questions & Answers
Topic: Is there a user command to run specific layout window directly?
Replies: 2
Views: 526

Is there a user command to run specific layout window directly?

Hello, I'd appreciate help. Currently, when I need to change a layout window I need to use command #672, then pick a layout from the pop-up window. Is there a user command to run a specific layout window directly? By specific I mean: <xypath>\Data\Layouts\Mini.txt Thanks for the assistance, Carlos
by cadu
03 Jun 2019 13:02
Forum: Tips & Tricks, Questions & Answers
Topic: Possible including "Preview" tab in saved layout windows?
Replies: 2
Views: 540

Possible including "Preview" tab in saved layout windows?

Hello,
I'd appreciate help.
The default Save Layout Window (command #673) just stores the window/pane positions.
Is it possible to including "Preview" tab (please see snapshot) in saved layout windows?
Thanks for the assistance,
Carlos

Image
by cadu
15 May 2019 19:04
Forum: Tips & Tricks, Questions & Answers
Topic: Script syntax with conditional (IF) to run command considering there is (or not) selected items in list pane
Replies: 7
Views: 1191

Re: Script syntax with conditional (IF) to run command considering there is (or not) selected items in list pane

highend wrote: 15 May 2019 17:44 Use a proper text editor with syntax highlighting...
It seems I need to evolve!
Would you mind sharing the name of your favorite text editor?
by cadu
15 May 2019 17:41
Forum: Tips & Tricks, Questions & Answers
Topic: Script syntax with conditional (IF) to run command considering there is (or not) selected items in list pane
Replies: 7
Views: 1191

Re: Script syntax with conditional (IF) to run command considering there is (or not) selected items in list pane

You didn't indent the lines properly if that's happening Thanks for further feedback. The former post was already updated. By the way, from XYplorer script editor, is there any other way to add indentation besides "space"? For instance, I tried the "tab" key, but there is no eff...
by cadu
15 May 2019 17:16
Forum: Tips & Tricks, Questions & Answers
Topic: Script syntax with conditional (IF) to run command considering there is (or not) selected items in list pane
Replies: 7
Views: 1191

Re: Script syntax with conditional (IF) to run command considering there is (or not) selected items in list pane

Thank you very much @highend! I always learn a lot from you. For documentation purposes, this is my script using IF: if (<curitem>) {run """<xypath>\_Everything\Everything.exe"" -filename ""<curitem>""" -d ""<curitem>""" } el...
by cadu
15 May 2019 15:54
Forum: Tips & Tricks, Questions & Answers
Topic: Script syntax with conditional (IF) to run command considering there is (or not) selected items in list pane
Replies: 7
Views: 1191

Script syntax with conditional (IF) to run command considering there is (or not) selected items in list pane

Hi, I'd appreciate your help. What would be the script syntax for the following conditional (IF): If there is any item/folder selected in the list pane, then run: run """<xypath>\_Everything\Everything.exe"" -filename ""<curitem>"""; If there ISN'T i...
by cadu
05 May 2019 19:08
Forum: Tips & Tricks, Questions & Answers
Topic: Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?
Replies: 10
Views: 2963

Possible set "Tab History" list to pop-up always on the active pane, even when the tree is ON?

Hi, I'd appreciate your help. I set a shortcut for the command "Tab History (#345)". If the tree is ON when I press the shortcut, "Tab History" list pops-up on the tree (see snapshot). If the tree is OFF when I press the shortcut, the list pops-up on the active pane, which is the...
by cadu
01 May 2019 16:28
Forum: Tips & Tricks, Questions & Answers
Topic: How set XYplorer to open links to external apps (Thunderbird, MindManager) from column field?
Replies: 0
Views: 1424

How set XYplorer to open links to external apps (Thunderbird, MindManager) from column field?

Hello, I'd appreciate your help. I have a "location" column, which I fill with webpage links (eg. https://www.xyplorer.com). For web, when I click the field and the browser is launched properly. Perfect! I'm trying to use the same field to launch links to external apps, like Thunderbird/Th...
by cadu
17 Apr 2019 21:29
Forum: Tips & Tricks, Questions & Answers
Topic: Command to display everything including subfolder items?
Replies: 13
Views: 3634

Re: Command to display everything including subfolder items?

Hi, I'm posting in this thread since it was the closest I found about the branch views. Actually, my question is about the search output "show all items in branch", and the functionality "branch view" (image attached). It seems that the functionality "branch view" perfo...
by cadu
08 Apr 2019 13:36
Forum: Tips & Tricks, Questions & Answers
Topic: Script: "moveto" creating a folder in current folder automatically. Possible?
Replies: 2
Views: 697

Re: Script: "moveto" creating a folder in current folder automatically. Possible?

highend wrote: 07 Apr 2019 16:36

Code: Select all

moveto "New folder", , , 2, 2;
Crazy, right?
Many thanks, @highend.
I also explored another way to "move" files creating a folder in the current folder:
I joined the commands "Cut;#200" and "PastetoSubfolder;#211":

Code: Select all

#200;#211
by cadu
08 Apr 2019 13:26
Forum: Tips & Tricks, Questions & Answers
Topic: Zip: Possible extract into a folder with same zip file name?
Replies: 7
Views: 1655

Re: Zip: Possible extract into a folder with same zip file name?

Leito wrote: 08 Apr 2019 09:55 It extracts to the current folder if there is only one item in the root of the archive, or else in a new folder like you desire.
This is handy! Useful script!
Thanks for sharing @Leito.
by cadu
07 Apr 2019 16:15
Forum: Tips & Tricks, Questions & Answers
Topic: Script: "moveto" creating a folder in current folder automatically. Possible?
Replies: 2
Views: 697

Script: "moveto" creating a folder in current folder automatically. Possible?

Hi, I'd appreciate your help. Through script "moveto" (or other one), is it possible (1) creating a folder in current folder, (2) then move selected content to there? I'm looking for a 1-click/run command to be executed in the situation: 1- Select files/folders 2- Run command I'm looking f...
by cadu
07 Apr 2019 15:26
Forum: Tips & Tricks, Questions & Answers
Topic: Zip: Possible extract into a folder with same zip file name?
Replies: 7
Views: 1655

Re: Zip: Possible extract into a folder with same zip file name?

highend wrote: 07 Apr 2019 14:22 Sure, there is the zip_extract() command...
Worked perfectly. Thank you very much!
by cadu
07 Apr 2019 14:20
Forum: Tips & Tricks, Questions & Answers
Topic: Zip: Possible extract into a folder with same zip file name?
Replies: 7
Views: 1655

Re: Zip: Possible extract into a folder with same zip file name?

Right click it, Zip - Extract to <name of zip file>\ Configuration | General | Menus, Mouse, Safety | Context Menus | File List... [x] Zip Thank you for your reply. I could make ZIP to work when I set XYplorer inbuilt menu. However, I use most of the time the 64-bit context menu, in which there is ...