Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalyan Prasad Tatavarthi2019-04-10 09:52:44 +0000
committerKalyan Prasad Tatavarthi2019-04-10 09:56:36 +0000
commit087d0a40259115f09d54a43ab1166ff8f03ac7f7 (patch)
treef6404766d3d78bcea61331248294778e42766ccf
parenta94674a6ffac8a4ba8f5694f46d9ceabd9265382 (diff)
downloadnews-087d0a40259115f09d54a43ab1166ff8f03ac7f7.tar.gz
news-087d0a40259115f09d54a43ab1166ff8f03ac7f7.tar.xz
news-087d0a40259115f09d54a43ab1166ff8f03ac7f7.zip
Bug 544257 - [12][quick fix] Enable preview features should open
preferences only when defaults are not used Change-Id: I3641a298034e4839d1657beac5ba23cf5e803ebf Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
-rw-r--r--4.12/images/enable_preview_features_quickfix.pngbin0 -> 26397 bytes
-rw-r--r--4.12/jdt.html10
2 files changed, 10 insertions, 0 deletions
diff --git a/4.12/images/enable_preview_features_quickfix.png b/4.12/images/enable_preview_features_quickfix.png
new file mode 100644
index 00000000..474c877f
--- /dev/null
+++ b/4.12/images/enable_preview_features_quickfix.png
Binary files differ
diff --git a/4.12/jdt.html b/4.12/jdt.html
index 7793926c..820824ec 100644
--- a/4.12/jdt.html
+++ b/4.12/jdt.html
@@ -70,6 +70,16 @@ ul {padding-left: 13px;}
</td>
</tr>
+ <tr id="quickfix-enable-preview-12"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=544257 -->
+ <td class="title">Set Enable preview features</td>
+ <td class="content">
+ A quick fix to <b>Enable preview features</b> option in preferences:
+ <p>
+ <img src="images/enable_preview_features_quickfix.png" alt=""/>
+ </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">

Back to the top