How to include catalogs temporally?

Features wanted...
Post Reply
eil
Posts: 1621
Joined: 13 Jan 2011 19:44

How to include catalogs temporally?

Post by eil »

in help file i read this for catalogload switch: "p: Make [file] the permanent Catalog, i.e. load this Catalog on next app start"
which makes me think that if i use this:

Code: Select all

  catalogload "r_main.dat", "p";
  catalogload "r_add.dat", "i";
on next run i will have only r_main.dat loaded, as it was set as default(permanent), and r_add.dat shouldn't load - but it does. i know there is "e" switch to unload additional catalogs, but i expect everything "non-permanent" to be temporally loaded, and be gone on next run by itself.
what am i doing or understanding wrong?
Win 7 SP1 x64 100% 1366x768

eil
Posts: 1621
Joined: 13 Jan 2011 19:44

Catalogload switch for temporal include.

Post by eil »

i checked whole help file and forum, and there is no way to temporally include catalog, while i really need it. i falsely expected switches "p" and "i" to work as first catalog being set as default/main, and included one is just for this session, now i understand it's wrong.

basically what i ask for is say "t"(for temporal) switch for including catalogs just for one session only, so i don't have to de-include them each time on next run, and only "permanent" catalog be loaded.
Win 7 SP1 x64 100% 1366x768

RalphM
Posts: 1935
Joined: 27 Jan 2005 23:38
Location: Cairns, Australia

Re: Catalogload switch for temporal include.

Post by RalphM »

Did this really need a double post?
viewtopic.php?f=3&t=20248
Ralph :)
(OS: W11 22H2 Home x64 - XY: Current beta - Office 2019 32-bit - Display: 1920x1080 @ 125%)

bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Re: How to include catalogs temporally?

Post by bdeshi »

[merged and moved to wishes.]
eil wrote: 15 Mar 2019 14:08 but i expect everything "non-permanent" to be temporally loaded, and be gone on next run by itself
The meaning of catalogload's "i" parameter is probably not clear to you.
catalogload reference wrote:i: Include (temporarily merge) an external catalog in the current one.
The word "temporary" here is not actually related to the XYplorer session. Instead it means that the new catalog is not permanently merged into the parent catalog file, but can be excluded later, hence the use of the phrase "temporary merge". (Perhaps the description's wording could be better.)
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

eil
Posts: 1621
Joined: 13 Jan 2011 19:44

Re: Catalogload switch for temporal include.

Post by eil »

RalphM wrote: 16 Mar 2019 01:50 Did this really need a double post?
viewtopic.php?f=3&t=20248
i was going to delete that topic in Tips branch, but was too sleepy yesterday. i understood it's obviously not possible, so now it's a wish.
Win 7 SP1 x64 100% 1366x768

eil
Posts: 1621
Joined: 13 Jan 2011 19:44

Re: How to include catalogs temporally?

Post by eil »

no, maybe, later - any answer?

or maybe at least a hint for some way to save all settings on exit except catalog?(don't know maybe there is some tweak).
Win 7 SP1 x64 100% 1366x768

admin
Site Admin
Posts: 60567
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: How to include catalogs temporally?

Post by admin »

No, not planned at the moment.

Tip: Exit without Saving.

eil
Posts: 1621
Joined: 13 Jan 2011 19:44

Re: How to include catalogs temporally?

Post by eil »

after dozens of experiments found some solution for myself, still hope XY one day to extend its settings with "Apply to" for these 2 options too(as Save Immediately and Recently Used already have those lists, i don't think it's a lot of work to do).
2019-03-20_205218.png
2019-03-20_205218.png (4.05 KiB) Viewed 1288 times
Win 7 SP1 x64 100% 1366x768

Post Reply