Effective Text Searching Techniques in Eclipse for Java Projects

c omp 110 401 a ppendix s earching n.w
1 / 9
Embed
Share

Learn how to efficiently search for specific text within your Java projects using Eclipse, including selecting the project, using the search dialog, and examining search results. Improve your coding productivity with these tips.

  • Eclipse
  • Java projects
  • Text search
  • Coding productivity
  • Search techniques

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. COMP 110/401 APPENDIX: SEARCHING FOR TEXT IN ECLIPSE Instructor: Prasun Dewan (FB 150, dewan@unc.edu)

  2. FILE SEARCH IN A PROJECT (USEFUL IN JAVA TEACHING AND YOUR PROJECTS) Suppose you want to search the entire project for some string such as some text in a Sakai question: such as println(c) displays 2

  3. SELECT PROJECT Select project (not the src folder) 3

  4. FILESEARCH 4

  5. SEARCH DIALOG Search string Scope of search 5 Command

  6. SEARCH RESULTS Search view shown, console in another tab 6

  7. SEARCH RESULTS ZOOMED Look at all the tabs availalale here 7

  8. MULTI FILE TEXT SEARCHFOR PRINTLN 8

  9. SEARCH RESULTS Use CTR+SHIFT+G (shown earlier) to find active uses of the method 9

More Related Content