sublimehq / sublime_text

Issue tracker for Sublime Text
https://www.sublimetext.com
811 stars 39 forks source link

Multiple selection settings mess up with search #1145

Open AlekseyMalyshev opened 8 years ago

AlekseyMalyshev commented 8 years ago

When I try to multiselect a whole word with command + D on OS X, it messes up with search settings. I recorded a sample video (please find the link below). Here is what I am doing:

1) I press command + D multiple times. As you can see at first only whole word gets selected, but then it goes on and selects those characters inside another word.

2) I remove the selection and try command + F (find). It works as expected.

3) I am repeating the step 1, but this time search settings mess up.

4) Deselect everything.

5) I am clicking whole word setting in search two times. Search is now OK, but as soon as I go to step 1 it breaks.

6) Now I repeat step 5, but do not deselect the word (skip step 4). Command + D works as expected - only selecting the whole word.

IMAGE ALT TEXT

Sublime Text 3 Stable, build 3103

FichteFoll commented 8 years ago

Ah yeah, find_under_expand and normal find have some weird interactions unfortunately.