Skip to main content



      Home
Home » Newcomers » Newcomers » How to search withing search result?
How to search withing search result? [message #650898] Thu, 27 January 2011 00:33 Go to next message
Eclipse UserFriend
Eclipse Platform
Version: 3.4.0
Build id: I20080617-2000

Lets say i search "AAA" in my entire project, then how to search "BBB" within the "AAA" search result? In other words, find any files which contains "AAA" & "BBB"
Re: How to search withing search result? [message #650926 is a reply to message #650898] Thu, 27 January 2011 03:16 Go to previous messageGo to next message
Eclipse UserFriend
On 27.01.2011 06:36, Coisox wrote:
> Eclipse Platform
> Version: 3.4.0
> Build id: I20080617-2000
>
> Lets say i search "AAA" in my entire project, then how to search "BBB"
> within the "AAA" search result? In other words, find any files which
> contains "AAA" & "BBB"
Use regular expressions.

Dani
Re: How to search withing search result? [message #651155 is a reply to message #650898] Thu, 27 January 2011 22:13 Go to previous messageGo to next message
Eclipse UserFriend
Sorry I'm not good at regex. Please tell me how. Lets say file test1.jsp and test2.jsp contain these codes:

test1.jsp:
var x = "AAA";
var y = "CCC";
var z = "BBB";


test2.jsp:
var x = "BBB";
var y = "CCC";
var z = "AAA";


So how to find using regex so that these 2 files will come out as search result?
Re: How to search withing search result? [message #651171 is a reply to message #651155] Fri, 28 January 2011 02:35 Go to previous message
Eclipse UserFriend
On 28.01.2011 04:13, Coisox wrote:
> Sorry I'm not good at regex. Please tell me how. Lets say file
> test1.jsp and test2.jsp contain these codes:
Take a look at the Content Assist (Ctrl+Space) help.

Dani
>
> test1.jsp:
> var x = "AAA";
> var y = "CCC";
> var z = "BBB";
>
> test2.jsp:
> var x = "BBB";
> var y = "CCC";
> var z = "AAA";
>
> So how to find using regex so that these 2 files will come out as
> search result?
Previous Topic:Can EPF work on BPEL?
Next Topic:New To PDE
Goto Forum:
  


Current Time: Sun Nov 09 18:26:18 EST 2025

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

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

Back to the top