Reply To: code generation

Hi,

Just started playing with the app. Looks good so far. I was wondering if you could make it so when code is generated, any existing code within a member function in the target file would be incorporated in the new generated file.

E.g., If I had edited a file with:

public void incrementCount()

{

count++;

}

the next time I generated from the model the statements in the function would be preserved.

Also, any way to specify comments in the model that will get carried over to the code? I was only able to do something like this:

int /* test comment */ count;

Thanks.

Mark Levesque 30 May 2014 17:55:01

New Comment

Comment
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]