Bug 562625

Summary: Add option to enable File Search do the search process within jar files too
Product: [Eclipse Project] Platform Reporter: Manuel Jordan <mjordaneclipsefoundation>
Component: SearchAssignee: Platform-Search-Inbox <platform-search-inbox>
Status: NEW --- QA Contact:
Severity: minor    
Priority: P3    
Version: 4.15   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Manuel Jordan CLA 2020-04-29 13:01:55 EDT
Assuming exists the following project distribution:

MyMainProject
  ->[Maven|Gradle] Dependencies
    ->ThirdParty01.jar
     ->something.properties
    ->ThirdParty02.jar
     ->Hello.class

Currently through the File Search dialog is not possible indicate to consider in the search the jar files - it about their content - in this case the .properties and .class files.

Therefore to be able to search through either a text pattern or word for any kind of file within these jars

Would be possible add that feature?

Thanks