Bug 570469 - Differentiate normal imports from static imports in search

Added N&N

Change-Id: I25e743ff3b5712524e26f1d0c0cca290e9f86810
Signed-off-by: Julian Ruppel <julian.ruppel@sap.com>
diff --git a/4.20/images/static-import-filter.png b/4.20/images/static-import-filter.png
new file mode 100644
index 0000000..33b3cf9
--- /dev/null
+++ b/4.20/images/static-import-filter.png
Binary files differ
diff --git a/4.20/jdt.html b/4.20/jdt.html
index 5fac208..e774620 100644
--- a/4.20/jdt.html
+++ b/4.20/jdt.html
@@ -252,6 +252,16 @@
     <h2>Java Views and Dialogs</h2>
     </td>
   </tr>
+  <tr id="search-filter-static-imports"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=570469 -->
+    <td class="title"><a href="#search-filter-static-imports">Differentiate search filter for normal imports from static imports</a></td>
+    <td class="content">
+        The search view now supports a new filter dedicated for <b>static imports</b>. Consequently, the existing imports filter is dedicated for non-static imports only. 
+        As a result, you will now by default find statically imported references of a class or an interface.
+        <p>
+          <img src="images/static-import-filter.png" alt="screenshot showing a static import search filter" />
+        </p>
+    </td>
+  </tr>
   <!-- ******************* End of Java Views and Dialogs ************************************* -->
 
   <!-- ******************* Java Compiler ************************************* -->