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

schema.quickAssistProcessors.exsd Maven / Gradle / Ivy

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