<?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>Grant Hinkson Blog &#187; Dreamweaver</title>
	<atom:link href="http://www.granthinkson.com/category/dreamweaver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.granthinkson.com</link>
	<description>Silverlight, WPF, Fireworks, Flash, XAML, .NET, User Experience, Graphic Design, Web Programming and more!</description>
	<lastBuildDate>Tue, 22 Jun 2010 05:41:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Enabling Code Navigation Button in Dreamweaver</title>
		<link>http://www.granthinkson.com/2005/10/09/enabling-code-navigation-button-in-dreamweaver/</link>
		<comments>http://www.granthinkson.com/2005/10/09/enabling-code-navigation-button-in-dreamweaver/#comments</comments>
		<pubDate>Sun, 09 Oct 2005 16:10:27 +0000</pubDate>
		<dc:creator>granthnk</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.granthinkson.com/?p=31</guid>
		<description><![CDATA[The last two releases of Dreamweaver have left out a feature of Dreamweaver MX that I have found very useful &#8212; the Code Navigation button. When in code view, this button allows you to jump directly to any function defined within the current document. It&#8217;s a definite time saver, preventing lots of scrolling and searching [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.granthinkson.com/wp-content/images/dreamweaver_code_navigation.png" alt="Dreamweaver Code Navigation/Function Button" align="left" style="margin-right: 10px; border: 1px solid #CCCCCC; padding: 2px;" />The last two releases of Dreamweaver have left out a feature of Dreamweaver MX that I have found very useful &#8212; the Code Navigation button. When in code view, this button allows you to jump directly to any function defined within the current document. It&#8217;s a definite time saver, preventing lots of scrolling and searching in long documents.</p>
<p>Enabling this feature just requires uncommenting a few lines of code in the following configuration file:</p>
<p>{Dreamweaver Installation Directory}/Configuration/Toolbars/toolbars.xml</p>
<p>Find the following section and move it outside the html &lt;!&#8211; &#8211;&gt; comment tags.<br />
<code><br />
&lt;menubutton id=&quot;DW_CodeNav&quot;<br />
image=&quot;Toolbars/images/MM/codenav.png&quot;<br />
disabledImage=&quot;Toolbars/images/MM/codenav_dis.png&quot;<br />
imageMac=&quot;dwres:18067&quot;<br />
disabledImageMac=&quot;dwres:18080&quot;<br />
tooltip=&quot;Code navigation&quot;<br />
enabled=&quot;dw.getFocus() == 'textView' || dw.getFocus() == 'html'&quot;<br />
menuID=&quot;DWCodeNavPopup&quot;<br />
update=&quot;onViewChange&quot;/&gt;</code></p>
<p>That&#8217;s all there is to it &#8211; just restart Dreamweaver and enjoy the benefits of this *old* feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.granthinkson.com/2005/10/09/enabling-code-navigation-button-in-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
