Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.genericeditor/schema/autoEditStrategies.exsd')
-rw-r--r--org.eclipse.ui.genericeditor/schema/autoEditStrategies.exsd5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.ui.genericeditor/schema/autoEditStrategies.exsd b/org.eclipse.ui.genericeditor/schema/autoEditStrategies.exsd
index 2da6a4dd823..f5ac51c4ecd 100644
--- a/org.eclipse.ui.genericeditor/schema/autoEditStrategies.exsd
+++ b/org.eclipse.ui.genericeditor/schema/autoEditStrategies.exsd
@@ -83,8 +83,9 @@
A core Expression that controls the enabled of the given auto edit strategies. The viewer, editor, and editor input are registered in the evaluation context as variable:
* <with variable="viewer"/> : use it if your expression requires the viewer.
- * <with variable="editor"/> : use it if your expression requires the editor.
- * <with variable="editorInput"/> : use it if your expression requires the editor input.
+ * <with variable="document"/> : use it if your expression requires the document.
+ * <with variable="editor"/> : use it if your expression requires the editor (deprecated, not always set).
+ * <with variable="editorInput"/> : use it if your expression requires the editor input (deprecated, not always set).
</documentation>
</annotation>
<complexType>

Back to the top