ChoicescriptIDE / ChoicescriptIDE/main
When renaming a scene the capitalisation is not normalised for the filename
Open
bug
minor
- Dominant language
- JavaScript
- Stars
- 36
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
When we rename a scene we force the name to lowercase in the UI to match the ChoiceScript style.
We do this _after_ we've wrote the the file though, so the file ends up being wrote to disk with the incorrect capitalisation.
Example:
- Rename scene to 'ALLCAPS'
- UI will correct to 'allcaps'
- But ALLCAPS.txt will be wrote to disk
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.