Several widgets are editable on the document windows by selecting the related widget. This does not work for note widgets Reproducible: Always Steps to Reproduce: 1. create class 2. enter doc into doc window (documentation is saved in class) 3. create note widget 4. open properties and add doc Actual Results: note widget documentation is not shown and is not editable in documentation window Expected Results: note widget documentation is shown and is editable in documentation window
An additional note: In the documentation windows one can enter documentation for the note widget, which looks to be stored in the note widget (It is displayed after first selecting another widget and then selecting back the note widget) but in fact it is lost after save and reloading of the xmi file. This will lead to bad user experience, which will also be fixed when displaying the note widget content in the doc window.
SVN commit 1298924 by habacker: Made note widget text editable through doc window. This also fixes doc window related inconsistences after selecting note widgets. M +1 -22 notewidget.cpp M +0 -3 notewidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1298924
apply fixed bug from 4.9.0 changelog