Hello!

There is one thing about completion in version 7 that keeps confusing
me. Let's look at the example. Take the text

------------------------------
int test_func1()
{
}

int test_func2()
{
}
-----------------------------

Now I want to add new line

int test_func3()

I type 'int t' and the hit CTRL-P. The completion inserts test_func2 for
me. Now I hit BackSpace and continue typing '3('. But the completion does not
stop. It contitues untill I hit space. And if before hitting space I
want to complete another word, then it does not do it for me.

Is there any way to change this? So that when I hit BackSpace the
completion stops like it happens when I hit Space? Or even better, stop
the completion when I do any modification to the text at all?

Thank you.

-- 
Minds, like parachutes, function best when open

Reply via email to