Bug 369225 - Add list of predefined methods to new operation dialog
Summary: Add list of predefined methods to new operation dialog
Status: REPORTED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: 2.20.1 (KDE Applications 16.08.1)
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-23 08:35 UTC by Ralf Habacker
Modified: 2016-09-23 08:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2016-09-23 08:35:33 UTC
Classbuilder (https://sourceforge.net/projects/classbuilder) has support for quick selecting common known method names from a predefined list.  It would be nice if the new operation dialog would have a similar list for commonly known methods names like constructor, destructor and operators.

Reproducible: Always

Steps to Reproduce:
1. start umbrello
2. add a new class to the tree view
3. right click on the class and select "new method"

Actual Results:  
The input field for the method name does not have a list of predefined methods. 


Expected Results:  
The input field should have a list of selectable predefined methods name.