[MonoDevelop] Completion window patch

Jacob Ilsø Christensen jacobilsoe at gmail.com
Fri Jul 1 03:03:08 EDT 2005


Ok, I'll commit it. I plan to extend it further so that it shows only
relevant completion depending on what you have typed.

So if there are these available completions:

A
AB
B
C

and you type A, the list will shrink and show only A and AB, and if
you backspace, the whole list will be shown again.

Is this something we want?

/Jacob

On 7/1/05, Todd Berman <tberman at off.net> wrote:
> On Wed, 2005-06-29 at 20:42 +0200, Jacob Ilsø Christensen wrote:
> > Hi.
> >
> > Right now the completion window always shows a scroll bar and it is
> > always the same size. The attached patch makes sure that a scroll bar
> > is only shown when necessary and that the window is made smaller if
> > necessary. Looks ok?
> >
> 
> Looks good to me.
> 
> --Todd
> 
>


More information about the Monodevelop-list mailing list