<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Visual Studio 2008 and ViEmu (and Codekana)</title>
	<link>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/</link>
	<description>A blog about all things ViEmu</description>
	<pubDate>Wed, 19 Jun 2013 14:18:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-6</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 06 Dec 2007 19:40:07 +0000</pubDate>
		<guid>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-6</guid>
		<description>Claire, glad to hear that everything ended up fine! I certainly take a lot of care in keeping up with Microsoft updates. Vi/vim editing becomes critical at a certain point!</description>
		<content:encoded><![CDATA[<p>Claire, glad to hear that everything ended up fine! I certainly take a lot of care in keeping up with Microsoft updates. Vi/vim editing becomes critical at a certain point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claire</title>
		<link>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-5</link>
		<dc:creator>Claire</dc:creator>
		<pubDate>Thu, 06 Dec 2007 19:12:59 +0000</pubDate>
		<guid>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-5</guid>
		<description>I had a bad feeling in my stomach when I first opened VS2008 and it didn't have viEmu, but I downloaded the latest version and uninstalled/reinstalled and now it is all good.</description>
		<content:encoded><![CDATA[<p>I had a bad feeling in my stomach when I first opened VS2008 and it didn&#8217;t have viEmu, but I downloaded the latest version and uninstalled/reinstalled and now it is all good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-4</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 23 Nov 2007 12:22:38 +0000</pubDate>
		<guid>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-4</guid>
		<description>Thanks OJ, I'll have a look into it. There may easily be some interaction with the XAML language service.

I don't understand your example very well, maybe because of the blog mangling the angle brackets. I'll do some alt-tabbing myself and try to find out what's happening.</description>
		<content:encoded><![CDATA[<p>Thanks OJ, I&#8217;ll have a look into it. There may easily be some interaction with the XAML language service.</p>
<p>I don&#8217;t understand your example very well, maybe because of the blog mangling the angle brackets. I&#8217;ll do some alt-tabbing myself and try to find out what&#8217;s happening.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-3</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Fri, 23 Nov 2007 04:43:01 +0000</pubDate>
		<guid>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-3</guid>
		<description>Whoops, can you edit my comment for me and add the respective &#38;lt and &#38;gt tags please?? Thanks.</description>
		<content:encoded><![CDATA[<p>Whoops, can you edit my comment for me and add the respective &amp;lt and &amp;gt tags please?? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-2</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Fri, 23 Nov 2007 04:42:17 +0000</pubDate>
		<guid>http://www.viemu.com/blog/2007/11/20/visual-studio-2008-and-viemu-and-codekana/#comment-2</guid>
		<description>Hi Jon,

I've only noticed one thing so far that is quite annoying, and I think it's specific to the XAML editor. I have discovered this while playing around with WPF and constantly ALT-Tabbing between VS and reference material (MSDN).

What I'm doing is editing some properties of a XAML node, and ALT-tabbing to the reference. When I ALT-Tab back, sometimes the cursor position is moved, and the name of the node that I'm editing (or sometimes the previous one) is selected and highlighted. For example if I'm working on code that looks like this:

              &#60;-- this is where i'm editing (cursor location)

I ALT-Tab twice and it looks like this:

        &#60;DockPanel    

I hope that makes sense. I'm not sure if it's a VS bug, or a ViEmu bug (I haven't tried it to see if it behaves the same when ViEmu is disabled. But it's a bit annoying.

Give me a shout if it's not clear. Just thought i'd let you know.
Cheers mate!
OJ</description>
		<content:encoded><![CDATA[<p>Hi Jon,</p>
<p>I&#8217;ve only noticed one thing so far that is quite annoying, and I think it&#8217;s specific to the XAML editor. I have discovered this while playing around with WPF and constantly ALT-Tabbing between VS and reference material (MSDN).</p>
<p>What I&#8217;m doing is editing some properties of a XAML node, and ALT-tabbing to the reference. When I ALT-Tab back, sometimes the cursor position is moved, and the name of the node that I&#8217;m editing (or sometimes the previous one) is selected and highlighted. For example if I&#8217;m working on code that looks like this:</p>
<p>              &lt;&#8211; this is where i&#8217;m editing (cursor location)</p>
<p>I ALT-Tab twice and it looks like this:</p>
<p>        &lt;DockPanel    </p>
<p>I hope that makes sense. I&#8217;m not sure if it&#8217;s a VS bug, or a ViEmu bug (I haven&#8217;t tried it to see if it behaves the same when ViEmu is disabled. But it&#8217;s a bit annoying.</p>
<p>Give me a shout if it&#8217;s not clear. Just thought i&#8217;d let you know.<br />
Cheers mate!<br />
OJ</p>
]]></content:encoded>
	</item>
</channel>
</rss>
