Skip to main content
summaryrefslogblamecommitdiffstats
blob: caa912a0dfbc7f8bdb995e43e062c2fde2758e8c (plain) (tree)
1
2
3
4
5
6
7
8
9



                                      
                  
                                        
                     

                                      
                              


                           


                                                 
                                                
                              

                            
                                                                                  
                                                          
                                               
                                                       
                                 

                                      
                                     
                  








                                                                                 



                                              
            
                                            
                           
              
                  

                                                    
                                           
                                               
                                     




                                                 
                                 
                                                  
                                                         

                                                                       


















                                                              
                                             
                         

                 
                                                   
                                               
                                                   
                                                  
                      
                                                                       


                       
                                                   
                                                   
                                                       
                                          
                      
                                                                   

                       

                
         
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<?eclipse version="3.0"?>
<plugin>
	<extension
         id="org.eclipse.mylyn.helpDocs"
         name="Mylyn"
         point="org.eclipse.help.toc">
      <toc
            file="doc/toc.xml"
            primary="true">
      </toc>
   </extension>
   
    <extension point="org.eclipse.ui.actionSets">
	<actionSet
            id="org.eclipse.mylyn.doc.actionSet"
            label="Mylyn Help"
            visible="true"> 
  		<action
          class="org.eclipse.mylyn.internal.help.ui.actions.ShowMylynLegendAction"
          definitionId="org.eclipse.mylyn.doc.legend.show"
          icon="icons/etool16/icons-legend.gif"
          id="org.eclipse.mylyn.doc.legend.show.action"
          label="Mylyn UI Legend"
          menubarPath="help/helpStart"
          style="push"
          tooltip="Mylyn UI Legend"> 
      	</action> 
        <action
              class="org.eclipse.mylyn.internal.tasks.ui.actions.ReportBugAction"
              icon="icons/etool16/report-bug.gif"
              id="org.eclipse.mylyn.tasks.ui.bug.report"
              label="Report Bug or Enhancement"
              menubarPath="help/helpStart"
              style="push"
              tooltip="Report Bug or Enhancement"> 
      	</action>
    </actionSet>
    </extension>
  
   <extension point="org.eclipse.ui.commands">
   <category
         id="org.eclipse.mylyn.doc.commands"
         name="Mylyn Help">
   </category>
	  <command
         category="org.eclipse.mylyn.doc.commands"
         categoryId="org.eclipse.mylyn.doc.commands"
         description="Show Mylyn UI Legend"
         id="org.eclipse.mylyn.doc.legend.show"
         name="Show Mylyn UI Legend">
      </command>
   </extension>
  
   <extension point="org.eclipse.ui.bindings">   
      <key
            sequence="M1+M2+M3+?"
            contextId="org.eclipse.ui.globalScope"
            commandId="org.eclipse.mylyn.doc.legend.show"
            schemeId ="org.eclipse.ui.defaultAcceleratorConfiguration">
      </key>
   </extension>
   <extension
         point="org.eclipse.ui.intro.configExtension">
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
            content="intro/overviewExtensionContent.xml">
      </configExtension>
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
            content="intro/whatsnewExtensionContent.xml">
      </configExtension>
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
            content="intro/tutorialsExtensionContent.xml">
      </configExtension>
   </extension>
   <extension
         point="org.eclipse.ui.cheatsheets.cheatSheetContent">
      <category
            id="org.eclipse.mylyn.cheatsheet"
            name="Mylyn">
      </category>
      <cheatsheet
            category="org.eclipse.mylyn.cheatsheet"
            contentFile="cheatsheets/Query.xml"
            id="org.eclipse.mylyn.cheatsheet.query"
            name="Create a task repository query">
         <description>
            Learn how to work with task and queries using the Task List
         </description>
      </cheatsheet>
      <cheatsheet
            category="org.eclipse.mylyn.cheatsheet"
            contentFile="cheatsheets/TaskFocus.xml"
            id="org.eclipse.mylyn.cheatsheet.taskfocus"
            name="Work with task context">
         <description>
            Learn how to activate tasks and use the Task-Focused UI
         </description>
      </cheatsheet>
   </extension> 
  
</plugin>

Back to the top