Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Ideas About UML

<< < (3/3)

jmccay:
What's the poll supposed to be about?  I don't completely understand what's being asked.
jmccay

Angel Portal:
I am trying the UML Pad , so far it is working fine.
But I do not tried the source.

Angel Portal

jmccay:
UML Pad is fine, and I think it is a great starting point.  It needs to be upgraded to work with Unicode though.

UML Pad works fine unless you try what I suggested.  There is a design flaw in the code.  Nothing is added to the file/diagram tree under class diagrams for the default pad that is opened.  This causes it to crash every time.

   1. Open up UML Pad without any files, or projects.

   2. Click on the green class icon.

   3. Click in the pad area.  This will create a new class.

   4. Now, wihout saving new diagram, double click on the new class to edit it.  This should cause it to the program to crash.  In the code, there is an attempt to call a function on what ends up being a NULL pointer because there is no corresponding node is the access tree on the left that represents the diagram.

   I like the program, and is probably the best choice for integration if we want to do it.
jmccay

jmccay:
I recently checked out UML Pad again.  The bug is fix.  Also, two important features that are helpful to getting this to work with C::B as a pluggin.  One, it appears to be using wxWidgets, and two, it uses xml to store the class information (via TinyXML).
jmccay

Navigation

[0] Message Index

[*] Previous page

Go to full version