Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Remove some spaces if you do a SHIFT + TAB(Problem with spaces when you do a SHIFT + TAB, this does not happen on Aptana)
Remove some spaces if you do a SHIFT + TAB [message #528058] Mon, 19 April 2010 07:07 Go to next message
Louie Miranda is currently offline Louie MirandaFriend
Messages: 1
Registered: April 2010
Junior Member
I would like to remove extra white spaces when I do a SHIFT + TAB on a certain "highlighted" area of my code.

EX:

When I do a SHIFT + TAB, it only does...
{
______Program here
}

I was wondering how can Eclipse completely remove the extra white space on the line "Program here"? ___ example of white space

And make it as
{
Program here
}

I used to use Aptana plugin on Eclipse and they do have this wonderful feature and would like to know if Eclipse do have it as well?

Thanks and hope to hear from the experts soon.

Louie

[Updated on: Mon, 19 April 2010 07:09]

Report message to a moderator

Re: Remove some spaces if you do a SHIFT + TAB [message #528152 is a reply to message #528058] Mon, 19 April 2010 13:57 Go to previous message
Eclipse UserFriend
Probably [Control-i] helps.

Cheers
andreas


Louie Miranda wrote:
> I would like to remove extra white spaces when I do a SHIFT + TAB on a
> certain "highlighted" area of my code.
>
> EX:
> {
> Program here
> }
>
> When I do a SHIFT + TAB, it only does...
> {
> Program here
> }
>
> I was wondering how can Eclipse completely remove the extra white space
> on the line "Program here"?
>
> I used to use Aptana plugin on Eclipse and they do have this wonderful
> feature and would like to know if Eclipse do have it as well?
>
> Thanks and hope to hear from the experts soon.
>
> Louie
Previous Topic:Script output shows in the debug output view but doesn't display anything when runs in the browser
Next Topic:launching JUnit plugin-test from command Prompt
Goto Forum:
  


Current Time: Sat Apr 20 02:44:13 GMT 2024

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

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

Back to the top