<http://forum.pspad.com/read.php?f=2&i=12369&t=12323> ----------------------------------------------------------------
I also found a bug in your editor. In php, I use to get variables from GET fields this way : $var = @rawurldecode($_GET['foo']); or with any other imbrication of functions. With this method, I do not get any notice for "non-existent" index in $_GET. The variable is just filled with "". In your editor, "@rawurldecode" is interpreted as a variable name in the lateral code explorer. -- PSPad freeware editor http://www.pspad.com
