Hi Erick, Thanks for the patch.
2008/12/8 Erick Tryzelaar <[EMAIL PROTECTED]>: > > First, I don't need the tab button so I disabled it. Ok, but I don't really see the need to have it disabled by default since it hides itself when the tabline is filled up anyway. If anybody else disagrees with me, then please speak up (it would be easy enough to add a user default to disable this button if some people prefer not to have this button). > Second, the > starting width of the tab was a little small, so I resized it to > Terminal.app's 200px default. You don't need to modify the source code to do this. Open Terminal and type: defaults write org.vim.MacVim MMTabOptimumWidth 200 and restart MacVim (see ":h macvim-prefs" and ":h macvim|/mmtab"). (I personally think 200px looks a bit too wide.) > Third, I didn't like how the tabs were > truncated on the right side. That left me with tabs like: > > | /U/S/e/P/f/l/... | /U/S/e/P/f/l/... | __init__.py | > > Which weren't that helpful. Since it didn't look like PSMTabBarControl > actually exposes that, I hacked that in too. It'd be a lot better to > have these as .gvimrc options though, but I couldn't figure out how to > do that. Yes, it does seem to make more sense to have the tab labels truncate from the left instead of on the right. Does anybody else care to weigh in on this? I'll have to try it out myself for a bit to see if left truncation is better than right truncation before I'd merge this change. Thanks, Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
