diff options
| author | Kalyan Prasad Tatavarthi | 2019-04-10 09:52:44 +0000 |
|---|---|---|
| committer | Kalyan Prasad Tatavarthi | 2019-04-10 09:56:36 +0000 |
| commit | 087d0a40259115f09d54a43ab1166ff8f03ac7f7 (patch) | |
| tree | f6404766d3d78bcea61331248294778e42766ccf | |
| parent | a94674a6ffac8a4ba8f5694f46d9ceabd9265382 (diff) | |
| download | news-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.png | bin | 0 -> 26397 bytes | |||
| -rw-r--r-- | 4.12/jdt.html | 10 |
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 Binary files differnew file mode 100644 index 00000000..474c877f --- /dev/null +++ b/4.12/images/enable_preview_features_quickfix.png 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"> |
