<?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>Fri, 20 Aug 2010 09:56:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on RSyntaxTextArea 1.4.2 Released! by Rinzai</title>
		<link>http://fifesoft.com/blog/?p=270&#038;cpage=1#comment-915</link>
		<dc:creator>Rinzai</dc:creator>
		<pubDate>Fri, 20 Aug 2010 09:56:20 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=270#comment-915</guid>
		<description>Great work!
RSTA looking better every time :)</description>
		<content:encoded><![CDATA[<p>Great work!<br />
RSTA looking better every time <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 Very large push to RText SVN by mnru</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-902</link>
		<dc:creator>mnru</dc:creator>
		<pubDate>Fri, 06 Aug 2010 06:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-902</guid>
		<description>As you mentioned , I can select UTF-8 by file chooser, but it&#039;s troublesome.
I hope RText has the setting the file which includes non-Ascii charactors is interpreted as .Ithink  Scala code which includes Japanese charactors tends to be written in UTF-8,and other langguage for JVM code
which include non-Ascii charactors tends to be written in UTF-8 too.
So  this need is pretty large, I think.</description>
		<content:encoded><![CDATA[<p>As you mentioned , I can select UTF-8 by file chooser, but it&#8217;s troublesome.<br />
I hope RText has the setting the file which includes non-Ascii charactors is interpreted as .Ithink  Scala code which includes Japanese charactors tends to be written in UTF-8,and other langguage for JVM code<br />
which include non-Ascii charactors tends to be written in UTF-8 too.<br />
So  this need is pretty large, I think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Very large push to RText SVN by admin</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-901</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 04:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-901</guid>
		<description>That&#039;s only because RText only looks for a BOM to try to auto-detect a file&#039;s encoding.  If no BOM is found (as in a UTF-8 file with no BOM), it&#039;ll assume it&#039;s the system default encoding.  You&#039;ll have to manually select &quot;UTF-8&quot; as the encoding in the file chooser to open the file properly in that case.

Some editors are smart, and even if there is no BOM in a file, they&#039;ll scan the file&#039;s contents for Unicode sequences and try to pick an appropriate Unicode if one is found.  Is this what you were hoping RText would do?  If so, then please open a feature request here:

https://sourceforge.net/tracker/?group_id=95266&amp;atid=610807

Note this still wouldn&#039;t be fool-proof, as if you saved a file as UTF-8 with no BOM, but the file contained all ASCII characters (for example), an editor would still determine the file to be the system encoding (assuming the system encoding was ASCII-based).

Does manually selecting &quot;UTF-8&quot; when opening the file in the file chooser work for you?</description>
		<content:encoded><![CDATA[<p>That&#8217;s only because RText only looks for a BOM to try to auto-detect a file&#8217;s encoding.  If no BOM is found (as in a UTF-8 file with no BOM), it&#8217;ll assume it&#8217;s the system default encoding.  You&#8217;ll have to manually select &#8220;UTF-8&#8243; as the encoding in the file chooser to open the file properly in that case.</p>
<p>Some editors are smart, and even if there is no BOM in a file, they&#8217;ll scan the file&#8217;s contents for Unicode sequences and try to pick an appropriate Unicode if one is found.  Is this what you were hoping RText would do?  If so, then please open a feature request here:</p>
<p><a href="https://sourceforge.net/tracker/?group_id=95266&#038;atid=610807" rel="nofollow">https://sourceforge.net/tracker/?group_id=95266&#038;atid=610807</a></p>
<p>Note this still wouldn&#8217;t be fool-proof, as if you saved a file as UTF-8 with no BOM, but the file contained all ASCII characters (for example), an editor would still determine the file to be the system encoding (assuming the system encoding was ASCII-based).</p>
<p>Does manually selecting &#8220;UTF-8&#8243; when opening the file in the file chooser work for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Very large push to RText SVN by mnru</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-900</link>
		<dc:creator>mnru</dc:creator>
		<pubDate>Wed, 04 Aug 2010 12:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-900</guid>
		<description>my environment is Japanese windows 7 . So without unchecking “Include a BOM when writing UTF-8 files”,  UTF-8 files is interpreted as windows 31j .</description>
		<content:encoded><![CDATA[<p>my environment is Japanese windows 7 . So without unchecking “Include a BOM when writing UTF-8 files”,  UTF-8 files is interpreted as windows 31j .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Very large push to RText SVN by admin</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-898</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 02 Aug 2010 03:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-898</guid>
		<description>Hi mnru,

Have you tried going to:

Edit -&gt; Options -&gt; General

And unchecking &quot;Include a BOM when writing UTF-8 files&quot;?

I believe that on Windows, RText defaults this value to be &quot;true&quot;, but everywhere else it defaults to &quot;false&quot;, to mimic Notepad&#039;s behavior on Windows.  You may need to uncheck it for your needs.</description>
		<content:encoded><![CDATA[<p>Hi mnru,</p>
<p>Have you tried going to:</p>
<p>Edit -> Options -> General</p>
<p>And unchecking &#8220;Include a BOM when writing UTF-8 files&#8221;?</p>
<p>I believe that on Windows, RText defaults this value to be &#8220;true&#8221;, but everywhere else it defaults to &#8220;false&#8221;, to mimic Notepad&#8217;s behavior on Windows.  You may need to uncheck it for your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Very large push to RText SVN by mnru</title>
		<link>http://fifesoft.com/blog/?p=266&#038;cpage=1#comment-897</link>
		<dc:creator>mnru</dc:creator>
		<pubDate>Mon, 02 Aug 2010 03:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=266#comment-897</guid>
		<description>I hope next version Rtext can save in utf-8 without BOM as default. Because Scala compiler can&#039;t compile with BOM.</description>
		<content:encoded><![CDATA[<p>I hope next version Rtext can save in utf-8 without BOM as default. Because Scala compiler can&#8217;t compile with BOM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSTALanguageSupport Progress by Very large push to RText SVN &#171; Fifesoft Blog</title>
		<link>http://fifesoft.com/blog/?p=218&#038;cpage=1#comment-895</link>
		<dc:creator>Very large push to RText SVN &#171; Fifesoft Blog</dc:creator>
		<pubDate>Sat, 31 Jul 2010 15:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=218#comment-895</guid>
		<description>[...] first item is already practically done.  I&#8217;ve integrated RSTALanguageSupport via a plugin.  I&#8217;ve still got a couple more ideas for the latter two items before 1.2 is [...]</description>
		<content:encoded><![CDATA[<p>[...] first item is already practically done.  I&#8217;ve integrated RSTALanguageSupport via a plugin.  I&#8217;ve still got a couple more ideas for the latter two items before 1.2 is [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Auto-Activation added to AutoComplete 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>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>Comment on Auto-Activation added to AutoComplete 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>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>
	<item>
		<title>Comment on RSTALanguageSupport Progress by Auto-Activation added to AutoComplete &#171; Fifesoft Blog</title>
		<link>http://fifesoft.com/blog/?p=218&#038;cpage=1#comment-798</link>
		<dc:creator>Auto-Activation added to AutoComplete &#171; Fifesoft Blog</dc:creator>
		<pubDate>Mon, 07 Jun 2010 04:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://fifesoft.com/blog/?p=218#comment-798</guid>
		<description>[...] RSTALanguageSupport library is already taking advantage of this new feature.  The Java, HTML, and PHP supports all now [...]</description>
		<content:encoded><![CDATA[<p>[...] RSTALanguageSupport library is already taking advantage of this new feature.  The Java, HTML, and PHP supports all now [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
