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.
Featue: Count (In Find/Replace)
-
- Enthusiast
- Posts: 122
- Joined: Sat Nov 19, 2011 6:51 pm
Re: Featue: Count (In Find/Replace)
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.
Anthony Jordan