First time here? Check out the FAQ!
1

block-select modifier key?

  • retag add tags

is there a modifier or key sequence to put wing (Default keybindings) into "block select" mode?

for example, I want to highlight and remove all the DEBUG: marks from the following log

DEBUG:  {
DEBUG:    "favorite ide" : "Wing"
DEBUG:  }
Chris Curvey's avatar
236
Chris Curvey
asked 2024-08-13 12:38:07 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

On macOS and Linux it's Shift-Option. That also seems to partially work on Windows but then right/left caret movement fails, which I suspect is a bug.

You can also use the key bindings listed in the Edit > Selection Mode sub-menu to change into different selection modes.

Or, for the above example, you could select the first DEBUG: and then use Edit > Multiple Selections > Add Selection for Next Occurrence (or the key binding listed there) to create multiple selections and then hit Delete to remove them all.

Wingware Support's avatar
4.1k
Wingware Support
answered 2024-08-13 14:01:37 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer