Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.genericeditor/schema/hoverProviders.exsd')
-rw-r--r--org.eclipse.ui.genericeditor/schema/hoverProviders.exsd5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.ui.genericeditor/schema/hoverProviders.exsd b/org.eclipse.ui.genericeditor/schema/hoverProviders.exsd
index 42aed9045e6..8df8c7584ff 100644
--- a/org.eclipse.ui.genericeditor/schema/hoverProviders.exsd
+++ b/org.eclipse.ui.genericeditor/schema/hoverProviders.exsd
@@ -112,8 +112,9 @@ Plan is to have contributions are sorted according to that value and to have onl
A core Expression that controls the enabled of the given hover provider. 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