Author Topic: Searching for UML plugin  (Read 5849 times)

vapor

  • Guest
Searching for UML plugin
« on: September 24, 2007, 07:35:51 pm »
My apps are all cluttered, jumbled and disjointed when they get a certain size.
 I have found that using a UML graph really keeps my mind right.
(Umbrello works but really does too much in its own way and doesn't integrate into code blocks well)

So before I attempt to create a UML diagram display plugin built from the Code::Blocks project symbols I have to ask.

Am I chasing someone else's shadow? Because it seems too simple.
Maybe I'm missing something?

So if ANYONE knows of a plugin someone has already created or is working on this, Please let me know and post.

:)
« Last Edit: September 24, 2007, 09:27:05 pm by vapor »

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Searching for UML plugin
« Reply #1 on: September 24, 2007, 08:34:56 pm »
If I will have more time in the near future I will do it. This should be my first C++ experiences  :D
For C++ there are a lot standalone UML modeller, there is the situation much more easier than in Delphi/Lazarus (where I coming from). Nevertheless it is a problem to modell basing of existing frameworks because the tools are very general (IMHO).
« Last Edit: September 24, 2007, 08:39:06 pm by Keyla »

vapor

  • Guest
Re: Searching for UML plugin
« Reply #2 on: September 24, 2007, 09:25:07 pm »
Yep
Too many times I look, I see not, I invent, I proud, I look again, I am duh, hmm  :-P

Then I think, I wish someone would have said something about it sooner.
Thus this post.

Thanks

« Last Edit: September 24, 2007, 09:27:39 pm by vapor »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Searching for UML plugin
« Reply #3 on: September 25, 2007, 02:35:02 am »
Take a look at UMLPAD, two of us look at it before, but we never did more than that.
It uses wxWidgets to produce UML diagrams.

http://web.tiscali.it/ggbhome/umlpad/umlpad.htm

Note, last time I looked it needed upgrading to Unicode which was beyond my abilities with wxWidgets at the time.

Tim S
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Searching for UML plugin
« Reply #4 on: September 25, 2007, 08:41:10 am »
For the beginning here is a huge list: http://www.jeckle.de/umltools.html for ecternal tools.
Umbrella is IMHO very good (for Linux).

All in all it is easy to render a class construct as UML graph but there are a lot of other problems:
-graph modelling -> code generation
-synchronisation of source/graph
-include all of UML 2.0 diagrams
...
So it will take some times until I can present the first results...
« Last Edit: September 25, 2007, 09:00:16 am by Keyla »

Offline pasgui

  • Almost regular
  • **
  • Posts: 165
    • LGP
Re: Searching for UML plugin
« Reply #5 on: September 25, 2007, 03:08:27 pm »
Did you try http://bouml.free.fr ?

Regards,

pasgui

willeom

  • Guest
Re: Searching for UML plugin
« Reply #6 on: September 25, 2007, 03:29:41 pm »
A simple one that I use is violet. http://www.horstmann.com/violet/ 1.6a+ can even run in a web page!

Offline alchemist

  • Multiple posting newcomer
  • *
  • Posts: 38
    • My Blog
Re: Searching for UML plugin
« Reply #7 on: September 25, 2007, 03:58:34 pm »
Kind Regards,
Xavier Miller.
http://xaviermiller.be

Offline Keyla

  • Multiple posting newcomer
  • *
  • Posts: 48
Re: Searching for UML plugin
« Reply #8 on: September 25, 2007, 08:10:11 pm »
Yes you are right, Argo (and the brother Poseidon CE) is very nice!
I think BOUML is good, too. I just didn't know it before...
« Last Edit: October 10, 2007, 09:46:31 pm by Keyla »

willeom

  • Guest
Re: Searching for UML plugin
« Reply #9 on: September 25, 2007, 11:13:03 pm »
Nice find! Argo is very nice, I think I'll switch. :D