Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » bracket and parenthesis matching -- any way to expand/collapse code?(a little +/- would be nice)
bracket and parenthesis matching -- any way to expand/collapse code? [message #656061] Wed, 23 February 2011 23:07 Go to next message
sneakyimp Mising name is currently offline sneakyimp Mising nameFriend
Messages: 41
Registered: December 2009
Member
I previously used Dreamweaver to edit my PHP scripts and it had a very convenient +/- icon that would appear by the line numbers in my code editor. Clicking this would allow me to select all the code between the current set of curly braces {} or parentheses ().

Does Eclipse (Galileo) allow one to do any such thing? I have a lengthy while loop and it's hard to tell how many levels I need to continue.

Re: bracket and parenthesis matching -- any way to expand/collapse code? [message #656081 is a reply to message #656061] Thu, 24 February 2011 03:59 Go to previous message
Deepak Azad is currently offline Deepak AzadFriend
Messages: 543
Registered: July 2009
Senior Member
On 2/24/2011 4:37 AM, sneakyimp wrote:
> I previously used Dreamweaver to edit my PHP scripts and it had a very
> convenient +/- icon that would appear by the line numbers in my code
> editor. Clicking this would allow me to select all the code between the
> current set of curly braces {} or parentheses ().
>
> Does Eclipse (Galileo) allow one to do any such thing? I have a lengthy
> while loop and it's hard to tell how many levels I need to continue.
>
>
If you place the caret right after the opening '{' Eclipse will
highlight the closing '}'.

If you double click right after the opening '{' Eclipse will highlight
the entire code block between '{' and '}'.

Hope that helps.
Previous Topic:Cannot send email to project emailing list... 450 4.7.1 Helo command rejected: Host not found
Next Topic:New to JAVA and Eclipse, question about IDE
Goto Forum:
  


Current Time: Fri Sep 20 23:16:26 GMT 2024

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

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

Back to the top