News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

UML?

Started by vapor, February 25, 2007, 01:18:11 AM

Previous topic - Next topic

vapor

Not wanting to reinvent the wheel was just wondering if there is a good UML application that fits neatly within Code::Blocks.

For instance filling out a simple class form for the UML graphic editor object automatically calls up code::blocks and adds it to the project list.
Secondly, clicking on a UML object component in the UML editor would take the user to that project class method in code::blocks.
Lastly, drawing a link from one UML object to another in the graphic editor would create a bit of simple code and take you there for modification.

I know this exists for the complex monstrosities like MS MFC at the status quo price but is there a complementary app that fits us code::blocks users?

Game_Ender

Nope, such an application would have to be built as Code::Blocks plugin because CB doesn't have that level of interprocess communication.