Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: vapor on February 25, 2007, 01:18:11 am

Title: UML?
Post by: vapor on February 25, 2007, 01:18:11 am
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?
Title: Re: UML?
Post by: Game_Ender on February 25, 2007, 02:39:40 am
Nope, such an application would have to be built as Code::Blocks plugin because CB doesn't have that level of interprocess communication.