Skip to content

Commit 1116831

Browse files
committed
Fixes incorrect statement in content assists FAQ entry
Also removes a long outstanding TODO.
1 parent 44ef2a7 commit 1116831

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/FAQ/FAQ_How_do_I_add_Content_Assist_to_my_language_editor.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ Contents
1515
If you're using the Generic and Extensible editor
1616
-------------------------------------------------
1717

18-
Add hover support via the org.eclipse.ui.genericeditor.contentAssistProcessors extension point, providing an implemention IContentAssistProcessor.
18+
Add content assists via the org.eclipse.ui.genericeditor.contentAssistProcessors extension point, providing an implemention IContentAssistProcessor.
1919

20-
If you're extensing the StructuredTextEditor
21-
--------------------------------------------
22-
23-
TODO
2420

2521
If it's your own editor
2622
-----------------------

0 commit comments

Comments
 (0)