Bug 401086

Summary: New look of empty definition of function after using "Move into source"
Product: [Applications] kdevelop Reporter: Piotr Mierzwinski <piotr.mierzwinski>
Component: generalAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 5.3.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Piotr Mierzwinski 2018-11-15 21:41:00 UTC
SUMMARY
Empty definition of function after using "Move into source" could look like this:
void myclass:myfoo( int param )
{
[indention]
}

instead of
void myclass:myfoo( int param ) {}
which requires little bit annoying pre editing to be able put code.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: YES
(available in About System)
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.52
Qt Version: 5.11.2

ADDITIONAL INFORMATION
Please mark this as wish.