ClientInsFile 1.0

Server
    EditorName        = 'CMPTEditor'                                                                
    EditorExePath     = 'CMPTEditor.DLL'                                                            
    EditorDescription = 'Component Template Editor Server'                    
    Version           = 'Version 1.0.0.1'                                                      
    Date              = '10.03.2015 19:17:59'                                                             
    HelpAboutInfo     = 'This software is protected by copyright law and international treaties.' 
    Copyright         = 'Copyright Altium Group' 
	SupportsDDB       = True
    Updates           = 'Dxp'

    ResourceDependencies
        'WorkspaceManager'
        'HelpAdvisor'
    End
End


EditorWindowKind
    Name                  = 'CMPT'
    NewWindowCaption      = 'CMPT'
    NewWindowExtention    = 'CMPT'
    WindowKindDescription = 'Component Template Editor'
    IconName              = 'CMPT'	
    	
    EditorBar Name = 'MNCMPTEditorMenu'               BarType = Menu        End	
    EditorBar Name = 'HTCMPTEditorHotKeys'            BarType = HotkeyTable End
    EditorBar Name = 'TBCMPTEditorTools'  			  BarType = Toolbar     End   
    EditorBar Name = 'TBNavigation'                   BarType = Toolbar     End
    EditorBar Name = 'TBLayout'                       BarType = Toolbar     End

    EditorClasses
        'LibraryDocument'
    End
	
    LoadFilters
        'Component Template files (*.CMPT)'
    End

    FileExtensions
        'CMPT = ComponentTemplate'
    End
End


DocumentFilters
     All
         'Component Template files (*.CMPT)'
     End
     Documents
         'Component Template files (*.CMPT)'
     End
End


Command  Name = 'ShowCMPTEditor'               LongSummary = 'Show CMPTEditor dialog'                    End
Command  Name = 'LinkDocumentToReleaseVault'   LongSummary = 'Link Document With Vault Item Revision'    End

Command Name = 'Copy'                              LongSummary = 'Copy'                                                                         End
Command Name = 'Cut'                               LongSummary = 'Cut'                                                                          End
Command Name = 'Paste'                             LongSummary = 'Paste'                                                                        End
Command Name = 'Redo'                              LongSummary = 'Redo'                                                                         End
Command Name = 'Undo'                              LongSummary = 'Undo'                                                                         End
Command Name = 'Refresh'                           LongSummary = 'Refresh'                                                                      End


