edenzik / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Windows open shifted down, such that the bottom of the window is off the screen. #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
New windows open shifted down from the top of the screen by the height of a 
standard window title 
bar. If you are like me and like your editor windows to be the maximum height 
that fits on your 
screen, you have to manually move each window back to the top of the screen 
after opening it, as 
otherwise the command-line will be blow the bottom of the screen.

My suggestion for the proper behavior is:
When opening a new window, if the bottom of that window would be below the 
bottom edge of the 
screen, shift the window up until either the window can't move any higher (it 
runs up against the 
menu bar) or the entire window is visible on the screen.

Original issue reported on code.google.com by tkarasze...@gmail.com on 21 Aug 2008 at 10:22

GoogleCodeExporter commented 9 years ago
Thanks for opening this as a new issue.  I have already put it on my todo list 
so hopefully I will be able to fix this 
in time for the next snapshot (I agree that this behaviour is very annoying!).

Original comment by bjorn.winckler@gmail.com on 21 Aug 2008 at 10:31

GoogleCodeExporter commented 9 years ago
I have written a patch for this issue and pushed it to the public repo.  If you 
want to have it now you can build 
your own version of MacVim, otherwise you'll have to wait until the next 
snapshot is released.

Original comment by bjorn.winckler@gmail.com on 23 Aug 2008 at 12:34

GoogleCodeExporter commented 9 years ago
This has been fixed in snapshot 35.

Original comment by bjorn.winckler@gmail.com on 26 Sep 2008 at 7:54