Undo- Option

Support for xplorer² free lite version

Moderators: fgagnon, nikos, Site Mods

halcyon
New Member
Posts: 4
Joined: 2005 Mar 20, 19:00

Undo- Option

Post by halcyon »

What I really miss is an undo (the last action) option/ button! For example: Sometimes my quirky mouse drops things halfways and I must look them up then, because I don't know into wich folder they have been dropped. If I could just undo the last operation (e.g.: move) it would be easier. I cannot understand how Nikos writes this wonderful little program and not includes this functionality you can find in virtually any prog.
I read in 2xExplorer that I could use the undo- function of Win-Explorer, but it never worked.  :?:  :cry:
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

undo isn't possible and isn't coming anytime soon either :(
halcyon
New Member
Posts: 4
Joined: 2005 Mar 20, 19:00

Post by halcyon »

that's funny - at least it semms so to me, but I'm not a programmer.... How can Mickeysoft's Explorer do that then? It is far behind the capabilities of xplorer² !? I guess they have access to some systeme routines you don't want to touch or mess with.
Anyway it's a pity; and life will be a little brighter the day (hopefully coming soon) that you implement that (little?) function!
Thanks for your quick reply and for xplorer²!
jasinwa
New Member
Posts: 8
Joined: 2005 Mar 29, 18:14

Post by jasinwa »

I agree...I like using xplorer2 but also really miss the undo. I have the earlier 2x version and will try it....

It's the only feature missing that's stopping me from using xplorer2 all the time.

Does the PRO version have it? Is that why it's not in the free version? It is a very basic command, since Explorer uses it...

OK, seems like 2x also doesn't work although the command is there....

:cry:
User avatar
nikos
Site Admin
Site Admin
Posts: 16296
Joined: 2002 Feb 07, 15:57
Location: UK

Post by nikos »

pro version doesn't undo either
eyals
Member
Member
Posts: 10
Joined: 2005 Apr 07, 09:51

Post by eyals »

that's funny - at least it semms so to me
Would you quit underestimating the development work?
Every second request answered with a "can't" answer - gets a "what's the problem?!" response.
Not that I don't miss the undo, along with other features, but I can only request it and emphasize it's importance, and believe that the guys here are trying their best.

Nikos - Since the same questions come up again and again - I suggest you open a "wishlist" section.
David_1cog
Member
Member
Posts: 34
Joined: 2005 Oct 14, 14:31

Post by David_1cog »

Hi nikos

Just discovered xplorer2 - very impressive. :)

Unfortunately, like many others, I'd really miss an undo function.  I'm sure you're getting tired of the question (I've found a few threads on the subject), but any progress on adding this functionality?  Or is it just not going to happen?

One idea I've had to partially make up for no undo is to always keep a tab open for the Recycle Bin.  Obviously that won't help for undo rename, undo move, etc., but at least makes it quicker / easier to undo deletes.

David.
David
Scifi-Bob
New Member
Posts: 1
Joined: 2005 Oct 24, 21:42

Undo - dangerous

Post by Scifi-Bob »

I'm a developer, and I know that the Undo feature is not an easy task to accomplish.
I usually map several external Linux shares (NFS) in Windows, and the Explorer undo thingy has corrupted the files on my Linux boxes more than once.

It is difficult to record any file action that is done to a file on an external file system, and without 100% knowledge of the internal workings of the Windows file system it is virtually impossible to record all changes that is going on with a specific file even if its stored on a local drive.

An undo function would probably work well until some application modifies the file through some undocumented API call. At this time the xplorer2 undo function would have insuficcient data to work with whithout knowing it, and therefore would be pretty dangerous.

I prefer that all file operations are safe rather than guessing if my file is corrupt or not after an undo.

Looking at the bright side, the lack of an undo function is forcing you to handle files more carefully, and maybe you won't be so quick to delete/rename/modify files as you were before. (This is a good thing in my book...)

This is just my opinion, feel free to comment on it.
David_1cog
Member
Member
Posts: 34
Joined: 2005 Oct 14, 14:31

Post by David_1cog »

Thanks for the detailed reply and good points, Scifi-Bob.  I've been trialing the Pro version and so far (apart from initial shock!) I've not missed the undo facility - as you said, if it's not there, you're a little more careful.
David
redsandro
New Member
Posts: 5
Joined: 2006 Feb 05, 16:31

Post by redsandro »

I'm a developper, and I know undo is not impossible, it's just harder to undo certain actions than others.

What I like to see is an option to undo the closing of a tab - like in the Opera browser. (I would also like to see the tabs draggable like in Opera or Notepad++, but I read somewhere one the forum you're not gonna do that.)

Wouldn't it be a solution to have an undo function that only undoes certain actions? Like tab closes and renames/file actions only on the local file system?