Editor removes tabs before brace [message #647392] |
Wed, 05 January 2011 18:14  |
Eclipse User |
|
|
|
Using PDT to edit PHP files:
When I enter a new line, then tab, then enter an open brace, the editor removes the tab, and pushes the brace back to line up with the previous line.
I want:
foreach($V as $K)
{
echo $K;
}
The editor insists on making it like this:
foreach($V as $K)
{
echo $K;
}
Every time I enter a brace, I have to go back and push it out again to where I want it.
I've gone through all the editor settings, and searched online, but can't find any way to change this behavior. Don't tell me I'm doing it wrong -- I've been programming like this for over 20 years and I'm not about to break this habit!
Can anyone help?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02805 seconds