Doing a replace on a big SQL file....
| User, date | Message |
|---|---|
|
Written by TheEdge
2 years ago Category: Feature discussion 15 posts since Thu, 07 Oct 10 |
G'Day, - Heidi 6.0.0.3640 When performing a search and replace on a large file after clicking on the "Replace All" button of the search and replace dialog the application looks as if it has hung. However what is happening is that the text is being replaced. It would be better if an hourglass was shown for the duration of the process to indicate that things are happening. Also performing the replace in a separate thread would make the GUI responsive during this time as well. |
|
Written by ansgar
2 years ago 3952 posts since Fri, 07 Apr 06 |
Making it responsive requires threading, or at least a repaint from time to time. I'll do it the last way probably. Hourglass sounds reasonable. |
|
Please login to leave a reply, or register at first. |