feat(term): replace 'Copy All' menu item with 'Select All'

This commit is contained in:
Leroy Hopson 2024-05-05 17:21:44 +12:00 committed by Leroy Hopson
parent 892ed45159
commit d49f522802
3 changed files with 7 additions and 6 deletions

View file

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Custom export templates are no longer required when exporting to HTML5 from Godot v3.5.x.
- The default bundled monospace font is now [JetBrains Mono](https://www.jetbrains.com/lp/mono/) rather than [Hack](https://sourcefoundry.org/hack/).
This reflects the change to the editor's default monospace font that was made in Godot 4.
- Editor terminal 'Copy All' menu item replaced with 'Select All'.
### Removed