> When the completer is called, is there any way to tell where the cursor
> is in the buffer?
cursor: not yet, but it should be simple to implement it. But I'm not sur=
e if=20
this works, since the completer is called by native code, which in turn m=
ust=20
call native code to query the cursor-position, so wie have:
java -> c -> java -> c
I will try this in the next release.
> If the word being completed is unique in the buffer,
> it can be determined within the completer, but if the keyword is *not*
> unique in the buffer, is there any way to tell?
Could you please clarify what you mean with that?
Thank you, Bernhard
|