Fire eclipse event programmaticaly C# -
I add a menu item to capture in the plugin, which does something where the user clicks on it.
I want to open the eclipse in C #, and immediately do the same thing i.e. to run eclipse, and then the menu item Is there any way to do this? Do you want to use the C # application to trigger an Eclipse menu action? As far as I know it can not be done directly But there is a test framework that can run and trigger Eclipse actions and compare results. It's a little hard to know, but there are many possibilities for your testing, so I guess what you can do ... To set up a SWTBot testcase, setup your C # application that starts Eclipse, The menu triggers the item, and reports the results back, but this is not really a good idea. MouseListener to fire.
Comments
Post a Comment