NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
matching brackets


Joined: 17 Apr 2013
Posts: 6
Reply with quote
When I select a closing } bracket. I would not only like the opening { to be highlighted
but a a little pop up info window that displays the line of code that matches the opening bracket
Before using phped I used zend 5 and this did this
It just makes it a lot easier to see which block of code you are in without having to scroll up to see the first { was
referring to

e,g
while ($row = mysql_fetch_assoc($res))
{
if ($a==6)
{


}
}// putting the cursor here will match the while opening bracket but also show the while ($row = mysql_fetch_assoc($res)) in a info box
this is very handy when dealing with large blocks of code that doesnt fit on the screen
View user's profileFind all posts by lutherSend private message
Veteran

Joined: 15 Nov 2003
Posts: 118
Reply with quote
+1 - easier than adding comments to all closing braces
View user's profileFind all posts by joebSend private message


Joined: 30 Jun 2009
Posts: 79
Reply with quote
+1.
View user's profileFind all posts by temuriSend private message


Joined: 21 Jul 2013
Posts: 7
Reply with quote
+1
View user's profileFind all posts by echelonSend private message
matching brackets
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