[MonoDevelop] Planning MonoDevelop 1.0

Paulo Aboim Pinto esqueleto at tusofona.com
Tue Nov 28 14:27:22 EST 2006


On Tue, 2006-11-28 at 15:01 +0100, Lluis Sanchez wrote:
> Monodoc does not use the /// comments to extract documentation. It has
> its own tools for scanning source code and building documentation pages
> from it which can then be edited using the help browser. One of the
> TODOs (out of the scope of 1.0) is to improve the documentation add-in
> so it can automate all this process.

I think that using the /// to generate the comments of the Class or
Methods with approach the way of work in VS2005 and MonoDevelop. This is
not a goal?

> > 
> > Resolve some problems with identation.
> 
> Could you please file a bug report explaining what those problems are?
> We won't be able to resolve them otherwise.

It's not a BUG. For example when we open a {, the Text Editor put it
right place, but when we put the } put it out of the place.

Ex: 
void ThisIsAText()
{
	}

Why the } is not int the same column of the { ??

this is a feature or a bug?


> > Why should we have TDD integration in MonoDevelop? One of the good
> > things in TDD software is that we can right-click on a Test Method and
> > run it from there.
> > How hard will be to implement this?
> 
> I think it's easy to implement. I'll take a look.

Thank you for develop the MonoDevelop

Regards
Paulo Aboim Pinto (Esqueleto)
Odivelas - Portugal


More information about the Monodevelop-list mailing list