Page 1 of 1

Featue: Count (In Find/Replace)

Posted: Thu Mar 01, 2012 8:06 am
by SniffTheGlove
I would like to propose an addition to the Find/Replace Dialog

A button that will find reside in line with the other buttons with the function to display a message requester with the COUNT of all the occurrences of the string typed in the "Search For" text field.

For example Notepad++ has this feature and is very handy as sometimes one does not need to do find a string but would like to know how many times this string is present in the actual code.

Re: Featue: Count (In Find/Replace)

Posted: Fri Mar 02, 2012 11:46 am
by akj
A crude workaround is to replace the string by an identical string with the 'Case Sensitive' flag set. Then the 'Replace All' button will show the required count.