<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Fifesoft Blog</title>
	<atom:link href="http://fifesoft.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://fifesoft.com/blog</link>
	<description>Another boring blog about software</description>
	<lastBuildDate>Sun, 27 Jan 2013 03:31:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Template Completions by RSyntaxTextArea 2.0.4 Released &#171; Fifesoft Blog</title>
		<link>http://fifesoft.com/blog/?p=533&#038;cpage=1#comment-3321</link>
		<dc:creator>RSyntaxTextArea 2.0.4 Released &#171; Fifesoft Blog</dc:creator>
		<pubDate>Sun, 27 Jan 2013 03:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=533#comment-3321</guid>
		<description><![CDATA[[...] template completions.  You can now create completions for constructs that have arbitrary structure and take any number [...]]]></description>
		<content:encoded><![CDATA[<p>[...] template completions.  You can now create completions for constructs that have arbitrary structure and take any number [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSyntaxTextArea 2.0.5 Released by Bob Fisch</title>
		<link>http://fifesoft.com/blog/?p=619&#038;cpage=1#comment-2864</link>
		<dc:creator>Bob Fisch</dc:creator>
		<pubDate>Thu, 29 Nov 2012 15:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=619#comment-2864</guid>
		<description><![CDATA[Thanks :-)]]></description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://fifesoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code Folding for HTML and PHP, Syntax Highlighting &amp; Folding for NSIS by RText 2.0.5 Released &#171; Fifesoft Blog</title>
		<link>http://fifesoft.com/blog/?p=611&#038;cpage=1#comment-2861</link>
		<dc:creator>RText 2.0.5 Released &#171; Fifesoft Blog</dc:creator>
		<pubDate>Thu, 29 Nov 2012 14:00:54 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=611#comment-2861</guid>
		<description><![CDATA[[...] Code folding added for HTML, JSP, and PHP. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Code folding added for HTML, JSP, and PHP. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSyntaxTextArea 2.0.5 Released by RText 2.0.5 Released &#171; Fifesoft Blog</title>
		<link>http://fifesoft.com/blog/?p=619&#038;cpage=1#comment-2860</link>
		<dc:creator>RText 2.0.5 Released &#171; Fifesoft Blog</dc:creator>
		<pubDate>Thu, 29 Nov 2012 14:00:02 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=619#comment-2860</guid>
		<description><![CDATA[[...] Fifesoft Blog Another boring blog about software      &#171; RSyntaxTextArea 2.0.5 Released [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Fifesoft Blog Another boring blog about software      &laquo; RSyntaxTextArea 2.0.5 Released [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSyntaxTextArea 2.0.5 Released by admin</title>
		<link>http://fifesoft.com/blog/?p=619&#038;cpage=1#comment-2841</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 26 Nov 2012 02:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=619#comment-2841</guid>
		<description><![CDATA[The naming is a little wonky now.  &quot;JarInfo&quot; is replaced by &quot;LibraryInfo&quot; (concrete implementations DirLibraryInfo, JarLibraryInfo, and ClasspathLibraryInfo).

JarManager refers to LibraryInfos as &quot;ClassFileSource&quot;s (there was evidently a renaming that didn&#039;t make it to JarManager!).  Thus the methods you&#039;re likely interested in are named:

addClassFileSource(File) // Convenience method for common case, see next overload below)
addClassFileSource(LibraryInfo)
clearClassFileSources()
getClassFileSources()
removeClassFileSource(File)
removeClassFileSource(LibraryInfo)

Which reminds me, I really need to look at the Java code completion stuff again :)

Hope this helps!]]></description>
		<content:encoded><![CDATA[<p>The naming is a little wonky now.  &#8220;JarInfo&#8221; is replaced by &#8220;LibraryInfo&#8221; (concrete implementations DirLibraryInfo, JarLibraryInfo, and ClasspathLibraryInfo).</p>
<p>JarManager refers to LibraryInfos as &#8220;ClassFileSource&#8221;s (there was evidently a renaming that didn&#8217;t make it to JarManager!).  Thus the methods you&#8217;re likely interested in are named:</p>
<p>addClassFileSource(File) // Convenience method for common case, see next overload below)<br />
addClassFileSource(LibraryInfo)<br />
clearClassFileSources()<br />
getClassFileSources()<br />
removeClassFileSource(File)<br />
removeClassFileSource(LibraryInfo)</p>
<p>Which reminds me, I really need to look at the Java code completion stuff again <img src='http://fifesoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSyntaxTextArea 2.0.5 Released by Bob Fisch</title>
		<link>http://fifesoft.com/blog/?p=619&#038;cpage=1#comment-2832</link>
		<dc:creator>Bob Fisch</dc:creator>
		<pubDate>Sun, 25 Nov 2012 12:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=619#comment-2832</guid>
		<description><![CDATA[Hi

I&#039;ve just update to the latest revision and noticed, that the class &quot;JarInfo&quot; does not exist any more. Also the following lines and all related things do longer work:

        JavaLanguageSupport jls = (JavaLanguageSupport) ls;
        jls.getJarManager().clearJars();

I suppose there is now another way of adding JAR files, isn&#039;t it?


greetings
Bob]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve just update to the latest revision and noticed, that the class &#8220;JarInfo&#8221; does not exist any more. Also the following lines and all related things do longer work:</p>
<p>        JavaLanguageSupport jls = (JavaLanguageSupport) ls;<br />
        jls.getJarManager().clearJars();</p>
<p>I suppose there is now another way of adding JAR files, isn&#8217;t it?</p>
<p>greetings<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSyntaxTextArea 2.0.4 Released by RText 2.0.4 Released! &#171; Fifesoft Blog</title>
		<link>http://fifesoft.com/blog/?p=584&#038;cpage=1#comment-2597</link>
		<dc:creator>RText 2.0.4 Released! &#171; Fifesoft Blog</dc:creator>
		<pubDate>Sat, 08 Sep 2012 01:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=584#comment-2597</guid>
		<description><![CDATA[[...] the Javadoc and SVN repository.  This release basically provides all the new functionality in the 2.0.4 release of RSyntaxTextArea (including the Asian language fix in 2.0.4.1) and fixes a couple of [...]]]></description>
		<content:encoded><![CDATA[<p>[...] the Javadoc and SVN repository.  This release basically provides all the new functionality in the 2.0.4 release of RSyntaxTextArea (including the Asian language fix in 2.0.4.1) and fixes a couple of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bracket Matching Improvements by RSyntaxTextArea 2.0.4 Released &#171; Fifesoft Blog</title>
		<link>http://fifesoft.com/blog/?p=576&#038;cpage=1#comment-2596</link>
		<dc:creator>RSyntaxTextArea 2.0.4 Released &#171; Fifesoft Blog</dc:creator>
		<pubDate>Fri, 07 Sep 2012 21:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=576#comment-2596</guid>
		<description><![CDATA[[...] Blog Another boring blog about software      &#171; Bracket Matching Improvements RSyntaxTextArea 2.0.4.1 Released [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Blog Another boring blog about software      &laquo; Bracket Matching Improvements RSyntaxTextArea 2.0.4.1 Released [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSyntaxTextArea 2.0.4 Released by JP</title>
		<link>http://fifesoft.com/blog/?p=584&#038;cpage=1#comment-2582</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Tue, 04 Sep 2012 21:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=584#comment-2582</guid>
		<description><![CDATA[Awesome work!]]></description>
		<content:encoded><![CDATA[<p>Awesome work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Secondary Language Highlighting, CSS in web languages by RSyntaxTextArea 2.0.4 Released &#171; Fifesoft Blog</title>
		<link>http://fifesoft.com/blog/?p=559&#038;cpage=1#comment-2580</link>
		<dc:creator>RSyntaxTextArea 2.0.4 Released &#171; Fifesoft Blog</dc:creator>
		<pubDate>Sun, 02 Sep 2012 18:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=559#comment-2580</guid>
		<description><![CDATA[[...] Background color highlighting for &#8220;secondary&#8221; languages (such as CSS and JS in HTML, JSP, and PHP). [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Background color highlighting for &#8220;secondary&#8221; languages (such as CSS and JS in HTML, JSP, and PHP). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
