https://bugs.kde.org/show_bug.cgi?id=368142
Bug ID: 368142 Summary: Operations property dialog do not show source code Product: umbrello Version: 2.19.2 (KDE Applications 16.04.2) Platform: Other OS: All Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: umbrello-de...@kde.org Reporter: ralf.habac...@freenet.de While working on bug 158739 it has been recognized that umbrello do not show source code on opening operation property from tree view. Reproducible: Always Steps to Reproduce: 1. start umbrello 2. change active language to python 3. import http://quickgit.kde.org/?p=umbrello.git&a=blob&h=1a7bf2781b04e3d1bc6549f1bddcf143f7a20139&f=test%2Fimport%2Fpython%2Ftypes.py&o=plain 4. In the tree view open properties of operation __init__() from class Types. Actual Results: The displayed property page does not show the source code imported from the python file Expected Results: The property page should show the source code of the related operation. The source code is currently only shown by using the following workaround: 1. In the tree view open property dialog for class Types. 2. Select "operations" in the left side of the dialog. 3. Select operation __init__() in the top right widget 4. Select "source code" tag in the "Documentation" category. -- You are receiving this mail because: You are watching all bug changes.