Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Search feature in Eclipse(search feature)
Search feature in Eclipse [message #710273] Thu, 04 August 2011 21:43 Go to next message
first last is currently offline first lastFriend
Messages: 4
Registered: August 2011
Junior Member
I have a word list that I would like to search against a web project. I would like to see if any of those words occur in the java source code. I have a wordlist of about 50 and I don't want to type each word each time. Is there any easier way to do this chore. thanks,
(no subject) [message #711928 is a reply to message #710273] Sat, 06 August 2011 20:34 Go to previous message
Wim Jongman is currently offline Wim JongmanFriend
Messages: 423
Registered: July 2009
Senior Member
Hi,

You can use a regex when searching for text in the project.

Open the search dialog in the global toolbar and search a regex like this:

(word1|word2|word3|etc)

Be sure to tick the regex box.

Regards,

Wim


> I have a word list that I would like to search against a web project. I
would like to see if any of those words occur in the java source code. I have
a wordlist of about 50 and I don't want to type each word each time. Is there
any easier way to do this chore. thanks,
Previous Topic:Import existing files into Zend Studio
Next Topic:Eclipse bugzilla database dump
Goto Forum:
  


Current Time: Fri Apr 26 08:53:36 GMT 2024

Powered by FUDForum. Page generated in 0.07901 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top