Bug 437712 - New file dialog using template not filling in name
Summary: New file dialog using template not filling in name
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: file create (show other bugs)
Version: 5.6.1
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-26 20:13 UTC by Ian H
Modified: 2021-05-26 20:22 UTC (History)
0 users

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


Attachments

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