Hi there, first, I'm using PSPad to code my web stuff since years. Thank you for this awasome tool!
Now my issue: currently when I'm in a PHP-file, type '$' and press CRL+J for auto completion, all predefined PHP variables starting with an underscore are listed first and the list is truncated after 20 entries. So none of my self-defined variables is visible in this list. I know I can still auto-complete my vars after pressing an additional char, e.g. '$r' would show '$res', '$row' etc, but I have to know the first char of the self-defined variable I want to auto-complete. So here's my humble suggestion: would it be possible to sort the '$_'-variables in the auto completion list _after_ the ones starting with 'regular' characters? example: I have the self defined variables $a, $b, and $c in my code. Now I type a '$' and hit CRL+J. The auto-complete list of my dreams would look like this: $a $b $c $_COOKIE $_ENV ... This way, even if I had more than 20 self defined variables, I still could auto-complete the predefined variables easily by typing an underscore after pressing CTRL+J. Maybe I've overseen if this is already configurable somehow, sorry if that's the case. -- <http://forum.pspad.com/read.php?2,43966,43966> PSPad freeware editor http://www.pspad.com
