Bug 401086 - New look of empty definition of function after using "Move into source"
Summary: New look of empty definition of function after using "Move into source"
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.3.0
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-15 21:41 UTC by Piotr Mierzwinski
Modified: 2018-11-16 06:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.