sublime-goto-window
sublime-goto-window copied to clipboard
Support minimized windows on Windows.
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.
I was about to implement the same when I found this pull request. Thanks, it works!