Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2019-04-05 08:49:33 +0000
committerNoopur Gupta2019-04-05 08:49:33 +0000
commit36d3470701a1c441100ec02b65733e73cb251f78 (patch)
tree983f051a24298de419398f33472db43a92a4ae7f
parentaf689a6e23e97c160aebdb86dd21d11f703ee861 (diff)
downloadnews-36d3470701a1c441100ec02b65733e73cb251f78.tar.gz
news-36d3470701a1c441100ec02b65733e73cb251f78.tar.xz
news-36d3470701a1c441100ec02b65733e73cb251f78.zip
Bug 542579: [12] support --enable-preview in UI
-rw-r--r--4.12/images/enable-preview.pngbin0 -> 54240 bytes
-rw-r--r--4.12/jdt.html13
2 files changed, 12 insertions, 1 deletions
diff --git a/4.12/images/enable-preview.png b/4.12/images/enable-preview.png
new file mode 100644
index 00000000..16189914
--- /dev/null
+++ b/4.12/images/enable-preview.png
Binary files differ
diff --git a/4.12/jdt.html b/4.12/jdt.html
index 278dda4a..6a319f4d 100644
--- a/4.12/jdt.html
+++ b/4.12/jdt.html
@@ -56,7 +56,7 @@ ul {padding-left: 13px;}
</p>
</td>
</tr>
-
+
<tr id="quickfix-configure-severity-12"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=543669 -->
<td class="title">Configure problem severity of preview features</td>
<td class="content">
@@ -66,6 +66,17 @@ ul {padding-left: 13px;}
</p>
</td>
</tr>
+
+ <tr id="enable-preview"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=542579 -->
+ <td class="title">Enable preview features</td>
+ <td class="content">
+ You can enable preview features in Java 12 using <b>Preferences &gt; Java &gt; Compiler &gt; Enable preview features</b> option.
+ You can configure the problem severity of these preview features using <b>Preview features with severity level</b>:
+ <p>
+ <img src="images/enable-preview.png" alt=""/>
+ </p>
+ </td>
+ </tr>
<tr id="quickfix-default-switch-statement"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=543665 -->
<td class="title">Add default case to switch statement</td>

Back to the top