On Tue, Dec 21, 2010 at 11:28 PM, Paul DeBruicker
<[hidden email]> wrote:
Hi -
I'm trying to learn how to use the RBParseTreeSearcher.
I'd like to find all the occurrances of the string 'tabs' in a package I've written.
That's something I would like to know also.
What I always do is select the text (suppose 'tabs'), right click -> extended search -> method source with it
the problem is that is seraches in all the image, not a particular package. So...having this, integrated in RB, and being able to select a scope would be awesome (maybe it is present already)
...update....
I have just check and there is something "literals matching" in RB....so maybe for literals at least it works. Maybe it would be nice to extend it so that it works like "method source with it". This functionality used to be too slow but with some optimizations from Levente now this is much faster.
Is there something I can read to learn how to do that?
Thanks
Paul