Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] code completion also completes on space

In java if you have this

object.one
object.two

and you complete object

object.o

then you have a list telling that one is a match.

if i press enter it will insert one.

But if i press space, completion will not do anything

in dltk this is different space also completes this is a bit annoying if you want to create a new variable or something on the object
I think only the enter key should complete. what do you think?

johan

Back to the top