Bug in Auto Complete with 'for'

Started by zash, July 02, 2009, 05:46:04 PM

Previous topic - Next topic

zash

typing 'for' (without quotation marks) enables autocomplete giving this result:

for ($i = 0; i < ; $i++)

instead of the expected

for ($i = 0; $i < ; $i++)

(the sedond $i has the dollar sign missing)

alex

Hello zash,

welcome.

I think you are talking about default templates for PHP...
Yes, you are right. I would update defaults and library file.
You can change this by yourself in:
Tools->Options->Syntax Settings->PHP->Code Templates-> for and change Code for it.

Best regards,
Alex.
HippoEDIT team
[url="http://www.hippoedit.com/"]http://www.hippoedit.com/[/url]