MonoDevelop 0.13 has been released.
See the release
notes for full details and screenshots.
This version features:
- Version Control support (Subversion only
currently), supports adding, removing, moving,
check-out, check-in, ChangeLogs and patch review.
- Much improved Code Completion, Visual Studio like
templates.
- Task View.
- Support for Web References (Generate stubds from
WSDL contracts from the IDE).
Gtk# Designer improvements:
- Use of partial classes to separate user code from
generated code, this means that it is no longer
necessary to "Bind" manually every widget (this is
optional, specially since not every language
supports partial classes).
- Undo/Redo are now available.
- Internationalization support via Gettext.
- Absolute widget positioning is now possible with
the Gtk.Fixed support (for those uncomfortable with
the use of tables for GUI design).
Compilation Features:
- Native support for Visual Studio 2005 solutions.
- Custom commands for compilation.
- Makefile integration (delegating operations to
external makefiles, keep MonoDevelop in sync with Makefile
sources, resources, dependencies).
- Generic Prototype support: for adding support for
other programming languages (compiling C libraries or
compiling translations).
Other features:
- Pressing F1 will load an external Monodoc for the
current member highlighted.
- Nunit 2.2.9 is now distributed with MonoDevelop
(and integrated with it).
- 71 reported bugs fixed.
- New deployment options allow external commands
(build RPMs and DEBs for example).