ashersyed / macvim

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

Full-screen size bug #330

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
Starting MacVim with set=fullscreen in .gvimrc

What is the expected output? What do you see instead?
I expect to see MacVim take over entire screen (I have
set fuopt+=maxvert
set fuopt+=maxhorz), and that's the case in exactly half the cases. What 
boggles my mind is that I can start MacVim any given nubmer of times, and 
exactly half of them MacVim will do what it should, and in other half it would 
take maybe 80% of horizontal space.

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?
Snapshot 57, 10.6.7, Intel.

Please provide any additional information below.

As I said before, it happens exactly in 50% of MacVim startups. 

There is also second issue: if i open MacVim in fullscreen mode, then open new 
tab with command-t, tab bar shows up as expected, but when I close the second 
tab, MacVim doesn't behave as expected and scales back to full-screen, instead 
leaves padding on top and bottom of screen. Is that some setting, or another 
full-screen bug?

Original issue reported on code.google.com by kla...@gmail.com on 3 May 2011 at 11:26

GoogleCodeExporter commented 9 years ago
I figured my explanation may be 'a little bit' unclear, so I made short 
screencast, hopefully that'll explain what I am talking about ;)

Original comment by kla...@gmail.com on 3 May 2011 at 11:48

Attachments:

GoogleCodeExporter commented 9 years ago
This sounds exactly like a bug that I fixed a while ago [1] but which hasn't 
made it into a snapshot build yet.  If you have time to try it out, please pull 
from the GitHub repo and build your own [2].

The problem with the view not resizing when the toolbar hides is something I've 
intended to fix for a while now.

[1] 
https://github.com/b4winckler/macvim/commit/8b4669ff38db551849224db1f9c77cdd014d
504e
[2] https://github.com/b4winckler/macvim/wiki/Building

Original comment by bjorn.winckler@gmail.com on 4 May 2011 at 8:58

GoogleCodeExporter commented 9 years ago
Build from repo and so far it starts in complete full-screen all the time ;) 

Nice to know that you're aware about second issue.

Thanks for awesome work!

Original comment by kla...@gmail.com on 4 May 2011 at 10:12

GoogleCodeExporter commented 9 years ago
I'd like it to be default for me too. I like to use MacVim fullscreen in Lion, 
but it keeps resizing windows leaving gaps behind.

Original comment by obl...@gmail.com on 14 Jul 2012 at 7:31