Search Results

Search found 4 results on 1 pages for 'madgnome'.

Page 1/1 | 1 

  • How to add a pulldown button in a view's toolbar?

    - by madgnome
    I need to add a pulldown button to a view's toolbar in an Eclipse plugin. Actually buttons in the toolbar are added like that : <extension point="org.eclipse.ui.viewActions"> <viewContribution id="..." targetId="$MyViewId$"> <action id="..." toolbarPath="action1" class="Class extending Action and implementing IViewActionDelegate"> </action> </viewContribution> </extension>

    Read the article

  • NUnit Addins with Resharper 5

    - by madgnome
    The latest Resharper (v5) version is based on native NUnit code and allows NUnit addins. I have a NUnit addin that works fine in NUnit GUI but I can not make it work with Resharper. Based on R# indication I have put my addins library in %ResharperPath%\Bin\addins but I doesn't work, my tests are marked as Ignored. Question: How to run the NUnit addins with ReSharper?

    Read the article

  • Parser for C#

    - by madgnome
    Which parsers are available for parsing C# code? I'm looking for a C# parser that can be used in C# and give me access to line and file informations about each artefact of the analysed code.

    Read the article

1