Changeset 1970

Show
Ignore:
Timestamp:
03/03/08 13:22:30 (9 months ago)
Author:
apatel
Message:

basic setup for new editor.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/custome_policy/framework-plugin/plugin.xml

    r1922 r1970  
    1212            id="com.tresys.cdsframework.plugin.editor.dictionary.DictionaryEditor" 
    1313            name="%dictionaryEditor"> 
     14      </editor> 
     15      <editor 
     16            class="com.tresys.framework.plugin.editor.custom.CPLEditor" 
     17                        contributorClass="com.tresys.framework.plugin.editor.FrameworkActionContributor" 
     18            extensions="fcpl" 
     19            icon="icons/framework.png" 
     20            id="com.tresys.cdsframework.plugin.editor.dictionary.custom.CPLEditor" 
     21            name="%cpleditor"> 
    1422      </editor> 
    1523      <editor 
     
    519527         </participant> 
    520528      </extension> 
     529      <extension 
     530            point="org.eclipse.core.filebuffers.documentSetup"> 
     531         <participant 
     532               class="com.tresys.framework.plugin.editor.custom.CPLDocumentSetupParticipant" 
     533               extensions="fdic"> 
     534         </participant> 
     535      </extension> 
    521536</plugin>