Yeah, here's the problem. The $ is part of a "word" in PHP, full PHP file and embedded sections, but not "single-line" embedded PHP. (with multihighlighter)
That's about all I can figure out. If there are multiple lines of PHP, it includes the $ in a double-click select. In the following example, it is included if you select $aRow or $rResult, but it is not included if you select $modified, when it should be to be consistent: <?php $aRow = mysql_fetch_array ($rResult); } // while ?> <td bgColor="#eff3f7"> <?php echo $modified; ?> </td> [b]Although, it would REALLY be nice to be able to change our "end of word characters" lists ourselves so we can have it work the way we want.[/b] -- <http://forum.pspad.com/read.php?2,56356,56454> PSPad freeware editor http://www.pspad.com
