FIXED: minor bug/question - S&R count

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
DerellLicht1
Posts: 171
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

FIXED: minor bug/question - S&R count

Post by DerellLicht1 »

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?
User avatar
Rickard Johansson
Site Admin
Posts: 6799
Joined: 19 Jul 2006 14:29

Re: minor bug/question - S&R count

Post by Rickard Johansson »

Fixed in next release (v16.40).
User avatar
DerellLicht1
Posts: 171
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

Re: FIXED: minor bug/question - S&R count

Post by DerellLicht1 »

Works Great !!!! Thank ye so much!
Post Reply