Hi,
In the PHP IDE, if I have the following line of text:
function blah( $connection, $id )
{
$sql = 'SELECT DATE_FORMAT( datetime , \'%W %D of %M, %Y at %h:%i:%s\' ) AS d FROM wibble WHERE boo='. $id;
}
|
If I left click on the S of SELECT and drag too the T and mouse up I highlight SELECT.
If I left click on the L of SELECT and drag too the T of DATEFORMAT I want SE
LECT DATEFORMAT highlighted, but instead I get
SELECT DATEFORMAT
which is really anoying.
Any chance this grab-the-whole-word 'feature' could be removed please.
John