<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<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: First baby steps of ViEmu in Visual Studio 2010</title>
	<link>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/</link>
	<description>A blog on the development of the NGEDIT text editor</description>
	<pubDate>Fri, 10 Sep 2010 01:17:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Jon</title>
		<link>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-271336</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 24 Aug 2009 16:36:12 +0000</pubDate>
		<guid>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-271336</guid>
		<description>Tux, thanks so much for the kind comment. Naturally I agree with your views and I hope vi/vim will have a long life, even as a product only for those "in-the-know", thanks at least in part to my efforts!</description>
		<content:encoded><![CDATA[<p>Tux, thanks so much for the kind comment. Naturally I agree with your views and I hope vi/vim will have a long life, even as a product only for those &#8220;in-the-know&#8221;, thanks at least in part to my efforts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tux.</title>
		<link>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-270368</link>
		<dc:creator>tux.</dc:creator>
		<pubDate>Wed, 19 Aug 2009 03:55:47 +0000</pubDate>
		<guid>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-270368</guid>
		<description>Hi,

I just want to say thanks for holding the flag for Vim these days. Although all these commands have a "learning curve"; well, so does Windows. So what?

ViEmu really improves my efficiency when I'm developing in C++. I wish more people would know about this instead of just giving me a weird look when they see me typing strange commands into a boring black window...

Keep up the good work. :)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just want to say thanks for holding the flag for Vim these days. Although all these commands have a &#8220;learning curve&#8221;; well, so does Windows. So what?</p>
<p>ViEmu really improves my efficiency when I&#8217;m developing in C++. I wish more people would know about this instead of just giving me a weird look when they see me typing strange commands into a boring black window&#8230;</p>
<p>Keep up the good work. <img src='http://blog.ngedit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-261732</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 16 Jun 2009 22:43:37 +0000</pubDate>
		<guid>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-261732</guid>
		<description>Thanks for the kind comment. About the worries about Microsoft: they're porting everything they can to C#, I think that's the solution. For the NT boot loader, they'll be able to hire disgruntled Linux kernel devs, and for the .NET VM, they'll be able to snatch Miguel de Icaza or his team :)

Now seriously, I really think C++ is too low level for apps development, it was only an accident of history that it was used for native apps development and with MFC for people who wanted to get more power than VB, and now they've been able to migrate all of them, and Java programmers, to C#.

Also, for the sake of correctness, native C++ *does* have Intellisense, it's only the .NET variant of C++ (C++/CLI) that gets the bad treatment. It seems nobody in the right mind uses C++ to code for the .NET VM.</description>
		<content:encoded><![CDATA[<p>Thanks for the kind comment. About the worries about Microsoft: they&#8217;re porting everything they can to C#, I think that&#8217;s the solution. For the NT boot loader, they&#8217;ll be able to hire disgruntled Linux kernel devs, and for the .NET VM, they&#8217;ll be able to snatch Miguel de Icaza or his team <img src='http://blog.ngedit.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now seriously, I really think C++ is too low level for apps development, it was only an accident of history that it was used for native apps development and with MFC for people who wanted to get more power than VB, and now they&#8217;ve been able to migrate all of them, and Java programmers, to C#.</p>
<p>Also, for the sake of correctness, native C++ *does* have Intellisense, it&#8217;s only the .NET variant of C++ (C++/CLI) that gets the bad treatment. It seems nobody in the right mind uses C++ to code for the .NET VM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Hebb</title>
		<link>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-261666</link>
		<dc:creator>Nick Hebb</dc:creator>
		<pubDate>Tue, 16 Jun 2009 07:45:27 +0000</pubDate>
		<guid>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-261666</guid>
		<description>Hey Jon, nice to see you're making progress.

&#62; C++ is some kind of second class citizen in the .NET world. 
&#62; For example, there is no Intellisense support for C++/CLI
&#62; in VS 2010.

It kind of makes you wonder whether Microsoft is eating their young. Where do they plan on getting the next generation of C++ coders to maintain Windows, Office, and their other core, money-making products?</description>
		<content:encoded><![CDATA[<p>Hey Jon, nice to see you&#8217;re making progress.</p>
<p>&gt; C++ is some kind of second class citizen in the .NET world.<br />
&gt; For example, there is no Intellisense support for C++/CLI<br />
&gt; in VS 2010.</p>
<p>It kind of makes you wonder whether Microsoft is eating their young. Where do they plan on getting the next generation of C++ coders to maintain Windows, Office, and their other core, money-making products?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-261554</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Mon, 15 Jun 2009 14:06:39 +0000</pubDate>
		<guid>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-261554</guid>
		<description>OJ, I will indeed implement a WPF-view based command line later, but for the first release, a 10-minute-job SetStatusBar() should be workable. Better have a more steady stream of releases than a big one that requires many months.

Thanks for the kind comments and the offering to help out! I'll definitely be grateful for early testing, but not just yet, it's too rough!

- Jon</description>
		<content:encoded><![CDATA[<p>OJ, I will indeed implement a WPF-view based command line later, but for the first release, a 10-minute-job SetStatusBar() should be workable. Better have a more steady stream of releases than a big one that requires many months.</p>
<p>Thanks for the kind comments and the offering to help out! I&#8217;ll definitely be grateful for early testing, but not just yet, it&#8217;s too rough!</p>
<p>- Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OJ</title>
		<link>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-261540</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Mon, 15 Jun 2009 12:58:03 +0000</pubDate>
		<guid>http://blog.ngedit.com/2009/06/15/first-baby-steps-of-viemu-in-visual-studio-2010/#comment-261540</guid>
		<description>Jon,

Great post mate. Awesome to hear that the MS dudes are keen to help and are putting the time aside to talk to you. So they should!

Excited to hear that you're making progress on the integration with the new IDE. Saw via twitter that you're having issues getting the taskbar stuff to behave like the old version of VS did. Why not instead look into implementing a WPF "window" that contains the commands? Dealing with the status bar would go away and you've have total control over the input/visualisation/etc as a result?

IMHO, it could be a much nicer option that just using the status bar.

Again, good luck with the dev. Give me a shout on Twitter if you're looking for beta or alpha testers. I'm more than happy to help.

Cheers
OJ</description>
		<content:encoded><![CDATA[<p>Jon,</p>
<p>Great post mate. Awesome to hear that the MS dudes are keen to help and are putting the time aside to talk to you. So they should!</p>
<p>Excited to hear that you&#8217;re making progress on the integration with the new IDE. Saw via twitter that you&#8217;re having issues getting the taskbar stuff to behave like the old version of VS did. Why not instead look into implementing a WPF &#8220;window&#8221; that contains the commands? Dealing with the status bar would go away and you&#8217;ve have total control over the input/visualisation/etc as a result?</p>
<p>IMHO, it could be a much nicer option that just using the status bar.</p>
<p>Again, good luck with the dev. Give me a shout on Twitter if you&#8217;re looking for beta or alpha testers. I&#8217;m more than happy to help.</p>
<p>Cheers<br />
OJ</p>
]]></content:encoded>
	</item>
</channel>
</rss>
