Designing Mode?
Hello,
is there something like a "Designing Mode"?
What I image is the following: I want to design the class structure for a new feature of my program. So I am experimenting a little bit, moving classes around. Because of that I do not want to generate code but later, when I think that the class structure is complete, I want to generate. So I would like a button "Prevent Code Generation" or something like that. Is there such a feature?
Moritz
is there something like a "Designing Mode"?
What I image is the following: I want to design the class structure for a new feature of my program. So I am experimenting a little bit, moving classes around. Because of that I do not want to generate code but later, when I think that the class structure is complete, I want to generate. So I would like a button "Prevent Code Generation" or something like that. Is there such a feature?
Moritz
Comments
I recommend disabling the code generator. Navigate to the UML Lab Preferences ("Window->Preferences->UML Lab->Code Generator") and disable "Generate code automatically on save".
Manuel