| Home » Eclipse Projects » Eclipse Platform » which plugins implement File Search?
 Goto Forum:|  |  | 
| Re: which plugins implement File Search? [message #116720 is a reply to message #116631] | Tue, 26 August 2003 14:15   |  | 
| Eclipse User  |  |  |  |  | You can start looking here. I created an text file, hit ctrf-f and clicked on "find".
 Here is a partial method trace:
 
 
 org.eclipse.ui.texteditor.FindReplaceDialog.findNext(java.la ng.String,boolea
 n,boolean,boolean,boolean,boolean,boolean) {
 
 org.eclipse.ui.texteditor.FindReplaceTarget.getSelection() {
 
 org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 }
 
 org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 }
 }
 
 org.eclipse.ui.texteditor.FindReplaceDialog.findIndex(java.l ang.String,int,b
 oolean,boolean,boolean,boolean) {
 
 org.eclipse.ui.texteditor.FindReplaceTarget.findAndSelect(in t,java.lang.Stri
 ng,boolean,boolean,boolean) {
 
 org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 }
 
 org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 }
 }
 }
 }
 
 Chris
 
 
 "zhenchang xing" <xing@cs.ualberta.ca> wrote in message
 news:big3dc$gt9$1@eclipse.org...
 > hi,
 >
 > i'd like to search a piece of text within a bunch of .java file. do you
 > know which plugins can do that?
 >
 > thanks
 >
 |  |  |  |  | 
| Re: which plugins implement File Search? [message #118622 is a reply to message #116720] | Thu, 28 August 2003 08:39   |  | 
| Eclipse User  |  |  |  |  | Originally posted by: daniel.megert.gmx.net 
 The trace shows Find/Replace which searches for text in 1 file. File
 search is a different function and is contributed by org.eclipse.search
 plug-in.
 
 HTH
 Dani
 
 Chris Laffra wrote:
 
 >You can start looking here. I created an text file, hit ctrf-f and clicked
 >on "find".
 >Here is a partial method trace:
 >
 >
 > org.eclipse.ui.texteditor.FindReplaceDialog.findNext(java.la ng.String,boolea
 >n,boolean,boolean,boolean,boolean,boolean) {
 >
 >org.eclipse.ui.texteditor.FindReplaceTarget.getSelection() {
 >
 >org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 >                        }
 >
 >org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 >                        }
 >                    }
 >
 > org.eclipse.ui.texteditor.FindReplaceDialog.findIndex(java.l ang.String,int,b
 >oolean,boolean,boolean,boolean) {
 >
 > org.eclipse.ui.texteditor.FindReplaceTarget.findAndSelect(in t,java.lang.Stri
 >ng,boolean,boolean,boolean) {
 >
 >org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 >                            }
 >
 >org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 >                            }
 >                        }
 >                    }
 >                }
 >
 >Chris
 >
 >
 >"zhenchang xing" <xing@cs.ualberta.ca> wrote in message
 >news:big3dc$gt9$1@eclipse.org...
 >
 >
 >>hi,
 >>
 >>i'd like to search a piece of text within a bunch of .java file. do you
 >>know which plugins can do that?
 >>
 >>thanks
 >>
 >>
 >>
 >
 >
 >
 >
 |  |  |  |  | 
| Re: which plugins implement File Search? [message #118995 is a reply to message #118622] | Thu, 28 August 2003 15:14  |  | 
| Eclipse User  |  |  |  |  | right. I missed that in the question. A trace for File Search is attached. 
 Chris
 
 "Daniel Megert" <daniel.megert@gmx.net> wrote in message
 news:bikt64$2jb$1@eclipse.org...
 > The trace shows Find/Replace which searches for text in 1 file. File
 > search is a different function and is contributed by org.eclipse.search
 > plug-in.
 >
 > HTH
 > Dani
 >
 > Chris Laffra wrote:
 >
 > >You can start looking here. I created an text file, hit ctrf-f and
 clicked
 > >on "find".
 > >Here is a partial method trace:
 > >
 > >
 >
 > org.eclipse.ui.texteditor.FindReplaceDialog.findNext(java.la ng.String,boole
 a
 > >n,boolean,boolean,boolean,boolean,boolean) {
 > >
 > >org.eclipse.ui.texteditor.FindReplaceTarget.getSelection() {
 > >
 > >org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 > >                        }
 > >
 > >org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 > >                        }
 > >                    }
 > >
 >
 > org.eclipse.ui.texteditor.FindReplaceDialog.findIndex(java.l ang.String,int,
 b
 > >oolean,boolean,boolean,boolean) {
 > >
 >
 > org.eclipse.ui.texteditor.FindReplaceTarget.findAndSelect(in t,java.lang.Str
 i
 > >ng,boolean,boolean,boolean) {
 > >
 > >org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 > >                            }
 > >
 > >org.eclipse.ui.texteditor.FindReplaceTarget.getTarget() {
 > >                            }
 > >                        }
 > >                    }
 > >                }
 > >
 > >Chris
 > >
 > >
 > >"zhenchang xing" <xing@cs.ualberta.ca> wrote in message
 > >news:big3dc$gt9$1@eclipse.org...
 > >
 > >
 > >>hi,
 > >>
 > >>i'd like to search a piece of text within a bunch of .java file. do you
 > >>know which plugins can do that?
 > >>
 > >>thanks
 > >>
 > >>
 > >>
 > >
 > >
 > >
 > >
 >
 
 
 
 |  |  |  | 
 
 
 Current Time: Fri Oct 31 01:00:35 EDT 2025 
 Powered by FUDForum . Page generated in 0.04851 seconds |