I'm currently evaluating phpEd (3.2 build 3220) and, having previously worked with phpEd in its freeware days, found it a much more solid product thus-far. The only irritating little glitch I've come up against is an autocomplete cropping up in the wrong place, that I can't seem to turn off.
The error(?) is quite specific, and extremely irritating. It only happens inbetween div tags, and will bring up an autocomplete box (pictured below) every time I hit return.
As you should be able to see from the picture, the div tag is already closed, and has the appropriate closing tag further down in the script. Yet if return is hit anywhere between the div tags, then the autocomplete box pops up. This means if I want to insert more than one return, it adds in "align" when I hit enter or space.
Has this issue already been fixed, or is a fix on it's way soon?
Here's a screencap. Although you can't see the cursor, the line I've returned to is shaded, and you can see there's a php tag between the div and where I returned.
