Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-11-12 12:42:43 +0000
committerMickael Istria2018-11-12 12:42:43 +0000
commitf12e79ab6f5cf397534d034eb597820985321d74 (patch)
treeaab68b200ce30bc00ce3f6b2449cf09f3ea6c2ae
parent0f2e239bbc6b0a5f371ee602331f22b0a18ddafc (diff)
downloadeclipse.platform.common-f12e79ab6f5cf397534d034eb597820985321d74.tar.gz
eclipse.platform.common-f12e79ab6f5cf397534d034eb597820985321d74.tar.xz
eclipse.platform.common-f12e79ab6f5cf397534d034eb597820985321d74.zip
[Bug 348857] [content assist] Pref to ignore autoinsertion trigger chars
Change-Id: Ia8c171e47dc1dfb9d75866d9f81a7872a473a1fc Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-content-assist.htm10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-content-assist.htm b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-content-assist.htm
index e0936f0e1..26437e167 100644
--- a/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-content-assist.htm
+++ b/bundles/org.eclipse.jdt.doc.user/reference/preferences/java/editor/ref-preferences-content-assist.htm
@@ -59,6 +59,16 @@
</td>
</tr>
<tr>
+ <td valign="top">Disable insertion triggers except 'Enter'</td>
+ <td valign="top">
+ If selected, insertion triggers for the current proposal will be ignored and not used. The only way to trigger insertion of the proposal is to use 'Enter'.
+ <p>Disabling insertion triggers is usually convenient when the proposal selection pop-up is very often shown automatically, such as when many characters are used as content-assist activation trigger.</p>
+ </td>
+ <td valign="top">
+ Off
+ </td>
+ </tr>
+ <tr>
<td valign="top">Add import instead of qualified name</td>
<td valign="top">
If enabled, type proposals which are in other packages will invoke the addition of the corresponding import declaration. Otherwise, the type will be inserted fully qualified.

Back to the top