Re: Mini-Commander: Autocomplete



I wrote:
 
> I modified the mini-commander applet to use autocomplete.  Is this
> something that other people want?  Should I send my changes to the
> author? I've attached the file I changed. I modified it from
> gnome-core-1.0.9
> 
> Changes I made have /*********...**********/  above and below them.

I found one thing wrong with what I did.  I had something left over 
from a (bad) previous attempt.

Basically the first time through I was trying to track the cursor 
manually, before I relized gtk had a function to do it for me.

>     if(key == GDK_BackSpace) currentPosition--;
This line does not need to be there.

-- 
Halfline



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]