Folder aliases
-
jgpaiva
- Posts: 43
- Joined: 02 Oct 2006 12:38
Folder aliases
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!
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!
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
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? 
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.
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.
-
jgpaiva
- Posts: 43
- Joined: 02 Oct 2006 12:38
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!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?
-
admin
- Site Admin
- Posts: 66260
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Folder aliases
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.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?
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
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!
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:
hmm right, it seems XY only uses his own fixed environment variables, for both Windows & XY-specific ones.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.
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: 66260
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
I did not know about this possibility. Thanks.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
-
mwb1100
- Posts: 213
- Joined: 19 May 2007 06:20
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.jacky wrote:It shouldn't be too complicated I think, as they're all simply listed in the registry, under HKEY_CURRENT_USER\Environment
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: 66260
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
admin
- Site Admin
- Posts: 66260
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Done. Should work from the next BETA version.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!
-
Liquidmantis
- Posts: 32
- Joined: 27 Apr 2007 22:34
-
Liquidmantis
- Posts: 32
- Joined: 27 Apr 2007 22:34
-
admin
- Site Admin
- Posts: 66260
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Hm, so the environ() method does not work on Vista? Too bad: I don't have Vista, so I can't really debug this...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
---------------------------
-
admin
- Site Admin
- Posts: 66260
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
XYplorer Beta Club