Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteicher2005-05-18 16:29:24 +0000
committerteicher2005-05-18 16:29:24 +0000
commit49f96569e6c7aa17a0085998075ceb5ae94942af (patch)
treeb0026c4fa56df9d439559383d59a8316eb85d6c1 /org.eclipse.ui.editors/schema
parentf842495e098642278a6fbde198c0704f73484554 (diff)
downloadeclipse.platform.text-49f96569e6c7aa17a0085998075ceb5ae94942af.tar.gz
eclipse.platform.text-49f96569e6c7aa17a0085998075ceb5ae94942af.tar.xz
eclipse.platform.text-49f96569e6c7aa17a0085998075ceb5ae94942af.zip
Bug 81701 [content assist] content assist on random text inserts method stub
Diffstat (limited to 'org.eclipse.ui.editors/schema')
-rw-r--r--org.eclipse.ui.editors/schema/templates.exsd9
1 files changed, 8 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/schema/templates.exsd b/org.eclipse.ui.editors/schema/templates.exsd
index 07c60a9d0d5..cec2647a26c 100644
--- a/org.eclipse.ui.editors/schema/templates.exsd
+++ b/org.eclipse.ui.editors/schema/templates.exsd
@@ -214,6 +214,13 @@
</appInfo>
</annotation>
</attribute>
+ <attribute name="autoinsert" type="boolean" use="default" value="true">
+ <annotation>
+ <documentation>
+ &lt;code&gt;true&lt;/code&gt; (default) to make the template automatically insertable, &lt;code&gt;false&lt;/code&gt; to not allow automatic insertion. Since 3.1.
+ </documentation>
+ </annotation>
+ </attribute>
</complexType>
</element>
@@ -324,7 +331,7 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2001, 2004 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2001, 2005 IBM Corporation and others.&lt;br&gt;
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>

Back to the top