[MonoDevelop] [PATCH] Patch for ClassPad

Jacob Ilsø Christensen jacobilsoe at gmail.com
Sun Jul 1 03:07:42 EDT 2007


On 6/30/07, Johan Hernandez <thepumpkin1979 at gmail.com> wrote:
> Hi.
>
> Thanks for try it.
>
> 1) I will work on Arrays.
> 2) I ask myself the same question but qualified types will be difficult
> to read. I think a Tooltip or a menu option like "Show Qualified Types"
> may solve it. I don't know what's the best solution.
> 3) I don't know where the last stuff come from hehehe... btw i'm novice
> with SVN. I Just did $svn diff >> someFile.diff.

What about reusing the current implementation for code completion.
Actually the combo boxes showing methods above the editor are wrong
too.They show incorrectly for arrays, generics and indexers.

I think it would be very nice if the class pad, the combo boxes and
the code completion pop up used the same code. What do you think?

>
> Is there a better way to do make a diff file?
>
> Thanks.
>
> On Sat, 2007-06-30 at 22:30 +0200, Jacob Ilsø Christensen wrote:
> > 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
> > >
> > >
> > >
> --
> Johan Hernandez
> http://johansoft@blogspot.com
>
>


More information about the Monodevelop-list mailing list