Hi
2 quick requests, 1 is almost a bug.
1/ When I enter a Heredoc script and put in the closing label it appends spaces after it which have to
be manually removed ie
$SQL = <<<SQL
SELECT a.col1, b.col2
FROM
table1 a JOIN
table2 b ON a.id = b.fk
SQL;
^^^^^^^ spaces get put here |
2/ It would be nice to have a "quick go to" popup like GExperts under delphi
This works by Ctrl G brings up a list of functions/methods alpha sorted in the current file
as you enter the name it does a 'quicken' like search and highlights the nearest match, enter moves you
to that function, its a very quick way of navigating a file completely from the keyboard
Thanks
Neven