sublime-goto-window icon indicating copy to clipboard operation
sublime-goto-window copied to clipboard

Support minimized windows on Windows.

Open ehuss opened this issue 7 years ago • 1 comments

This will restore a minimized window on Windows. It should work on all versions of Windows (these are ancient APIs), but I only have 64-bit Windows 10 handy to test.

I spent some time trying to figure out a way to get the equivalent to work on Mac. The only method I found is awkward and requires adding permissions in the System Preferences. Not sure if you have any thoughts about that. I wish things would just be fixed within Sublime.

I tried to keep this patch small, but it does add a fair amount of platform-specific code.

ehuss avatar Feb 17 '18 20:02 ehuss

I was about to implement the same when I found this pull request. Thanks, it works!

bergtholdt avatar Mar 27 '18 11:03 bergtholdt