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.
Deference about "find" between Windows and MAC
superlc0413
#1
0 Likes
Add "find_selected_text": true
into settings. OSX for some reason has this property overridden.
1 Like
FichteFoll
#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