Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pdt-dev] PHP - collapse / expand

I am not sure if I got you right, but from what I understand you cannot
see the PDT code folding working.
To enable the code folding you should right click the left-side bar of
your editor and then select Folding->Enable Folding from the menu.
You will then see the + and - signs in your PHP file.

Hope it helps, 
Shalom G.
Zend


-----Original Message-----
From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Vasu Nagalingam
Sent: Thursday, June 28, 2007 8:12 PM
To: pdt-dev@xxxxxxxxxxx
Subject: [pdt-dev] PHP - collapse / expand

I have successfully installed Eclipse 3.2 + PDT v0.7 + Aptana.

The one question I had was how to 'collapse' and 'expand' functions in
PHP? I.e., in a long  PHP file, I would like to collapse the code at
the different function level so that I can quickly scroll to the
bottom, or only 'expand' the code for certain functions that I am
currently working on. Generally, then the code is 'collapsed', there
will be an indicator (e.g: + sign) next to the line number, clicking
on which will 'expand' that code segment.

Is this feature implemented via a Perspective? I have used both PHP and
Aptana and do not see this feature working. Can you please help
find/configure this productivity option?
Thanks.

Vaz
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top