<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>michael-mccracken.net &#187; NSTextView</title>
	<atom:link href="http://michael-mccracken.net/tag/nstextview/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael-mccracken.net</link>
	<description>This is a weblog</description>
	<lastBuildDate>Fri, 13 Apr 2012 20:24:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>TextShapeView</title>
		<link>http://michael-mccracken.net/2009/09/textshapeview/</link>
		<comments>http://michael-mccracken.net/2009/09/textshapeview/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:49:37 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cocoa]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[NSTextView]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://michael-mccracken.net/?p=192</guid>
		<description><![CDATA[TextShapeView was another Cocoa Text system hack project I started a few years ago. I made a view that displays a zoomed out view of a string from a text view, with indentation, along with a rectangle showing where the text view is in the file. You can click around in the view to move [...]]]></description>
			<content:encoded><![CDATA[<p>TextShapeView was another Cocoa Text system hack project I started a few years ago.</p>

<p>I made a view that displays a zoomed out view of a string from a text view, with indentation, along with a rectangle showing where the text view is in the file.</p>

<p>You can click around in the view to move the  It also highlights the selection, and draws lines in blue if they contain the string in the NSFindPBoard, so you can see <em>all</em> the lines in the file that match when you use the Find panel.</p>

<p>This is available under a Creative Commons license, and I&#8217;d ask that if you make any improvements, you send them back to me or join the &#8216;leverage&#8217; sourceforge project, where the code is hosted. I wanted to eventually make this into a Cocoa text plugin like <a href="http://michael-mccracken.net/2009/09/an-update-on-the-incremental-search-plug/">my I-Search plugin</a>.</p>

<p>Here is the <a href="http://leverage.svn.sourceforge.net/viewvc/leverage/textshape/trunk/">SVN repository for the textshape code</a>.</p>

<p>There was also a <a href="http://michael-mccracken.net/TextShapeView.tgz">Source code Tarball</a> with a demo app, shown in the screenshot below:</p>

<p><a href="http://michael-mccracken.net/img/tsvPic.png"  class="lightview"><img alt="" src="http://michael-mccracken.net/img/tsvPic.png" title="TextShapeView Sample image" width="50%" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://michael-mccracken.net/2009/09/textshapeview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An update on the incremental-search plug&#8230;</title>
		<link>http://michael-mccracken.net/2009/09/an-update-on-the-incremental-search-plug/</link>
		<comments>http://michael-mccracken.net/2009/09/an-update-on-the-incremental-search-plug/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 18:05:36 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[i-search]]></category>
		<category><![CDATA[incremental-search]]></category>
		<category><![CDATA[NSTextView]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://michael-mccracken.net/2009/09/an-update-on-the-incremental-search-plug/</guid>
		<description><![CDATA[An update on the incremental-search plugin for NSTextViews that continues to be a big draw to this site &#8211; I don&#8217;t currently use it on 10.5, since it&#8217;s an input manager plugin, but I do miss it. The most recent source that I know of is on leverage.sf.net which is a repository for text-system hacks [...]]]></description>
			<content:encoded><![CDATA[<p>An update on the incremental-search plugin for NSTextViews that continues to be a big draw to this site &#8211; I don&#8217;t currently use it on 10.5, since it&#8217;s an input manager plugin, but I do miss it.</p>

<p>The most recent source that I know of is on <a href="http://leverage.sf.net/">leverage.sf.net</a> which is a repository for text-system hacks I used to work on. If anyone wants to pick it up and modernize it, I&#8217;d be grateful.</p>

<p>In particular, you want <a href="http://leverage.svn.sourceforge.net/viewvc/leverage/isim/">the &#8216;isim&#8217; directory</a>. The other directories are unrelated, but if you find them interesting, I&#8217;d love to hear from you.</p>

<p>If you just want to download the last working universal binary build (from 2007), it is here: <a href="http://michael-mccracken.net/IncrementalSearchInputManager-universal.zip">IncrementalSearchInputManager-universal.zip</a>. Let me know how it works?</p>
]]></content:encoded>
			<wfw:commentRss>http://michael-mccracken.net/2009/09/an-update-on-the-incremental-search-plug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

