Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 06:36 Go to next message
Sanjay Rakholiya is currently offline Sanjay RakholiyaFriend
Messages: 1
Registered: July 2009
Junior Member
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 09:04 Go to previous message
No real name is currently offline No real nameFriend
Messages: 1
Registered: August 2010
Junior Member
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: Tue Mar 19 09:09:51 GMT 2024

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

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

Back to the top