1

Thanks to reading about error handling on StackOverflow, I discovered Mz-Tools. However, I am wondering if there is a way to simultaneously update all the error handlers added by MZ-Tools.

If I add an error handler with MZ-Tools and then change the default error handler (via Options|Error Handler on the Mz-Tools toolbar), is there any way to have the changes automatically incorporated?

Community
  • 1
  • 1
dmr
  • 20,737
  • 36
  • 95
  • 137

1 Answers1

1

Unfortunately no. I'd use a good search and replace tool, that can replace blocks of code to do what you want. I use HomeSite - it's a webdev tool, but has the most awesome search and replace capability.

AngryHacker
  • 56,860
  • 95
  • 305
  • 561