All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.textSearchEngine.exsd Maven / Gradle / Ivy

The newest version!




      
         
      
      
         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.

 This program and the accompanying materials 
 are made available under the terms of the Eclipse Public License 2.0 
 which accompanies this distribution, and is available at <a href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/

SPDX-License-Identifier: EPL-2.0
      
   






© 2015 - 2025 Weber Informatics LLC | Privacy Policy