Am 26.02.2008 um 01:13 schrieb Pavel Sanda:
The math completion works but not the text, is that normal?
Well, depends on what you call working. First I disabled the
automatic
completion for text because it might be annoying for many people.\
What is the purpose of the "Automatically show in text mode" then?
So you have to press tab after entering the first character of a
word.
It doesn't seem to work: I hit tab and I get nothing.
have you tried with words>5 chars?
Yes, works fine here. Are you on linux?
i have another questions Stefan -
1. whats the "..." for? can't find how does it work.
That's not quite finished. The idea was to shorten too long
completions. The problem is that the inline completion might change
the line breaks a lot, giving major layout changes on screen. But
this ... thing is not really nice either.
2. how the best fit fot tab key work - it offers only one from more
possibilities - which one is chosen (most typen one)? or what if it
would cycle through the all the possibilities like vim do?
At the moment the one which was chosen in the previous completion is
chosen. If this does not match to the prefix, the first one of the
popup is taken. It is intentional to choose one and not to cycle
through the completions. The latter can easily be done via cursor up
and down. Instead you can use the tab to do the same completion over
and over again. E.g. type 5 times alpha. You can do this with some tab
pressed.
3. even if i have 'show without delay..' checked i have to wait 2s
for non
unique completion. moreover when i try to uncheck/check this option,
apply wont get enabled - some signal probably missing.
No, you shouldn't have to wait. That's the idea. If you have to, there
is a bug, maybe related to the text problem above. If you have linux,
I will install ubuntu in VmWare and check it myself.
4. the inline completion works strangely.
1. typing: 'bubububu b'
2. waiting for inline completion - nothing. (wrong)
Here it appears.
3. continue in typing: 'abababa b'
4. waiting for inline completion - it appears babababa sugestion.
5. press u - suggestion disappear instead of bubububu suggestion
appearing
6. delete chars, so only 'bubububu ' remain.
7. pres b - now bubububu suggestion appear.
Anyway, there is not sense to argue. There is definitely a bug in the
code which shows up on your machine, but not on mine. Thanks for
reporting. Have to fix that. It can be quite tricky to get the logic
right and I think I mostly got it (modulo this bug that it does not
behave in the supposed way on your machine ;-) )
Stefan