pspad: -------------------------------------------------------------------------------- mgutt: -------------------------------------------------------------------------------- Something I really missed since Dreamweaver: - a doubleclick on $var marks "$var", a doubleclick on array['var'] marks "var". I wish to have "var" in both cases. --------------------------------------------------------------------------------
And many users wants to mark whole variable include '$' -------------------------------------------------------------------------------- At the moment pspad supports both: <?php // marks $foo: $foo = 'bar'; // marks foo: ?> <?= $foo ?> So nobody has a benefit ;) human: -------------------------------------------------------------------------------- Therefore: if this behaviour is wanted by some, and by some others not it needs to be configurable. Maybe it is already, like it was with the "end of line & trailing spaces". -------------------------------------------------------------------------------- Nothing found by now :P -- <http://forum.pspad.com/read.php?6,49898,50288> PSPad freeware editor http://www.pspad.com
