Hi, I am planning on starting a simple "notepad" like text editor, and was thinking on how to implement autocompletition. So for example, if user type ca, a small popup would show:
can
canada
car
carrot
etc..
I guess a dictionary would be needed, but how to make comparisson to possibilities? Anyone has experience in this sort of things?
Thanks in advance for any ideas.
can
canada
car
carrot
etc..
I guess a dictionary would be needed, but how to make comparisson to possibilities? Anyone has experience in this sort of things?
Thanks in advance for any ideas.