<?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>#Adam.Blog# &#187; Eclipse</title>
	<atom:link href="http://blog.adampresley.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adampresley.com</link>
	<description>I&#039;m bringin&#039; nerdy back.</description>
	<lastBuildDate>Fri, 03 Sep 2010 15:59:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><atom:link rel="hub" href="http://github.com/tonyg/rabbithub"/>		<item>
		<title>Change Default Author Name for JavaDocs in Eclipse</title>
		<link>http://blog.adampresley.com/2010/change-default-author-name-for-javadocs-in-eclipse/</link>
		<comments>http://blog.adampresley.com/2010/change-default-author-name-for-javadocs-in-eclipse/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 19:45:43 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tools and Apps]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=1074</guid>
		<description><![CDATA[Here is a quick way to change the default author name when using JavaDoc comments in your Eclipse projects. Simply edit your eclipse.ini file found in the root directory where you placed Eclipse. I have Eclipse at /opt/eclipse, so my path would be /opt/eclipse/eclipse.ini. Once editing this file add the following line and save. -Duser.name=Adam [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here is a quick way to change the default author name when using JavaDoc comments in your Eclipse projects. Simply edit your <strong>eclipse.ini</strong> file found in the root directory where you placed Eclipse. I have Eclipse at <strong>/opt/eclipse</strong>, so my path would be <strong>/opt/eclipse/eclipse.ini</strong>. Once editing this file add the following line and save.</p>


<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;">-Duser.name<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">Adam Presley</span></pre></div></div>


<p>After saving restart Eclipse and when you do a JavaDoc comment and use the author attribute by typing <strong>@author</strong> and pressing enter on the autocomplete you will see something like this:</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">/**
 * Alert some message!
 * @author Adam Presley
 */</span>
<span style="color: #003366; font-weight: bold;">function</span> alertSomething<span style="color: #009900;">&#40;</span>msg<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000066;">alert</span><span style="color: #009900;">&#40;</span>msg<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span></pre></td></tr></table></div>


<p>Simple yet useful. Happy coding!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2010/change-default-author-name-for-javadocs-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ColdFusion Builder Performance</title>
		<link>http://blog.adampresley.com/2009/coldfusion-builder-performance/</link>
		<comments>http://blog.adampresley.com/2009/coldfusion-builder-performance/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:22:14 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ColdFusion Builder]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=689</guid>
		<description><![CDATA[I don&#8217;t know about you guys, but I run into horrible performance issues as I use ColdFusion Builder, or most other Eclipse-based IDEs, as I use them more over time, add more projects, etc&#8230; After researching I&#8217;ve got a set of settings now that help a bit. These settings make garbage collection more aggressive, which [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you guys, but I run into horrible performance issues as I use ColdFusion Builder, or most other Eclipse-based IDEs, as I use them more over time, add more projects, etc&#8230; After researching I&#8217;ve got a set of settings now that help a bit. These settings make garbage collection more aggressive, which is proving decent.</p>

<p>To modify your CF Builder settings you need to open your CFBuilder.ini file. In Windows this is located at <strong><em>C:\Program Files\Adobe\Adobe ColdFusion Builder</em></strong> by default. If you open that up you can setup the parameters the Java Virtual Machine will run with for Eclipse. Here is what I use. Maybe someone will find it useful.</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
</pre></td><td class="code"><pre class="ini" style="font-family:monospace;">-startup
plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
--launcher.library
plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731
-vmargs
-Dosgi.requiredJavaVersion<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">1.6</span>
-Xms128m
-Xmx384m
-Xss2m
-XX:PermSize<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">128m</span>
-XX:MaxPermSize<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">128m</span>
-XX:MaxGCPauseMillis<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">10</span>
-XX:MaxHeapFreeRatio<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">70</span>
-XX:+UseConcMarkSweepGC
-XX:+CMSIncrementalMode
-XX:+CMSIncrementalPacing
-XX:CompileThreshold<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">5</span>
-Dcom.sun.management.jmxremote</pre></td></tr></table></div>



<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2009/coldfusion-builder-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimize Performance in Eclipse</title>
		<link>http://blog.adampresley.com/2009/optimize-performance-in-eclipse/</link>
		<comments>http://blog.adampresley.com/2009/optimize-performance-in-eclipse/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 15:22:15 +0000</pubDate>
		<dc:creator>Adam Presley</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.adampresley.com/?p=594</guid>
		<description><![CDATA[Here&#8217;s a link to David Salter&#8217;s site that talks about some settings you can modify in your eclipse.ini file in Windows to help make Eclipse a bit more palatable for everyday use. Visit his site at http://davidsalter.co.uk/blog/?p=332. No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a link to David Salter&#8217;s site that talks about some settings you can modify in your eclipse.ini file in Windows to help make Eclipse a bit more palatable for everyday use. Visit his site at <a href="http://davidsalter.co.uk/blog/?p=332">http://davidsalter.co.uk/blog/?p=332</a>.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.adampresley.com/2009/optimize-performance-in-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
