<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[ViEmu Forums - Possible parsing error when matching braces in strings]]></title>
		<link>http://www.viemu.com/forum/viewtopic.php?id=813</link>
		<description><![CDATA[The most recent posts in Possible parsing error when matching braces in strings.]]></description>
		<lastBuildDate>Thu, 22 Sep 2011 08:23:01 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Possible parsing error when matching braces in strings]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=8624#p8624</link>
			<description><![CDATA[<p>Hi Darren,</p><p>In the latest ViEmu releases we fixed another issues we thought were more relevant.</p><p>We still plans to fix this, but the bridge ViEmu/Codekana is a complicated task that requires an additional development effort and we still working on it.</p><p>Thanks.</p>]]></description>
			<author><![CDATA[dummy@example.com (Oshima_Symnum)]]></author>
			<pubDate>Thu, 22 Sep 2011 08:23:01 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=8624#p8624</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible parsing error when matching braces in strings]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=8622#p8622</link>
			<description><![CDATA[<p>This is still an issue, glad to see a workaround posted here, but as I work in a team and sadly am the only VI user, I can&#039;t use this workaround. Are there still plans to fix this (with the Codekana bridge)? As a side note, VIM has the correct behavior.</p>]]></description>
			<author><![CDATA[dummy@example.com (pstrjds)]]></author>
			<pubDate>Wed, 21 Sep 2011 13:49:31 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=8622#p8622</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible parsing error when matching braces in strings]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=2830#p2830</link>
			<description><![CDATA[<p>Darren,</p><p>Indeed, ViEmu&#039;s brace matcher is a very simplistic text-scanning matcher. Since Codekana has a full-blown parser which is quite smart about these things, it remains on my future plans to add a ViEmu &lt;-&gt; Codekana bridge that will allow ViEmu to use the smarts in CK to make it better understand the code (for this and other cases).</p><p>Thanks for posting the work-around too!</p><p>&nbsp; -- Jon</p>]]></description>
			<author><![CDATA[dummy@example.com (Jon_Symnum)]]></author>
			<pubDate>Fri, 07 Aug 2009 11:30:23 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=2830#p2830</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible parsing error when matching braces in strings]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=2822#p2822</link>
			<description><![CDATA[<p>I found a workaround:<br /></p><div class="codebox"><pre><code>public static bool IsRTF(string rtf)
{
        return rtf.StartsWith(@&quot;{\rtf&quot;); // }
}</code></pre></div><p>Cheers,</p><p>Darrren</p>]]></description>
			<author><![CDATA[dummy@example.com (ndazza)]]></author>
			<pubDate>Wed, 05 Aug 2009 03:21:00 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=2822#p2822</guid>
		</item>
		<item>
			<title><![CDATA[Re: Possible parsing error when matching braces in strings]]></title>
			<link>http://www.viemu.com/forum/viewtopic.php?pid=2821#p2821</link>
			<description><![CDATA[<p>Hi,</p><p>I noticed a curious issue with brace matching (% command)</p><p>Note the following C# function:</p><div class="codebox"><pre><code>public static bool IsRTF(string rtf)
{
        return rtf.StartsWith(@&quot;{\rtf&quot;);
}</code></pre></div><p>Go to the bottom brace and press %, it will jump to the { within the string instead of the correct match.</p><p>Cheers,</p><p>Darren</p>]]></description>
			<author><![CDATA[dummy@example.com (ndazza)]]></author>
			<pubDate>Wed, 05 Aug 2009 01:42:25 +0000</pubDate>
			<guid>http://www.viemu.com/forum/viewtopic.php?pid=2821#p2821</guid>
		</item>
	</channel>
</rss>
