Bug 437712

Summary: New file dialog using template not filling in name
Product: [Applications] kdevelop Reporter: Ian H <master.haber>
Component: file createAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.6.1   
Target Milestone: ---   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ian H 2021-05-26 20:13:36 UTC
SUMMARY
When i use the new file dialog with any template, it doesn't fill in the file name automatically in the 'output files' section. This means that i have to type out the file name manually in order for it to generate the files 

STEPS TO REPRODUCE
1. Create file from template
2. Advance to 'Output' section
3. Check PublicHeader/Implementation boxes

OBSERVED RESULT
boxes are missing the filename that should be auto generated based on the class name

EXPECTED RESULT
File names should be populated based on the class name

SOFTWARE/OS VERSIONS
Linux Mint 20 xfce
Qt Version: 5.12.8
ADDITIONAL IFORMATION
Comment 1 Ian H 2021-05-26 20:19:47 UTC
Works in 5.6.0
Comment 2 Ian H 2021-05-26 20:22:10 UTC
I get 
grantlee.template: "Plugin library 'grantlee_defaulttags' not found."

in the console when i open the dialog if that helps.