godot icon indicating copy to clipboard operation
godot copied to clipboard

Fix fringe issues with shortcuts not behaving as expected for multi-carets

Open MewPurPur opened this issue 1 year ago • 0 comments

It's smaller than it looks.

  • Fixes Ctrl + Period/Comma (Breakpoint traversing) not deselecting text (same code as #68759)
  • Fixes F9 (Toggle breakpoint) not working with multiple carets
  • Fixes Alt+F (Toggle folding) not working with multiple carets
  • Fixes Ctrl+Shift+E (Evaluate selection) misbehaving with multiple selections.

Also sneaks in a commit to shrink this rectangle's width by a pixel:

Screenshot from 2022-12-05 13-49-35

MewPurPur avatar Dec 05 '22 18:12 MewPurPur