Add script editor join_lines keybind#111547
Conversation
14cd877 to
abc86d9
Compare
abc86d9 to
b8597ae
Compare
b8597ae to
74d7a72
Compare
74d7a72 to
11baf0b
Compare
kitbdev
left a comment
There was a problem hiding this comment.
This behavior exists in VSCode, Rider, and Kate, so it makes sense to have.
11baf0b to
49bf8f8
Compare
49bf8f8 to
47ae3aa
Compare
|
BTW there is a review comment that has not been addressed #111547 (comment) |
|
What would it be consistently plural with, if I did make it |
|
The shortcut name ( In other editors too it seems to always be called "Join Lines". |
47ae3aa to
3c36b68
Compare
|
Fixed |
264af7e to
7220535
Compare
join_line keybind
7220535 to
b8b6504
Compare
join_line keybindjoin_lines keybind
b8b6504 to
00f0aec
Compare
AdriaandeJongh
left a comment
There was a problem hiding this comment.
Downloaded the artifact for the macOS editor and got the following error when I hit Ctrl + J:
ERROR: Unknown Shortcut: script_text_editor/join_lines.
Am I doing something wrong here?
Ctrl + Shift + J does work as expected, and I agree it works nicely next to Ctrl + Shift + K for deleting the line.
kitbdev
left a comment
There was a problem hiding this comment.
Looks like some things got lost in a rebase.
00f0aec to
4d294ca
Compare
AdriaandeJongh
left a comment
There was a problem hiding this comment.
Gave it another spin and works from a usability perspective.
|
Thanks! |
Turns out, Ctrl+J was already used for toggling the bottom panel display, so I swapped it out for Ctrl+Shift+J. I think it lines up nicely with the Ctrl+Shift+K (delete lines, like ctrl-shift-kut).
Screencast_20251012_013505.webm
Resolves godotengine/godot-proposals#13368