Ignore:
Timestamp:
11/03/10 16:02:27 (14 years ago)
Author:
zeiss
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/de.ugoe.cs.swe.bnftools.ebnf.ui/plugin.xml

    r9 r34  
    119119              class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.formatter.FormatterHandler" 
    120120              commandId="de.ugoe.cs.swe.bnftools.Ebnf.formatter"> 
     121            <activeWhen> 
     122                <reference 
     123                    definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> 
     124                </reference> 
     125            </activeWhen> 
     126        </handler> 
     127        <handler 
     128              class="de.ugoe.cs.swe.bnftools.ui.EbnfExecutableExtensionFactory:de.ugoe.cs.swe.bnftools.ui.formatter.HtmlFormatterHandler" 
     129              commandId="de.ugoe.cs.swe.bnftools.Ebnf.htmlformatter"> 
    121130            <activeWhen> 
    122131                <reference 
     
    186195      </command> 
    187196      <command 
     197            description="Trigger custom bnftools html formatter" 
     198            id="de.ugoe.cs.swe.bnftools.Ebnf.htmlformatter" 
     199            name="Save as HTML"> 
     200      </command> 
     201      <command 
    188202            description="Rename Refactoring" 
    189203            id="de.ugoe.cs.swe.bnftools.Ebnf.refactoring.rename" 
     
    244258            </visibleWhen> 
    245259         </command> 
    246              <command 
     260         <command 
    247261                 commandId="de.ugoe.cs.swe.bnftools.Ebnf.formatter" 
    248262                 style="push" 
    249263                 tooltip="Trigger custom bnftools formatting"> 
     264            <visibleWhen checkEnabled="false"> 
     265                <reference 
     266                    definitionId="de.ugoe.cs.swe.bnftools.Ebnf.Editor.opened"> 
     267                </reference> 
     268            </visibleWhen> 
     269         </command> 
     270         <command 
     271                 commandId="de.ugoe.cs.swe.bnftools.Ebnf.htmlformatter" 
     272                 style="push" 
     273                 tooltip="Save as HTML"> 
    250274            <visibleWhen checkEnabled="false"> 
    251275                <reference 
Note: See TracChangeset for help on using the changeset viewer.