Thursday, July 1, 2010

Search features in eclipse editor

Simple search and replace
Ctrl + F

Advanced search and replace
Ctrl + H

When you press Ctrl + H then search window will open in eclipse editor

Containing text: which text do you want to find. Ex: if you don't know some function was defined, then simply you can search for function funname(

File name patterns
*.php will search in all php files
*.* will search win all files

Scope
Workspace OR Enclosing Projects
Workspace means search in all projects
Enclosing Projects means search in current working project

No comments: