Sublime Forum

Deference about "find" between Windows and MAC

#1

Please help me.
When I commit the “command”: “show_panel”, “args”: {“panel”: “find”, “reverse”: false} in Windows7, the text selected will be pasted to find panel automatically, but in OS X, this command only show find panel and do nothing more, now i want it work as it does in Windows.How can i fix it?
Thank you.

0 Likes

#2

Add "find_selected_text": true into settings. OSX for some reason has this property overridden.

1 Like

#3

It’s non-standard behavior for osx programs. ST tries to match the standard OS behavior as closely as reasonably possible, which is why such overrides exist (mainly for osx).

1 Like

#4

Thank you for this solution. It helps me a lot.:grin:

0 Likes

#5

Yes, i thought so, but i know nothing about them.:dizzy_face:

0 Likes