Page 1 of 1

New version V8 of C# IDE Mobile (MAJOR IMPROVEMENTS)

PostPosted: Sep 1, 2007 @ 9:23pm
by Harvey
New version V8 of C# IDE Mobile (MAJOR IMPROVEMENTS)

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).

MAJOR IMPROVEMENT : This version now handles creating new types (classes which inherit from .NET classes for example)

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:

- The main limitation of previous versions is now history: It is now possible to create new classes and instantiate them (these can inherit from .NET types, for example Forms created from VS designer now execute with no changes)
- Added "Insert code" menu to easily insert recurring blocks of code (functions, classes, loops, …)
- Small bug fix on escape character support
- Improved expression end detection (this caused some problems in "complicated" expressions, which could need cutting down in some cases)
- Improved error location indication (in some cases the outer function was indicated instead of the line in the function)

Harvey