Search found 17 matches

by mec337
02 Jun 2025 18:01
Forum: Bug Reports
Topic: Request for Update on XYplorer Crash Issue with FancyZones
Replies: 2
Views: 1017

Re: Request for Update on XYplorer Crash Issue with FancyZones

Confirmed, this is an issue with dual monitor setup
by mec337
29 May 2025 21:22
Forum: Wishes
Topic: Try Script - no mechanism to save script
Replies: 5
Views: 3374

Re: Try Script - no mechanism to save script

I get your point, Granted "Try Script" is a pain to develop scripts, but its the only way to do it i.e. REPL. As "Run Script" has no real development benefit when creating / testing scripts. The "Try Script" dialog has the instruction "Enter Script to Try" i.e...
by mec337
28 May 2025 21:25
Forum: Wishes
Topic: Try Script - no mechanism to save script
Replies: 5
Views: 3374

Try Script - no mechanism to save script

When hacking around in Try Script when you finally get something working there is no mechanism to save a script file from that dialog..

Regards.
m
by mec337
28 May 2025 21:13
Forum: Bug Reports
Topic: tabsets is remembering a deleted tabset
Replies: 14
Views: 2157

Re: tabsets is remembering a deleted tabset

Unfortunately itemList is an enum/integer so that did not help as you cant pass it a filename. so are forced to get everything in one go i.e. all selected files. If it was possible to pass an individual filename that would allow the returned string to be tokenised and used in a suitable way. I ended...
by mec337
28 May 2025 15:19
Forum: Bug Reports
Topic: tabsets is remembering a deleted tabset
Replies: 14
Views: 2157

Re: tabsets is remembering a deleted tabset

Can report take the item from the loop? excuse the rubbish from copilot below, assume its pseudo code. i.e can report be passed an individual file object, its easier to manipulate (pad) an individual text string - obviously this requires two loops one to get the maximum file size and one to do the p...
by mec337
28 May 2025 15:11
Forum: Wishes
Topic: Python support for scripting
Replies: 2
Views: 2333

Python support for scripting

A mechanism to call python script with relevant parameters (obtained from XYplorer script) with the optional result if any returned to XYplorer. or for that matter a DLL or EXE

Is there any plugin mechanism? is there a way to create user defined functions as part of scripting?

Regards.

m
by mec337
28 May 2025 14:14
Forum: Bug Reports
Topic: tabsets is remembering a deleted tabset
Replies: 14
Views: 2157

Re: tabsets is remembering a deleted tabset

how do i get that for all selected files such that i can get the individual parts and format as required in a full script report() with a template or parse the clipboard after using #105; ? Thanks for responding, was playing around with scripting looked at report, convinced it didnt give me what I ...
by mec337
28 May 2025 13:50
Forum: Bug Reports
Topic: tabsets is remembering a deleted tabset
Replies: 14
Views: 2157

Re: tabsets is remembering a deleted tabset

Tabssets should appear in Tools\List management and should allow you to delete / rename accordingly in my opinion
by mec337
28 May 2025 13:25
Forum: Bug Reports
Topic: tabsets is remembering a deleted tabset
Replies: 14
Views: 2157

Re: tabsets is remembering a deleted tabset

HOW ABOUT IF I SHOUT LOUD ENOUGH :) By back arrow I meant parent of the sub folder in my case, but back being back to the previous folder location. However you want to describe it it gets confused at least when my tabsets were confused. Really would like a save tabs (both sides) button for tabsets t...
by mec337
28 May 2025 11:24
Forum: Bug Reports
Topic: tabsets is remembering a deleted tabset
Replies: 14
Views: 2157

Re: tabsets is remembering a deleted tabset

Deleted from the tabset folder... I fixed the issue by editing the ini file to remove Tabset(n) i.e. tabset1 and tabset2 is there not a better way to remove tabsets than deleting from the tabset folder. My guess is if you do that and depending on the tabset save configuration it can get confused. I ...
by mec337
28 May 2025 10:59
Forum: Tips & Tricks, Questions & Answers
Topic: tabs is it possible to view two different locations within the same tab
Replies: 3
Views: 1575

Re: tabs is it possible to view two different locations within the same tab

Thanks for the reply, that does not give the desired result.
The tab contains two folders in a single tab view, but does not give a dual vertical folder view. i.e. two folder locations in a vertical dual pane configuration for easy drag and drop between locations

Regards.
m
by mec337
28 May 2025 10:35
Forum: Tips & Tricks, Questions & Answers
Topic: tabs is it possible to view two different locations within the same tab
Replies: 3
Views: 1575

tabs is it possible to view two different locations within the same tab

Q. tabs is it possible to view two different locations within the same tab i.e. a real dual pane view

regards.
Martin
by mec337
28 May 2025 10:12
Forum: Bug Reports
Topic: tabsets is remembering a deleted tabset
Replies: 14
Views: 2157

tabsets is remembering a deleted tabset

tabsets is remembering a deleted tabset I once created a tabset named TabsetNewOne, if I open another tabset and delete TabsetNewOne and then do save settings the tabset is recreated? I should also mention that Auto-Save tabsets on switch is off, and tabsets can revert after saving settings is off I...
by mec337
27 May 2025 21:40
Forum: Tips & Tricks, Questions & Answers
Topic: Tabsets - Explain like I am 5
Replies: 5
Views: 1148

Re: Tabsets - Explain like I am 5

I cant see how that would be useful (having separate tabsets for dual pane) - doesn't it make sense for dual pane mode to save all tabsets in pane 1 and 2 or am I missing something? surely the whole point of dual pane is to allow easier find, copy paste from source pane to destination pane. I was ex...