Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kenneth.nielsen

Pages: [1]
1
General Board / Re: can you customizing code generation doxygen st
« on: June 05, 2007, 11:47:04 am »
good answer,
thanks.
it looks like a change request about reverce engineering comments should be made to make it use the macro customization that you describe / design on the wiki.

2
General Board / Re: can you customizing code generation doxygen st
« on: February 26, 2007, 07:29:19 am »
basically it looks like I want to change: JAVADOC_COMMENT
is that posible?
(it should then work both ways, is my guess)

3
General Board / can you customizing code generation doxygen style?
« on: February 22, 2007, 12:39:15 am »
I round trip with Native C++. And use doxygen commenting style, it works almost as i want it to ;^)
basically my ea. comments are wrapped in
/**
bla bla
*/
void blabla();

and i want them to be:
/// bla bla
void blabla();

- can I modify the way they are generated? ( like i can modify the way code is generate/analyzed, to place brachet
on a new line and not after function definition ?

Thanks for any anwser  ;)
kenneth

4
General Board / Re: how to Insert multiple classes ?
« on: June 07, 2007, 01:10:40 am »
thanks simon
ctrl + click was it. ( Could i suggest that it was an option on diagrams, that you could change a setting so it always interpret a diagram click as a ctrl click ?)

5
General Board / how to Insert multiple classes ?
« on: June 05, 2007, 12:16:44 pm »
Hi all,
I'm getting a bit tired of having to select what type of element I want to insert in a diagram every time i want to insert fx. a class, or something else.
is there a way wich you can make your last selected element type the one you insert again?
it propably is just my lazyness, but i haven't found it described in the help.

thanks in advance.

6
General Board / e.a. file/db size
« on: June 06, 2007, 09:38:23 pm »
Hi all,
I've used ea, to reverce engineer some c++ code.
I enjoyed the uml model generated, and extended the classes.
when i then later deleted all of the reverce engineered code, and just left some added use case, classes, robustness and sequence diagrams, approx. 20 classes, 25 uc's, seq, and robustness diagrams. the filesize of the ea model remained the same size (large). When opening the file with access, it appears that the t_attributes are removed, but the file size remains.
is this a bug ?

7
General Board / Re: Project browser display options ?
« on: June 05, 2007, 12:39:07 pm »
found it myself sorry

8
General Board / Project browser display options ?
« on: June 05, 2007, 12:22:05 pm »
Hi all,
Can I change how the project browser shows the class names / operations etc.?
I would like not to see the stereotypes of classes or operations, in the tree. ( I like it on the properties of the 'element' though. and i the iconix robustness diagrams)
I just dont want my project overview cluddered by all that info. I know the GetName is a getter, etc.

thanks
kenneht

9
General Board / Re: already built model for MFC
« on: June 05, 2007, 11:52:07 am »
apparently they dont. dammit.
I've like and reverced MFC to, Maybee the precompiler macroes used by mfc should be defined, and you'll get around the analysis problem, dont know though only an idea.

10
General Board / Re: Roundtripping with e.a not posible ?
« on: February 08, 2006, 02:50:31 am »
thanks, ill try that

11
General Board / Roundtripping with e.a not posible ?
« on: February 06, 2006, 06:00:43 am »
Hy
I've got some old code (c++ and c#) that i've wanted an uml model of and extend the uml model to generate code. Ive done that sucessfully before with rational rose. And I wanted to see if e.a. can deliver the service I want, which is to use an UML/tool with new imperovements to existing code. I did these steps, but kept running a problem with generating source files, that had functionality implemented in them. - it was overwritten or copied to later in the source file. I've tried with vs 2005 NET and teh MDG link thingy.
steps to do
a) tried to reverse engineer source code into e.a.
b) I've modified the model. ( i.e add an variable )
c) generate the souce file again.
- the file changed and the existing information in the file is gone/overwritten/moved. Can E.a. do this so the file compiles with out problems?

I think rational rose had the same problem before the version released in 98, if i remeber correctly. - they introduce a guid associated with each class/function/variable and that solved the problem.

how do i make sure that i dont sreew up my existing code base?
ketnnneht

12
General Board / Re: Library models ?
« on: October 02, 2003, 06:00:25 am »
 :(
So you have already asked for a feature like ea model-templates that we can use for different projects. Simular to word and .dot files. They have not made something like that avalible, or commented on future plans.
dammit -

13
General Board / Library models ?
« on: October 01, 2003, 06:30:28 am »
Is there a MFC model ? - or do I have to make my own.
what about a model for standard c# library?
I would like to have them models, and write protect them, so i dont accidently changes the library code.

To make it really nice, it would be nice to be abel to specifying a language and a library to use. The classes can then be derived from the library classes without to much hazel, but maybee its just me that hasen't investigated enough.
Kenneth

14
General Board / C#/C++ etc. model
« on: September 16, 2003, 05:39:05 am »
 ???
I would like to have a model of the C#/ .NET classes build into microsoft library. I would like to use it as a base when I start a new project.

15
write a \todo in you ea comments

Pages: [1]