ID:1902930
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
.
This is why you use version control.
Okay so lets get this straight.

You have repeated text across multiple files you'd like to change so you replaced it all.

You actually made a mistake so now you have repeated text across multiple files you'd like to change so you're stuck?

Just use Replace All again and flip the "find" "replace with" fields..
In response to Zecronious
Zecronious wrote:
Just use Replace All again and flip the "find" "replace with" fields..
It's pretty common that flipping back would change more than what was changed originally.

For example,
// original text
a
b
c

// replaced b with a
a
a
c

// flipping around, replace a with b
b
b
c
// what you get is often not the original

I believe "Undo" should work in as many cases as possible.
Okay I agree. That's an edge case I hadn't thought of.
Undo across multiple files is not a very common feature. I'd have to look at how the undo/redo works though, because at the very least I would want you to be able to use Ctrl+Z on each file individually.