I've noticed that if I do a global replace operation, the number of items changed is displayed on the status bar.
However, if I do a selection replace operation, this count is not shown...
I would *really* like to have this count shown when I replace within a selected area, because I'm always nervous that I'll get a search string wrong and replace the wrong elements... this is especially an issue recently, because I'm converting my programs to UNICODE (finally) using tchar.h method, so countless strings need to be converted from "string" to _T("string") ... I end up doing a lot of changes via replace operations, because I typically have hundreds, sometimes thousands, of strings in a program that need to be updated... it is sure reassuring to have that count to tell me that I changed what I intended!!!
Is it possible to get this implemented?? Or is there a reason that the count is not implemented in selections?
FIXED: minor bug/question - S&R count
- DerellLicht1
- Posts: 171
- Joined: 23 Jul 2021 17:38
- Location: Fremont, CA, USA
- Rickard Johansson
- Site Admin
- Posts: 6799
- Joined: 19 Jul 2006 14:29
Re: minor bug/question - S&R count
Fixed in next release (v16.40).
- DerellLicht1
- Posts: 171
- Joined: 23 Jul 2021 17:38
- Location: Fremont, CA, USA
Re: FIXED: minor bug/question - S&R count
Works Great !!!! Thank ye so much!