This extension point is used to plug-in text hovers in a C/C++ editor. a fully qualified identifier of the target extension point an optional identifier of the extension instance an optional name of the extension instance the id, typically the same as the fully qualified class name. the fully qualified class name implementing the interface <code>org.eclipse.cdt.ui.text.c.hover.ICEditorTextHover</code>. the translatable label for this hover. the translatable description for this hover. if the attribute is set to "true" it will force this plug-in to be loaded on hover activation. The following is an example of a hover definition: <p> <pre> <extension point="org.eclipse.cdt.ui.textHovers"> <hover label="Debug Text Hover" perspective="org.eclipse.debug.ui.DebugPerspective" class="org.eclipse.cdt.debug.internal.ui.editors.DebugTextHover" id="org.eclipse.cdt.debug.internal.ui.editors.DebugTextHover"> </hover> </extension> </pre> </p> Copyright (c) 2001, 2006 IBM Corporation and others.<br> 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 <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>