![JAR search and dependency download from the Maven repository](/logo.png)
schema.quickAssistProcessors.exsd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.ui.genericeditor Show documentation
Show all versions of org.eclipse.ui.genericeditor Show documentation
Generic and Extensible Text Editor
The newest version!
This extension point is used to contribute quick assist processors for quick content assist support to a given content type.
The target content-type for this extension. Content-types are defined as extension to the org.eclipse.core.contenttype.contentTypes extension point.
1.1.600
<extension
point="org.eclipse.ui.genericeditor.quickAssistProcessors">
<quickAssistProcessor
class="org.eclipse.ui.genericeditor.tests.contributions.QuickAssistProcessor"
contentType="org.eclipse.ui.genericeditor.tests.content-type">
</quickAssistProcessor>
</extension>
This extension point does not require specific API's to use. Instead, it reuses IQuickAssistProcessor from org.jface.text.quickassist
© 2015 - 2025 Weber Informatics LLC | Privacy Policy