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

UML Plugin

<< < (7/7)

LETARTARE:
@stahta01
An code plugin for 'Code::Blocks' :
https://github.com/LexRudera/UmlBlocks
after some adjustments, it compiles and load under svn10127 (wxWidgets unicode 2.8.12, wxShapeFramework 1.13,  TDM-GCC 4.7.1 ) https://github.com/LETARTARE/UmlBlocks
wxShapeFramework -> http://sourceforge.net/projects/wxsf/
After ...must be tested.

stahta01:

--- Quote from: LETARTARE on March 15, 2015, 11:33:40 am ---@stahta01
An code plugin for 'Code::Blocks' :
https://github.com/LexRudera/UmlBlocks
after some adjustments, it compiles and load under svn10127 (wxWidgets unicode 2.8.12, wxShapeFramework 1.13,  TDM-GCC 4.7.1 ) https://github.com/LETARTARE/UmlBlocks
wxShapeFramework -> http://sourceforge.net/projects/wxsf/
After ...must be tested.

--- End quote ---

@LETARTARE:

I plan to look at both of the Git Projects yours and the LexRudera one.
I gave up on this thread long ago; since, I did NOT know enough C++ to help write it.
I still do NOT know much C++; so; other than testing and Precompiled Header (PCH) type changes not much I will be able to do.

Tim S.

stahta01:
@LETARTARE:

I created a git repo forked from LexRudera/UmlBlocks repo.
https://github.com/stahta01/UmlBlocks/tree/cb_svn

The main difference, between your fork and my fork, at this time is I created a new CB project called UmlBlocks_cbsvn which uses an Global Var called cb_svn.
I did NOT like either yours nor LexRudera CB project and decided making another was better than editing either of yours.

I will work on the Precompiled Header (PCH) type changes and then do testing using a recent CB SVN version.

Tim S.

stahta01:
Is any menu option except for "New UML Diagram" and "New Class" supposed to do anything?

Those are the only two I figured out how to use.

Is it possible to edit an UML Class?
Is it possible to save an UML Diagram?

Possible bugs; after I install the UML Plugin:
1. After restarting CB, the UML menu becomes the first menu (as in before the File menu).
2. The New Class form extends down too far for good display.
(Possible cause of this is I use a fixed Taskbar in Windows 7; several apps have issues with having a default height being to big)

Tim S.

LETARTARE:
I just drop 0.3 to meet
- declaration -> *.hpp
- definitions  -> *.cpp

Unfortunately, the tests are discouraging ! Too few features installed.


--- Quote ---Is it possible to edit an UML Class?
--- End quote ---
yes, but it is the only feasible action !! you have to capture the elements of the class in a dialog.


--- Quote ---Is it possible to save an UML Diagram?
--- End quote ---
no, we can not do anything.

Too much work to do, I do not have time.

It's a shame, the basic ideas are good.

Navigation

[0] Message Index

[*] Previous page

Go to full version