The extension point allows to register a text search engine that is used to search for text in files of the workspace. Used to distinguish different search engines. Used when search engine is presented in UI. The class implementing org.eclipse.search.core.text.TextSearchEngine. 3.2 As an example, here is the markup for suppling a search engine <p> <pre> <extension id="MyEngine" point="org.eclipse.search.textSearchEngine"> <textSearchEngine id="com.windriver.textSearchEngine" label="Wind River Search" class="com.windriver.text.SearchEngine" /> </extension> </pre> </p> The contributed class must implement <code>org.eclipse.search.core.text.TextSearchEngine</code> Copyright (c) 2006 Wind River Systems and others. 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>