<?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>Jimmy&#039;s Blog &#187; add</title>
	<atom:link href="http://jimmod.com/blog/tag/add/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimmod.com/blog</link>
	<description>My name is Jimmy, and this is my story... ;)</description>
	<lastBuildDate>Wed, 14 Mar 2012 03:19:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Netbeans 6 &#8211; Configure which editor (representative class) for new type extension</title>
		<link>http://jimmod.com/blog/2007/11/netbeans-6-configure-which-editor-representative-class-for-new-type-extension/</link>
		<comments>http://jimmod.com/blog/2007/11/netbeans-6-configure-which-editor-representative-class-for-new-type-extension/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 11:21:48 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[representative class]]></category>

		<guid isPermaLink="false">http://jimlife.wordpress.com/2007/11/20/netbeans-6-configure-which-editor-representative-class-for-new-type-extension/</guid>
		<description><![CDATA[ 
				
			 
				
			 
				Tweet 
			
		A friend who is using Netbeans 6 ask how to configure Netbeans so it&#8217;ll open his start.tml as an html file not just as ordinary text file (So the editor will full with color I assume, not just black text :p)
I didn&#8217;t asked him why the hell he using .tml not [...]


Related posts:<ol><li><a href='http://jimmod.com/blog/2007/11/change-junit-run-file-main-class-working-directory-at-netbeans-55-web-project/' rel='bookmark' title='Permanent Link: Change junit &amp; run file (main class) working directory at Netbeans 5.5 Web Project'>Change junit &amp; run file (main class) working directory at Netbeans 5.5 Web Project</a></li><li><a href='http://jimmod.com/blog/2007/12/netbeans-6-bug-configurationexception-class-in-apache-common-configuration-is-not-throwable/' rel='bookmark' title='Permanent Link: NetBeans 6 Bug &#8211; ConfigurationException Class in Apache Common Configuration is not Throwable?'>NetBeans 6 Bug &#8211; ConfigurationException Class in Apache Common Configuration is not Throwable?</a></li><li><a href='http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/' rel='bookmark' title='Permanent Link: Using svn+ssh with Netbeans 5.5 + Windows'>Using svn+ssh with Netbeans 5.5 + Windows</a></li></ol>]]></description>
			<content:encoded><![CDATA[<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjimmod.com%2Fblog%2F2007%2F11%2Fnetbeans-6-configure-which-editor-representative-class-for-new-type-extension%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://jimmod.com/blog/2007/11/netbeans-6-configure-which-editor-representative-class-for-new-type-extension/" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" 
					data-text="Netbeans 6 &#8211; Configure which editor (representative class) for new type extension" data-url="http://jimmod.com/blog/2007/11/netbeans-6-configure-which-editor-representative-class-for-new-type-extension/">Tweet</a> 
			</div></div>
		<div style="clear:both;"></div><p>A friend who is using Netbeans 6 ask how to configure Netbeans so it&#8217;ll open his start.tml as an html file not just as ordinary text file (So the editor will full with color I assume, not just black text :p)</p>
<p>I didn&#8217;t asked him why the hell he using .tml not just .html <img src='http://jimmod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but I tell him that he can configure Netbeans 6 with:</p>
<ol>
<li>Choose Tools &#8211; Options</li>
<li>Click on &#8216;Advanced Options&#8217; button (on bottom left)</li>
<li>Open the tree : &#8216;IDE Configuration&#8217; &#8211; &#8216;System&#8217; &#8211; &#8216;Object Types&#8217;</li>
<li>Find &#8216;HTML Objects&#8217;</li>
<li>Add extension tml to &#8216;Extension and MIME Types&#8217; property</li>
<li>Close</li>
<li>Now evertime you double click .tml file it&#8217;ll call HTML objects&#8217; representative class <img src='http://jimmod.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ol>
<p>*Check <a href="http://wiki.netbeans.org/wiki/view/ConfigEditor" title="this article on NetBeans Wiki">this article on NetBeans Community Doc</a> ^^</p>


<p>Related posts:<ol><li><a href='http://jimmod.com/blog/2007/11/change-junit-run-file-main-class-working-directory-at-netbeans-55-web-project/' rel='bookmark' title='Permanent Link: Change junit &amp; run file (main class) working directory at Netbeans 5.5 Web Project'>Change junit &amp; run file (main class) working directory at Netbeans 5.5 Web Project</a></li><li><a href='http://jimmod.com/blog/2007/12/netbeans-6-bug-configurationexception-class-in-apache-common-configuration-is-not-throwable/' rel='bookmark' title='Permanent Link: NetBeans 6 Bug &#8211; ConfigurationException Class in Apache Common Configuration is not Throwable?'>NetBeans 6 Bug &#8211; ConfigurationException Class in Apache Common Configuration is not Throwable?</a></li><li><a href='http://jimmod.com/blog/2007/11/using-svnssh-with-netbeans-55-windows/' rel='bookmark' title='Permanent Link: Using svn+ssh with Netbeans 5.5 + Windows'>Using svn+ssh with Netbeans 5.5 + Windows</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://jimmod.com/blog/2007/11/netbeans-6-configure-which-editor-representative-class-for-new-type-extension/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

