Page 1 of 1

New version V10 of C# IDE Mobile

PostPosted: Nov 19, 2007 @ 3:26pm
by Harvey
New version V10 of C# IDE Mobile

C# IDE Mobile is an application (totally free) that I've developed to be able to develop with C#/.NET2CF directly on the Pocket PC-Windows Mobile 5/6 (it doesn't require the .NET SDK, you don't need a desktop computer).

You can download the new version at:

http://www.geocities.com/hrowson/wm5_software/index.htm

or from my personal page:

http://www.geocities.com/hrowson/index.htm

This new version mainly adds the following improvements:

- 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];")

Harvey