José Ramón Palanco
MonoUml AddIn for MD mockup
I have been thinking on how to integrate MonoUML into MD. Today I decided to try several ways.
We need a MonoUML Pad, so extending from MonoDevelop.Gui.Widgets.TreeView (MonoDevelop) and MonoUML.Widgets.IView (MonoUML) is all we need to do. We also need to launch the monouml engine (the Hub class) as a service (MonoDevelop AbstractService), attach our TreeView to it (and register it into the Hub to know when raise events).
Monodevelop hack
The same file with monouml
2 Comments:
You font is too big!
R2000
Couple suggestions.
We have removed MonoDevelop.Gui.Widgets.TreeView from svn as I removed the dependency MonoQuery had on it after last release. The new solution pad api is amazing, check it out. (http://svn.myrealbox.com/viewcvs/trunk/MonoDevelop/Core/src/MonoDevelop.Base/Gui/Pads/SolutionPad/?root=monodevelop) The code in monoquery should provide a quick example of out to use this. Also, check out GuiDispatch in the DispatchService. This will help you do asynchronous gui modifications without causing crashes.
Cheers!
Post a Comment
<< Home