<?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 on: RSyntaxTextArea 2.0.5 Released</title>
	<atom:link href="http://fifesoft.com/blog/?feed=rss2&#038;p=619" rel="self" type="application/rss+xml" />
	<link>http://fifesoft.com/blog/?p=619</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>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>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>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>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>
</channel>
</rss>
