Hi there
First of all; sorry for my english! 
In my Projects i often have mixed files - PHP and HTML (the files are saved as *.php).
When i use the function "Re-ident Code" everything works fine - except one Thing:
The closing-tag with bracket...
<?php } ?>
... only within html-areas is too much indented.
 	
	
 
<?php
 
    $aArray = array();
 
?>
 
<html>
 
    <head>
 
    </head>
 
    <body>
 
        <?php foreach ($aArray as $i => $data) { ?>
 
            <p>...</p>
 
            <?php } // - this line sould be more left ?? ?>
 
    </body>    
 
</html>
 
<?php 
 
    // some php here
 
?>
 
 | 	
 
Here i uploadet also an image:
[img]http://www.tiikoni.com/tis/view/?id=bb93c4c[/img]
Is this "normal" - can i configure this?
(i'm using PhpED v.16)
Thank you in advance!
greeets
kuisli