NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Heredoc support and Quick goto


Joined: 09 Jun 2005
Posts: 16
Reply with quote
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

Code:
  $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

_________________
NM
View user's profileFind all posts by NevenSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
1. -> you may want to uncheck "keep trailing blanks" in the editor settigns
2. -> you may want to try Code Navigator and assign Ctrl-G for calling this window

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Heredoc support and Quick goto
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic