On 31-12-2004 04:38, Allan Odgaard wrote:
On Dec 30, 2004, at 23:28, Eric Hsu wrote:
- Allow undo from find/replace dialog. Lots of times I enter in the
wrong regular expression and the find/replace goes badly. I want to hit apple-Z and Undo it and fire up another search, but instead I have to switch to the text window.
hmm... so undo should fall through to the main window? currently I could do that, but if I introduce a multi-line mode for the find/replace strings it would probably be natural for these to also have undo/redo, which would then clash!?!
IMO you only want to undo if you replaced something from the find window, so you would only use it if you pressed the replace button. Then the text-field is not active, so you can let the undo fall through transparently, right?
Jeroen.