Version: 1.5.4 (using KDE KDE 3.5.1) Installed from: Compiled From Sources Compiler: gcc OS: Linux I have noticed that after an undo the list of available classes in Code->Code Generation Wizard is limited to classes that are not contained by any thing. To reproduce. Add class "Car" Add class "Wheel" connect with a Containment. Code Generation wizard shows Car Car::Wheel Add note Type some thing in the note. Choose Edit->Undo Code Generation wizard shows Car Generate All Code only creates the Car class This occurs on SLED10, with Umbrello 1.5.4 built from source .
On current trunk the code generator only shows and generate the Car class too (even without doing the undo)
This has been fixed. It happened when creating the classes via the list view - Umbrello was not signalled correctly of object creation. When saving and re-loading the XMI, everything worked fine.