NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Code folding for HTML-style PHP blocks, like <?php if():


Joined: 11 Mar 2011
Posts: 11
Reply with quote
Since this is very convenient to use such constructions in templates, like this one:
Code:

<?php foreach ($yadayadas as $yadayada): ?>
  <div><?php echo $yadayada; ?></div>
  <div><?php echo $yadayada; ?></div>
  <div><?php echo $yadayada; ?></div>
<?php endforeach; ?>


... It would be nice to see code folding working for such constructions in PhpED.
View user's profileFind all posts by drummerSend private message
Guru master

Joined: 24 Jul 2009
Posts: 737
Reply with quote
That would be very useful. I've just been adjusting some large PHP/HTML templates and being able to collapse/expand the PHP block constructs would have been helpful to make the template clearer.
View user's profileFind all posts by plugnplaySend private message
Code folding for HTML-style PHP blocks, like <?php if():
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