[Request] three requests

Features wanted...
Post Reply
wc96
Posts: 32
Joined: 23 Apr 2008 22:34

[Request] three requests

Post by wc96 »

requested features:
1. ability to drag to desktop as a link instead of the original file.
2. some type of alias system for functions such as control-g (goto)
instead of typing: c:\windows\system32\drivers\etc
to get to etc dir. maybe an alias can be defined: ~drivers for
c:\windows\system32\drivers, then getting to etc I just need to type:
~drivers\etc in the window.
3. moveto and copyto dialog window include a button to move/copy to opposite
panel. right now I use a script to do this but I think it could be made
more accessable in the moveto/copyto dialog box. just include a quick
button for this task.

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

Re: [Request] three requests

Post by j_c_hallgren »

wc96 wrote:requested features:3. moveto and copyto dialog window include a button to move/copy to opposite
panel. right now I use a script to do this but I think it could be made
more accessable in the moveto/copyto dialog box. just include a quick
button for this task.
You know that within the "Panes" menu there are two options to do this? Yes, it's not the most convenient and that has been discussed before, but it's another way to do it that exists now.

I think having it also within the File>Move/Copy>Move menu tree would be useful as a new user (and some of us old users) would think that would be where it can be located.
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.

wc96
Posts: 32
Joined: 23 Apr 2008 22:34

Re: [Request] three requests

Post by wc96 »

j_c_hallgren wrote:
wc96 wrote:requested features:3. moveto and copyto dialog window include a button to move/copy to opposite
panel. right now I use a script to do this but I think it could be made
more accessable in the moveto/copyto dialog box. just include a quick
button for this task.
You know that within the "Panes" menu there are two options to do this? Yes, it's not the most convenient and that has been discussed before, but it's another way to do it that exists now.

I think having it also within the File>Move/Copy>Move menu tree would be useful as a new user (and some of us old users) would think that would be where it can be located.
yes, you are right! I missed them. :oops: but still I think the moveto/copyto dialog also need a button for opposite panes, wouldn't hurt.

Pagat
Posts: 306
Joined: 09 Oct 2007 21:23
Location: Austria

Re: [Request] three requests

Post by Pagat »

wc96 wrote:2. some type of alias system for functions such as control-g (goto)
instead of typing: c:\windows\system32\drivers\etc
to get to etc dir. maybe an alias can be defined: ~drivers for
c:\windows\system32\drivers, then getting to etc I just need to type:
~drivers\etc in the window.
Aliases (or nicknames) are not available yet within XYplorer. However, since i'm also a great fan of this function in other applications, i created a script that provides this function in XY:

http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=3058

Maybe it's what you are looking for...

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: [Request] three requests

Post by TheQwerty »

Pagat wrote:
wc96 wrote:2. some type of alias system for functions such as control-g (goto)
instead of typing: c:\windows\system32\drivers\etc
to get to etc dir. maybe an alias can be defined: ~drivers for
c:\windows\system32\drivers, then getting to etc I just need to type:
~drivers\etc in the window.
Aliases (or nicknames) are not available yet within XYplorer. However, since i'm also a great fan of this function in other applications, i created a script that provides this function in XY:

http://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=3058

Maybe it's what you are looking for...
There's also environmental variables.
In particular XYplorer adds %winsysdir% to point to the system32 directory, so you could just type "%winsysdir%\drivers\etc".
Or you could add your own environmental variable such as "%etc%" which would take you directly to "c:\windows\system32\drivers\etc".

Post Reply