Add "Count" button to the Find/Replace window

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Fredi
Enthusiast
Enthusiast
Posts: 143
Joined: Wed Jul 23, 2008 10:45 pm

Add "Count" button to the Find/Replace window

Post by Fredi »

If you worked with "Count" feature in Find window of Notepad++ you will know that is very useful.

With this feature you can know very fast how many of selected word exist in your source (without search all source and find them one by one manualy).

Image

It's very useful when you want know, is your selected Variable, Command, Constant and.... used again in your source file? if yes, how many?

Just test it :)
Last edited by Fredi on Fri Mar 03, 2017 12:29 am, edited 1 time in total.
Wolf
Enthusiast
Enthusiast
Posts: 232
Joined: Sat Apr 03, 2004 12:00 pm
Location: S.T

Re: Add "Count" button to IDE Find window

Post by Wolf »

+1
Post Reply