questions about 2xExplorer and programs in general Thread last updated on 2003-06-11 19:38:56

Posted by member 13552 on 2003-06-10 13:03:05

Ok, so yeah, there's a big thread already dedicated to file manager replacements, but I have some questions about 2xExplorer (and programs in general). There are things I want to change which I think will involve some hacking of some sort. I want the title displayed in the window (and especially the taskbar) to NOT include "2xExplore", so that the title is just the path that is currently open. Also, I want to be able to redefine the keyboard shortcuts for a lot of things in 2xExplorer. I guess this takes some searching through the registry or what?

Thanks!

- Phil

Posted by member 7 on 2003-06-10 16:20:19 link

About the window title, that's easily changed with fnxl.dll for example (search on loose-screws.com for it). This should do the trick:
2xExplorer (.+)\- (.*)\z
$2

Posted by member 21413 on 2003-06-11 19:38:56 link

Wonderfull 'tool' :D
I deleted the '2xExplorer' and the 'Crimson Editor' I wanted to delete for a long time.

I made it work with (I use version Z1 of 2xExplorer):
2xExplorer Z1 - (.+)
$1


Thanks.