<?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>Hexapixel &#187; sourcehelper</title>
	<atom:link href="http://hexapixel.com/tag/sourcehelper/feed" rel="self" type="application/rss+xml" />
	<link>http://hexapixel.com</link>
	<description>Programming, Eclipse, SWT and everything inbetween</description>
	<lastBuildDate>Tue, 06 Sep 2011 13:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Java Source Helper 0.2.4</title>
		<link>http://hexapixel.com/2009/05/09/javasourcehelper-024</link>
		<comments>http://hexapixel.com/2009/05/09/javasourcehelper-024#comments</comments>
		<pubDate>Sat, 09 May 2009 15:26:16 +0000</pubDate>
		<dc:creator>Emil</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[sourcehelper]]></category>

		<guid isPermaLink="false">http://hexapixel.com/?p=677</guid>
		<description><![CDATA[I&#8217;ve released a new version of the JavaSourceHelper, 0.2.4, which fixes the following: Brackets inside comments are no longer mistaken for “matching” brackets If the starting bracket and end bracket were not in the same location, the connecting line would draw funny, now it draws a bend Preferences page moved to under Java then “Java [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released a new version of the JavaSourceHelper, 0.2.4, which fixes the following:</p>
<ol>
<li>Brackets inside comments are no longer mistaken for “matching” brackets</li>
<li>If the starting bracket and end bracket were not in the same location, the connecting line would draw funny, now it draws a bend</li>
<li>Preferences page moved to under Java then “Java Editor”. Search for helper if you can’t find it in the Preferences dialog.</li>
</ol>
<p>Here&#8217;s a picture of the &#8220;fixed&#8221; line drawing:</p>
<p><img src="http://hexapixel.com/wp-content/uploads/2009/05/improved_line.gif" alt="Improved Line Drawing" title="" width="604" height="130" /></p>
<p>You can update via the update site or download and install/update manually. For more info go to <a href="/projects/sourcehelper">the java source helper page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hexapixel.com/2009/05/09/javasourcehelper-024/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java Source Helper 0.2.1</title>
		<link>http://hexapixel.com/2009/01/23/java-source-helper-021</link>
		<comments>http://hexapixel.com/2009/01/23/java-source-helper-021#comments</comments>
		<pubDate>Fri, 23 Jan 2009 13:13:50 +0000</pubDate>
		<dc:creator>Emil</dc:creator>
				<category><![CDATA[Site Related]]></category>
		<category><![CDATA[sourcehelper]]></category>

		<guid isPermaLink="false">http://hexapixel.com/?p=558</guid>
		<description><![CDATA[I updated the Java Source Helper to version 0.2.1 after doing a quick-fix to the code to allow formatting with braces on a single line below the starting block (which would previously only show a starting brace and nothing else). As people format their code differently this will undoubtedly become a future issue in trying [...]]]></description>
			<content:encoded><![CDATA[<p>I updated the <a href="/projects/sourcehelper">Java Source Helper</a> to version 0.2.1 after doing a quick-fix to the code to allow formatting with braces on a single line below the starting block (which would previously only show a starting brace and nothing else). As people format their code differently this will undoubtedly become a future issue in trying to process the source. Because of this I&#8217;m currently re-coding the entire code-parsing &#8220;engine&#8221; to use the Java AST tree instead which will allow for any crazy-formatting and the popup should still show the correct code.</p>
<p>Another addition to 0.2.1 is that you may now choose the line style (default is now &#8220;Eclipse&#8221;, and the other option is &#8220;IntelliJ&#8221;). The Eclipse line is the same as when you hover over a collapsible block of code in the ruler on the left.</p>
<p>Apart from those changes, there&#8217;s been quite a few feature requests and feedback (thanks!). I will try to accommodate as many of them as possible in the next release. One feature that is going in right away is the ability to show the &#8220;starting brace&#8221; parent, and its parent, and its parent &#8211; and so on up to a preference-set &#8220;max parent-history&#8221; limit. This will help give an even better insight into where you are in the code. Each parent will be shown in such a way that it&#8217;s obvious that they are the nested parent-parents, and the idea is to keep the window small as before (by default anyway).</p>
<p>I will be on vacation next week so it will be sometime early February probably when the new release comes out. Feel free to post comments/requests until then of course. New code is in the <a href="/projects/sourcehelper">usual place</a>, with new source. The screenshots have not been updated yet to reflect 0.2.1 but reflect 0.2.0, so I suggest you try it out to see the new stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://hexapixel.com/2009/01/23/java-source-helper-021/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Java Source Helper Version</title>
		<link>http://hexapixel.com/2009/01/18/new-java-source-helper-version</link>
		<comments>http://hexapixel.com/2009/01/18/new-java-source-helper-version#comments</comments>
		<pubDate>Sun, 18 Jan 2009 11:24:19 +0000</pubDate>
		<dc:creator>Emil</dc:creator>
				<category><![CDATA[Site Related]]></category>
		<category><![CDATA[sourcehelper]]></category>

		<guid isPermaLink="false">http://hexapixel.com/?p=548</guid>
		<description><![CDATA[I just uploaded version 0.2.0 of the Java Source Helper (+ source) which includes new features, bugfixes and a preference page for controlling aspects of the plugin. To see what&#8217;s new, including fresh screenshots, head over to the sourcehelper page located here. Enjoy!]]></description>
			<content:encoded><![CDATA[<p>I just uploaded version 0.2.0 of the <a href="/projects/sourcehelper">Java Source Helper</a> (+ source) which includes new features, bugfixes and a preference page for controlling aspects of the plugin. </p>
<p>To see what&#8217;s new, including fresh screenshots, head over to the sourcehelper page located <a href="/projects/sourcehelper">here</a>. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://hexapixel.com/2009/01/18/new-java-source-helper-version/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

