What steps will reproduce the problem?
1. Added AutoList Code
Me.SyntaxBoxControl1.AutoListClear()
Me.SyntaxBoxControl1.AutoListBeginLoad()
Me.SyntaxBoxControl1.AutoListAdd("test1", 0)
Me.SyntaxBoxControl1.AutoListAdd("test2", 1)
Me.SyntaxBoxControl1.AutoListAdd("test3", 2)
Me.SyntaxBoxControl1.AutoListEndLoad()
Me.SyntaxBoxControl1.AutoListVisible = True
What is the expected output? What do you see instead?
If code completion works as expected, I would assume the text would appear
if I started typing "te"
What version of the product are you using? On what operating system?
Puzzle.SyntaxBox.NET3.5 on Windows XP
Please provide any additional information below.
Original issue reported on code.google.com by
pablleafon 29 Dec 2009 at 2:40