https://bugs.kde.org/show_bug.cgi?id=81364
--- Comment #31 from Oliver Kellogg <okell...@users.sourceforge.net> --- Git commit 1a9d32832d2217e57ed3db03eb4217105d1650d5 by Oliver Kellogg. Committed on 13/12/2020 at 07:52. Pushed by okellogg into branch 'master'. import_rose.cpp : Align active programming language with model content - Global `progLang' of type Uml::ProgrammingLanguage::Enum captures programming language specified by Rose model. - In function readAttributes loop of stream.readLine(), if nt is PetalNode::nt_string and stringOrNodeOpener is not "(" then test name for "language". If equal then derive progLang from value.string. - In function loadFromMDL, after parsing the model file, - if progLang hash not been established by the model and no code generator hash been allocated at UMLApp then allocate generator for C++ as default; - else if progLang is not the same as the active generator at UMLApp then call UMLApp::app()->setGenerator(progLang). M +29 -0 umbrello/import_rose.cpp https://invent.kde.org/sdk/umbrello/commit/1a9d32832d2217e57ed3db03eb4217105d1650d5 -- You are receiving this mail because: You are watching all bug changes.