C# IDE Mobile Ver10.0

SDK無しにWindowsMobile上でC#の開発ができるフリーの開発環境、C# IDE MobileがVerUpしています。

C# IDE Mobile, as its name implies, is a C# Integrated Development Environment which executes on Windows Mobile 5 or 6 with .NET Compact Framework 2. It allows you to write programs using the C# language and the .NET 2.0 Compact Framework (.NET2CF). The program is parsed and executed at runtime (there is no compilation or link required).


(中略)


Version 10.0

  • Added "Menu/Edit/Advanced/Format document" to automatically format the C# code in a compact and indented text
  • Added new useful entries in the "Menu/Insert code" menu
  • Corrected problem with indexers on collections when polymorphism is involved
  • Improved support for CSS plugins (when plugin contains multiple windows)
  • Corrected problem with some Events
  • Fixed problem with error localisation
  • Added support for multi dimensional arrays (as in "int[,] test=new int[5,4];")

ウチでは初出・・ですかね。以前FreewarePPC.comさんかどこかで拝見して、次のバージョンアップ時にPickupする余裕があれば・・とチェックだけはしてました。(^^;
SDKが不要というのは、Mobileでの開発には大きな意味がありますね。
興味のある開発者の方は、よろしければお試し&ご感想等教えてくださいませー。


C# IDE Mobileはこちらで公開されています。

Welcome to Harvey ROWSON's web site…