PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: John Waalkes on May 30, 2010, 07:48:58 PM

Title: Auto complete/hint bug?
Post by: John Waalkes on May 30, 2010, 07:48:58 PM
While editing within a string literal, occasionally the Auto Complete (actually I guess it would be the hint feature?) would get stuck on and start trying to auto complete my strings for me.  :o

This seems to only happen if you have the help window open. But, not always... In fact, the auto complete/hint didn't come on until I opened the help, and then it did it just once. Now the hint isn't popping up at all.

Sorry to not be of any more help than this.  :-[ I'll try to pin it down and report back.

Below is an example of the area that I was working in:

    Print #hOutFile&, "; FWIW, the ASCII protocol requires a 7-bit word length, while the RTU protocol"
    Print #hOutFile&, "; requires a 8-bit word length. This would imply that mixing ASCII and RTU devices"
    Print #hOutFile&, "; on the same network will lead to tears. But oddly enough, it doesn't in my "

But the odd part is that it was trying to do this on text within quotes. I can't imagine an instance where I would want auto complete on any text after a quote character has been added to the string.


Thanks :)

John