Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Grunberg2019-10-11 20:11:55 +0000
committerRoland Grunberg2019-10-16 16:36:55 +0000
commitcb1a6e1b03a83ec4ac8ad37c968043c6cec886da (patch)
tree358b9672f4a7b3066f34f1f0f8d9ea8f0dc110fe
parentda2e989639ce1063ab31fab153c8b953d33d9034 (diff)
downloadnews-cb1a6e1b03a83ec4ac8ad37c968043c6cec886da.tar.gz
news-cb1a6e1b03a83ec4ac8ad37c968043c6cec886da.tar.xz
news-cb1a6e1b03a83ec4ac8ad37c968043c6cec886da.zip
Bug 458804 - Add Postfix completion proposals.
-rw-r--r--4.14/images/postfix-completion.pngbin0 -> 39554 bytes
-rw-r--r--4.14/jdt.html8
2 files changed, 8 insertions, 0 deletions
diff --git a/4.14/images/postfix-completion.png b/4.14/images/postfix-completion.png
new file mode 100644
index 00000000..25a0ec4d
--- /dev/null
+++ b/4.14/images/postfix-completion.png
Binary files differ
diff --git a/4.14/jdt.html b/4.14/jdt.html
index 949a50a6..46ad0ab8 100644
--- a/4.14/jdt.html
+++ b/4.14/jdt.html
@@ -107,6 +107,14 @@ ul {padding-left: 13px;}
</td>
</tr>
+ <tr id="postfix-completion"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=458804 -->
+ <td class="title">Postfix completion proposal category</td>
+ <td class="content">
+ Postfix completions allows certain kinds of language constructs to be applied to the previously entered text. For example entering <code>"input text".var</code> and selecting the <b>var - Creates a new variable</b> proposal, will result in <code>String name = "input text"</code>
+ <p><img src="images/postfix-completion.png" alt=""/></p>
+ </td>
+ </tr>
+
<!-- ******************* End of Java Editor ************************************* -->
<!-- ******************* Java Views and Dialogs ************************************* -->

Back to the top