Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Code Formatting Problem with Control Statements.(Code Formatting Problem with Control Statements.)
Code Formatting Problem with Control Statements. [message #546756] Wed, 14 July 2010 02:36 Go to next message
Eclipse UserFriend
Code Before Format :

<?php
if($checkCondition)
    echo 
'Condition True';
else
    echo 
'Condition False';
?>


Code After Format :

<?php
if($checkCondition)
echo 
'Condition True';
else
echo 
'Condition False';
?>


How to retain original code format with indent in control structures ?
Re: Code Formatting Problem with Control Statements. [message #552711 is a reply to message #546756] Fri, 13 August 2010 05:04 Go to previous message
Eclipse UserFriend
same for me.
anyone suffered similar problem and has solution?
Previous Topic:"Selected location doesn't refer to a valid PHP executable", It does
Next Topic:Javascript and jquery autocomplete
Goto Forum:
  


Current Time: Wed May 21 01:17:27 EDT 2025

Powered by FUDForum. Page generated in 0.03695 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top