[vwnc] Finding methods with specific text

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Finding methods with specific text

Janko Mivšek
Hi all,

I have in method comments a text like "Squeak specific", "VW specific"
and now I'd like to find all methods with those comments. How can I do
that as simply as possible?

Best regards
Janko

--
Janko Mivšek
AIDA/Web
Smalltalk Web Application Server
http://www.aidaweb.si
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Finding methods with specific text

Runar Jordahl
Get RBSourceCodeSearch from the Public Store Repository. It adds an
extra search tab in the browser.

Runar Jordahl
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Finding methods with specific text

Boris Popov, DeepCove Labs (SNN)
There's also RBRegexExtensions.

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4


-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of Runar Jordahl
Sent: Friday, September 11, 2009 12:54 PM
To: Janko Mivšek
Cc: VWNC
Subject: Re: [vwnc] Finding methods with specific text

Get RBSourceCodeSearch from the Public Store Repository. It adds an
extra search tab in the browser.

Runar Jordahl
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Finding methods with specific text

Runar Jordahl
Yes, I forgot... Actually RBSourceCodeSearch is only useful as it
eases case insensitive searching. But, I think there are enhancements
to RBRegexExtensions that will also allow it do case insensitive
searches (without using the Regex syntax).

In short: use RBRegexExtensions instead of RBSourceCodeSearch if you
are a real programmer :-)

Runar
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Finding methods with specific text

Boris Popov, DeepCove Labs (SNN)
We modified a version locally to include a case-sensitive toggle in the UI, parcel is attached. If anyone wants to volunteer to reconcile this with what's in public repository, please do not hesitate, the changes are minimal at best.

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4


-----Original Message-----
From: Runar Jordahl [mailto:[hidden email]]
Sent: Friday, September 11, 2009 1:05 PM
To: Boris Popov
Cc: Janko Mivšek; VWNC
Subject: Re: [vwnc] Finding methods with specific text

Yes, I forgot... Actually RBSourceCodeSearch is only useful as it
eases case insensitive searching. But, I think there are enhancements
to RBRegexExtensions that will also allow it do case insensitive
searches (without using the Regex syntax).

In short: use RBRegexExtensions instead of RBSourceCodeSearch if you
are a real programmer :-)

Runar

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

RBRegexExtensions.zip (10K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Finding methods with specific text

Joachim Geidel
Am 11.09.09 22:11 schrieb Boris Popov:
> We modified a version locally to include a case-sensitive toggle in the UI,
> parcel is attached. If anyone wants to volunteer to reconcile this with what's
> in public repository, please do not hesitate, the changes are minimal at best.
>
> -Boris

Done: RBRegexExtensions 7.6 - 1 + case sensitivity switch

@ Cincom: Please consider Boris' modifications for inclusion in the VW
distribution.

Best regards,
Joachim Geidel


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc