[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Possible Mac OS X bug

Hi All,

I hope this is the correct group to post this issue:

On windows the following plugin.xml works fine on an action:

<visibility>
    <and>
        <not>
            <objectState name = "state1" value="">
        </not>
        <not>
            <objectState name = "state2" value="">
        </not>
</visibility>

I have a system out in my testAttribute method and both state1 and state2 
are sent to the method, but the same thing on Mac OS X on evaluates 'state1' 
and never 'state2', as a result the action on my context menu does not 
appear.

I have solved this by just providing one objectState to do both, just 
wondered if this was a known bug?

Regards,

Tim.