Folder aliases

Features wanted...
jgpaiva
Posts: 43
Joined: 02 Oct 2006 12:38

Folder aliases

Post by jgpaiva »

I'm not sure if XY already has this, but would it be possible that there was a way to define aliases for folders?

What i mean is that when i added some folder to favourites, i'd like to be able to define an alias for it, so that when i typed that in the address bar, i'd get that folder.

Thanks!

surrender
Posts: 623
Joined: 23 Oct 2005 08:53
Location: Berlin, Germany

Post by surrender »

something similar, catalog aliases is already on XY roadmap.

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Post by j_c_hallgren »

One can define a caption for an entry in the Catalog, which is somewhat like an alias...ok, so you can't type them in, but why type when you can click? :wink:
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

jgpaiva
Posts: 43
Joined: 02 Oct 2006 12:38

Post by jgpaiva »

j_c_hallgren wrote:One can define a caption for an entry in the Catalog, which is somewhat like an alias...ok, so you can't type them in, but why type when you can click? :wink:
Well.. I have 2 reasons: a small screen that doesn't allow me to have the catalog showing (at least, not until CKS are complete and i can add a few shortcuts of my own) and... because i don't like to use my mouse! :D

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

Re: Folder aliases

Post by admin »

jgpaiva wrote:I'm not sure if XY already has this, but would it be possible that there was a way to define aliases for folders?
You will get something better soon: hotkeys for going to folders! So you don't have to type into some box, but just hit a key wherever you are.

BTW: I had Ctrl+Shift+Alt+C for "goto C:" built in as an example, but since I added "hot zones" in the last release, it stopped working (I simply forgot to define a zone for it). It'll work again in the next version.

Liquidmantis
Posts: 32
Joined: 27 Apr 2007 22:34

Post by Liquidmantis »

Sorry for the thread necromancy, I meant to reply before and forgot.

An easy implementation of this would be to have XYplorer use all the environmental variables. For example I have %downloads% set to my download directory but while it works in everything Windows Explorer based, XYplorer doesn't use it.

Personally, I'd much rather that than hotkeys. Not only because I can use it in any file browsing operations and it's more logical to me, but I'm quickly running out of key combinations! ;)

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Post by jacky »

Liquidmantis wrote:An easy implementation of this would be to have XYplorer use all the environmental variables. For example I have %downloads% set to my download directory but while it works in everything Windows Explorer based, XYplorer doesn't use it.
hmm right, it seems XY only uses his own fixed environment variables, for both Windows & XY-specific ones.
FYI, full list is available here: http://88.191.26.34/XYwiki/index.php/En ... _Variables

But yes, since it is a standard Windows behavior to let one user add its own env. variables, maybe XY should use them as well.
It shouldn't be too complicated I think, as they're all simply listed in the registry, under HKEY_CURRENT_USER\Environment
Proud XYplorer Fanatic

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

Post by admin »

jacky wrote:But yes, since it is a standard Windows behavior to let one user add its own env. variables, maybe XY should use them as well.
It shouldn't be too complicated I think, as they're all simply listed in the registry, under HKEY_CURRENT_USER\Environment
I did not know about this possibility. Thanks.

mwb1100
Posts: 213
Joined: 19 May 2007 06:20

Post by mwb1100 »

jacky wrote:It shouldn't be too complicated I think, as they're all simply listed in the registry, under HKEY_CURRENT_USER\Environment
I believe that in VB the Environ() function should be used to query the environment variables. Windows merges settings for the environment from two registry locations: "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" and the "HKCU\Environment" key you mentioned.

Also, the user may launch XY from a command line prompt where he has modified the default environment - obtaining the values using the Environ() function will respect those changes.

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

Post by admin »

mwb1100 wrote:I believe that in VB the Environ() function should be used to query the environment variables. ...
Thanks for the tip!

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

Post by admin »

Liquidmantis wrote:An easy implementation of this would be to have XYplorer use all the environmental variables. For example I have %downloads% set to my download directory but while it works in everything Windows Explorer based, XYplorer doesn't use it.

Personally, I'd much rather that than hotkeys. Not only because I can use it in any file browsing operations and it's more logical to me, but I'm quickly running out of key combinations! ;)
Done. Should work from the next BETA version. 8)

Liquidmantis
Posts: 32
Joined: 27 Apr 2007 22:34

Post by Liquidmantis »

Has anyone mentioned how awesome you are lately? :shock:

Liquidmantis
Posts: 32
Joined: 27 Apr 2007 22:34

Post by Liquidmantis »

This is working great on XP, but on Vista it's not seeing my user variables. I still get the old error:

---------------------------
XYplorer
---------------------------
Couldn't find location:

D:\Program Files\XYplorer\%sync%

---------------------------
OK
---------------------------

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

Post by admin »

Liquidmantis wrote:This is working great on XP, but on Vista it's not seeing my user variables. I still get the old error:

---------------------------
XYplorer
---------------------------
Couldn't find location:

D:\Program Files\XYplorer\%sync%

---------------------------
OK
---------------------------
Hm, so the environ() method does not work on Vista? Too bad: I don't have Vista, so I can't really debug this...

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

Post by admin »

PS: do the standard variables work, like %tmp% , %windir% etc. ?

Post Reply