<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A better Maximize button for Mac + Vim</title>
	<atom:link href="http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/</link>
	<description>Paul Betts's personal website / blog / what-have-you</description>
	<lastBuildDate>Wed, 26 May 2010 09:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: fede</title>
		<link>http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/comment-page-1/#comment-17809</link>
		<dc:creator>fede</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/#comment-17809</guid>
		<description>If your filesystem is case sensitive you should use
org.vim.macvim instead of org.vim.MacVim.

At least I had one org.vim.macvim.plist with all sort of settings and
one org.vim.MacVim.plist with only this setting and vim was not reading the capitalized version.

Thanks for your post!</description>
		<content:encoded><![CDATA[<p>If your filesystem is case sensitive you should use<br />
org.vim.macvim instead of org.vim.MacVim.</p>
<p>At least I had one org.vim.macvim.plist with all sort of settings and<br />
one org.vim.MacVim.plist with only this setting and vim was not reading the capitalized version.</p>
<p>Thanks for your post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Betts</title>
		<link>http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/comment-page-1/#comment-9668</link>
		<dc:creator>Paul Betts</dc:creator>
		<pubDate>Thu, 17 Jul 2008 16:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/#comment-9668</guid>
		<description>@4ndy: There&#039;s already a SIMBL plugin that does this called Stoplight written by Andy Matuschak (of Sparkle fame), but it makes QS coredump - I&#039;d check out his code and see if you can fix it up.</description>
		<content:encoded><![CDATA[<p>@4ndy: There&#8217;s already a SIMBL plugin that does this called Stoplight written by Andy Matuschak (of Sparkle fame), but it makes QS coredump &#8211; I&#8217;d check out his code and see if you can fix it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 4ndy</title>
		<link>http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/comment-page-1/#comment-9627</link>
		<dc:creator>4ndy</dc:creator>
		<pubDate>Wed, 16 Jul 2008 07:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/#comment-9627</guid>
		<description>I wrote a SIMBL plugin last year to change Safari&#039;s &#039;Zoom&#039; button behavior from &quot;fit to contents&quot; (which doesn&#039;t), to &quot;maximizize&quot; (no typo). This involved messing with SIMBL and classdump so I could replace the Safari Cocoa function that returns a box size that fits the data with my own routine that just returns the size of the screen (for a real maximize experience). 

I&#039;d like to be able to extend this so that EVERY [Cocoa*] app&#039;s zoom button does a maximize, but I haven&#039;t dug deep enough into the undocumented bits with classdump. And, as I no longer use Safari, I was wondering if anybody knows what I&#039;d replace to get this to work with ALL [Cocoa*] apps. In Safari, it was &quot;(NSRect)windowWillUseStandardFrame:(id)sender defaultFrame:(NSRect)rect&quot; from the &quot;BrowserWindowController&quot; class.

*SIMBL only works with Cocoa apps, for those not in t3h know.

Too bad not everyone included a defaults option like MacVim :(</description>
		<content:encoded><![CDATA[<p>I wrote a SIMBL plugin last year to change Safari&#8217;s &#8216;Zoom&#8217; button behavior from &#8220;fit to contents&#8221; (which doesn&#8217;t), to &#8220;maximizize&#8221; (no typo). This involved messing with SIMBL and classdump so I could replace the Safari Cocoa function that returns a box size that fits the data with my own routine that just returns the size of the screen (for a real maximize experience). </p>
<p>I&#8217;d like to be able to extend this so that EVERY [Cocoa*] app&#8217;s zoom button does a maximize, but I haven&#8217;t dug deep enough into the undocumented bits with classdump. And, as I no longer use Safari, I was wondering if anybody knows what I&#8217;d replace to get this to work with ALL [Cocoa*] apps. In Safari, it was &#8220;(NSRect)windowWillUseStandardFrame:(id)sender defaultFrame:(NSRect)rect&#8221; from the &#8220;BrowserWindowController&#8221; class.</p>
<p>*SIMBL only works with Cocoa apps, for those not in t3h know.</p>
<p>Too bad not everyone included a defaults option like MacVim <img src='http://blog.paulbetts.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Betts</title>
		<link>http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/comment-page-1/#comment-8805</link>
		<dc:creator>Paul Betts</dc:creator>
		<pubDate>Tue, 27 May 2008 04:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/#comment-8805</guid>
		<description>@Hans: I would buy that if its initial window width was set to &#039;tw&#039; characters, but afaik it&#039;s hard-coded to 80. I see what you&#039;re saying though</description>
		<content:encoded><![CDATA[<p>@Hans: I would buy that if its initial window width was set to &#8216;tw&#8217; characters, but afaik it&#8217;s hard-coded to 80. I see what you&#8217;re saying though</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Fugal</title>
		<link>http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/comment-page-1/#comment-8801</link>
		<dc:creator>Hans Fugal</dc:creator>
		<pubDate>Tue, 27 May 2008 01:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2008/05/24/a-better-maximize-button-for-mac-vim/#comment-8801</guid>
		<description>Thanks. I see why this was doneâ€”it&#039;s because some people like to maximize vertically and not lose their chosen number of characters width (usually 80). I loved FVWM for that very reason, but more important is an actual maximization button, since usually the cause for maximizing is to fit more width on the screen when reading someone&#039;s code who obviously thinks everyone has 200-character terminals/editors.</description>
		<content:encoded><![CDATA[<p>Thanks. I see why this was doneâ€”it&#8217;s because some people like to maximize vertically and not lose their chosen number of characters width (usually 80). I loved FVWM for that very reason, but more important is an actual maximization button, since usually the cause for maximizing is to fit more width on the screen when reading someone&#8217;s code who obviously thinks everyone has 200-character terminals/editors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

