Bug 87956

Summary: Inline operation and attribute parsing
Product: [Applications] umbrello Reporter: Mathieu Jobin <opensource>
Component: generalAssignee: Oliver Kellogg <okellogg>
Status: RESOLVED FIXED    
Severity: wishlist CC: jr
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Mathieu Jobin 2004-08-24 19:29:54 UTC
Version:           1.2.2 (using KDE 3.2.3, Gentoo)
Compiler:          gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6)
OS:                Linux (i686) release 2.6.7

i think it takes a long time to create an operation for a class.
going through all the dialog, and for all parameters

a quick-add could become a popular option
a single field allowing us to enter something like

int funkyname (t1 p1, t2 p2)

and then umbrello would parse it
Comment 1 Jonathan Riddell 2004-08-24 20:14:22 UTC
*** Bug 87964 has been marked as a duplicate of this bug. ***
Comment 2 Oliver Kellogg 2004-11-22 10:14:47 UTC
This requires the list view to be changed to display not only the name of attributes/operations but the entire signature.
Comment 3 Jonathan Riddell 2004-11-22 14:31:33 UTC
>This requires the list view to be changed to display not only the name of attributes/operations but the entire signature. 

The inline editing should be part of the diagram not the list view.
Comment 4 Oliver Kellogg 2004-11-22 19:10:28 UTC
> The inline editing should be part of the diagram not the list view. 

Aha. Well my current implementation targets the list view.
Do you object?
Comment 5 Jonathan Riddell 2004-11-22 19:12:19 UTC
> > The inline editing should be part of the diagram not the list view. 
> 
> Aha. Well my current implementation targets the list view.
> Do you object?

Not at all :)

Comment 6 Oliver Kellogg 2004-11-24 16:35:23 UTC
Fixed for the list view using right mouse button "Rename".