I'm running the latest version of MacVim on Mac OS X 10.7.3
.
While editing a file the application decided to hide/shrink its window in some way. It happened in an instant.
I've tried:
- rebooting
- reinstalling
- right-click in dock -> Show All Windows
- in menu bar: Window -> Bring All to Front (this is greyed out as though there aren't any windows).
Nothing has brought it back.
I've also tried applescripts to:
- move all hidden windows into visible space
- adjust the size and position of a specified application's window
The second of the above never executed successfully, indicating that the window index I provided (I tried 0
, 1
, 2
) doesn't exist.
Any bright ideas? I'm tearing my hair out right now.