N&N for new code mining preference
See https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/397
diff --git a/4.27/images/new-code-mining-pref.png b/4.27/images/new-code-mining-pref.png
new file mode 100644
index 0000000..ee0a0e5
--- /dev/null
+++ b/4.27/images/new-code-mining-pref.png
Binary files differ
diff --git a/4.27/jdt.html b/4.27/jdt.html
index 03274c6..a86a47d 100644
--- a/4.27/jdt.html
+++ b/4.27/jdt.html
@@ -138,6 +138,14 @@
<h2>Java Editor </h2>
</td>
</tr>
+ <td class="title"><a href="#new-code-mining-preference">New code mining preference</a></td>
+ <td class="content">
+ In the past, the code minings for method references used the <b>Search</b> preferences page setting: <b>Ignore potential matches</b> to determine if inexact matches should be filtered out. By default, this setting is false and so code mining could result in a number of entries that were only potential matches. To make this more intuitive and to change the default behavior, the <b>Code Mining</b> preference page has been enhanced to have its own setting: <b>Ignore inexact matches</b> which by default is set to true.
+ <p>To set the new option, go to: <b>Preferences > Java > Editor > Code Minings</b>
+ </p>
+ <p><img src="images/new-code-mining-pref.png" alt="New Code Mining Preference"/></p>
+ </td>
+ </tr>
<!-- ******************* End of Java Editor ************************************* -->
<!-- ******************* Java Views and Dialogs ************************************* -->