Skip to main content



      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 18:07 Go to next message
Eclipse UserFriend
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] Wed, 23 February 2011 22:59 Go to previous message
Eclipse UserFriend
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: Sun Oct 19 14:36:11 EDT 2025

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

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

Back to the top