<?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: Auto-Activation added to AutoComplete</title>
	<atom:link href="http://fifesoft.com/blog/?feed=rss2&#038;p=245" rel="self" type="application/rss+xml" />
	<link>http://fifesoft.com/blog/?p=245</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: admin</title>
		<link>http://fifesoft.com/blog/?p=245&#038;cpage=1#comment-852</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=245#comment-852</guid>
		<description><![CDATA[Hi Jacob,

Wow, didn&#039;t see this one!  I get so much spam to this blog that I must have overlooked it.

Anyway, the first thing I notice is that you&#039;re trying to get code completion for CSS.  Is this something that you yourself have created?  Because the library currently does not support CSS completion out-of-the-box.  If you have created it, let me know if you&#039;d like it &quot;officially&quot; included in the library.  :)

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Jacob,</p>
<p>Wow, didn&#8217;t see this one!  I get so much spam to this blog that I must have overlooked it.</p>
<p>Anyway, the first thing I notice is that you&#8217;re trying to get code completion for CSS.  Is this something that you yourself have created?  Because the library currently does not support CSS completion out-of-the-box.  If you have created it, let me know if you&#8217;d like it &#8220;officially&#8221; included in the library.  <img src='http://fifesoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://fifesoft.com/blog/?p=245&#038;cpage=1#comment-804</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 09 Jun 2010 19:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=245#comment-804</guid>
		<description><![CDATA[I am having trouble getting this to work... Here is a snippet of my code:

CompletionProvider provider = createCompletionProvider(&quot;css&quot;);
        provider.isAutoActivateOkay(mainTextArea);
        AutoCompletion ac = new AutoCompletion(provider);

        ac.setAutoCompleteEnabled(true);
        ac.setAutoActivationEnabled(true);
        ac.setAutoActivationDelay(0);

        ac.setShowDescWindow(false);
        ac.setDescriptionWindowSize(580, 300);
        ac.install(mainTextArea);

Great update BTW! :D]]></description>
		<content:encoded><![CDATA[<p>I am having trouble getting this to work&#8230; Here is a snippet of my code:</p>
<p>CompletionProvider provider = createCompletionProvider(&#8220;css&#8221;);<br />
        provider.isAutoActivateOkay(mainTextArea);<br />
        AutoCompletion ac = new AutoCompletion(provider);</p>
<p>        ac.setAutoCompleteEnabled(true);<br />
        ac.setAutoActivationEnabled(true);<br />
        ac.setAutoActivationDelay(0);</p>
<p>        ac.setShowDescWindow(false);<br />
        ac.setDescriptionWindowSize(580, 300);<br />
        ac.install(mainTextArea);</p>
<p>Great update BTW! <img src='http://fifesoft.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
