Started working on ViEmu and Codekana for VS2010

Since the CTP release in November’08, I had been meaning to have a deep look at Visual Studio 2010. I had had a superficial look, just enough to know that the editor is completely re-done, and that I’d have a lot of work for the new versions. A few weeks ago, Beta 1 was released, and I really had to start looking at it. I do need to have working versions on both early.

I started seriously looking at it last week. It’s been a bumpy ride:

– Seeing that the Spy++ tool hardly shows any HWND at all in the new IDE… it’s all a big messy HWND window! (what?)
– Realizing that the new editor, that uses WPF, is purely managed, so my old COM-based native-C++ approach is invalid (ugh!)
– Coming to terms with the fact that I need to do .NET coding, something I had managed to avoid until now (ahem…)
– Finding out that the new APIs to draw on the text editor window are much more powerful and will allow many nicer things (yay!)
– Getting all-very-excited about the totally cool things I can do for ViEmu, and mainly, for Codekana (wow!)
– Discovering that all the improvements in the display system are *not* accompanied by improvements in the input system, the new KeyProcessor doesn’t allow me to access needed keypresses… (bwah)
– Realizing that the old keypress interception methods are not valid, because of the WPF thing (argh!!)
– Realizing that many of the ugly compatibility issues with other 3rd party tools are coming back, in new and ugly forms (ugh…)

All in all, it will be a tough job, some things are not very nice in the new VS2010, but I think I will be able to provide very cool things in the new versions.

Sean Laberee and Noah Richards from the VS dev team are being helpful with the issues, and it will be great to have some of their help during the tough project.

I will be lurking in the new VSX forum (http://social.msdn.microsoft.com/Forums/en-US/vsxprerelease/threads), given there is little documentation, and that even with complete documentation, it’s never enough.

BTW, I find twitter more and more useful every day (http://twitter.com/jonbho).

3 Responses to “Started working on ViEmu and Codekana for VS2010”

  1. Charles Says:

    Really glad to see you are working on VS2010 versions – ViEmu is a favorite of mine and it would be a painful tool to loose!

    Good luck!
    Charles

  2. Jon Says:

    Thanks Charles for the kind comment! I’m actually hoping we’ll not only not lose ViEmu, but we’ll have the best ViEmu ever thanks to the new facilities! It would also be cool if SQL Server Management Studio also moves to the new editor model…

    – Jon

  3. ViEmu blog » Blog Archive » Work underway in ViEmu for Visual Studio 2010 Says:

    […] http://blog.ngedit.com/2009/06/02/started-working-on-viemu-and-codekana-for-vs2010/ […]

Leave a Reply