[MonoDevelop] [PATCH] Patch for ClassPad

Jacob Ilsø Christensen jacobilsoe at gmail.com
Sat Jun 30 16:30:19 EDT 2007


Hi.

Good idea. I tried it out and have a few comments:

* string[] shows up as just string
* System.Collections.ArrayList shows up as ArrayList. Is this ok, or
should fully qualified names by used?
* System.Collections.Generic.IList<int> shows up as IList`1. Should
the int be shown too?

And a final thing. If I use code completion it shows e.g. IList<int>
correctly. Maybe the code that shows code completion tips could be
used for the class pad too instead of duplicating it there?

Oh, and the last stuff in your patch seems unrelated to this functionality.

Regards,
Jacob

On 6/30/07, Johan Hernandez <thepumpkin1979 at gmail.com> wrote:
> Hi. is the first time I send a patch. This patch adds two features to
> ClassPad:
>
>         - Show Methods with Parameters and Generics
>         - Show Indexers with Parameters
>
> I made the diff from the top level source(thanks for the tip jensen), i
> hope  the diff file is correctly created.
>
> Thanks.
> --
> Johan Hernandez
> http://johansoft@blogspot.com
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>
>
>


More information about the Monodevelop-list mailing list