[MonoDevelop] Questions

Michael Hutchinson m.j.hutchinson at gmail.com
Thu Nov 13 15:17:36 EST 2008


On Thu, Nov 13, 2008 at 12:04 PM, James King <james.king at 4act.com> wrote:
> I have a gridview in my project and the xhtml code completion works to find
> the <asp:GridView> tag, but it fails to work on the tags beneath GridView
> such as <Columns> or <RowStyle>.

Special child elements for ASP.NET are not implemented yet, sorry. I
still need to work out how correctly to interpret the attributes that
define what's valid here.

Parent/child constraints for XHTML should be working, so if you find a
problem with that please file a bug.

> Furthermore, I have registered web user controls at the top and code
> completion does not work on those tags either.

Those should work to some extent. I'll take a look into it.

> I am definitely not a complainer. I am just wondering if it is supposed to
> work and I have configured monodevelop wrong or if it has not been developed
> yet.

Unfortunately the ASP.NET code isn't very well tested outside the
basic functionality, because I don't have time to actually do any
ASP.NET development. Therefore bug reports are much appreciated :-)

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list