PHP Folding question

This forum should be used for all code folding problems, questions or suggestions. You can also use this forum to request folding support for a new language.
Post Reply
cseymour
Posts: 3
Joined: Fri Nov 04, 2005 3:04 pm

PHP Folding question

Post by cseymour »

Hello all,
I have just discovered Zeus and am in the process of using it for everything I do. One question I had was if I have PHP files that use HTML DIV tags for CSS Positioning, is there a way I can have the DIV tags fold?

Hope that makes sense.

Thanks.

Chris
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

The short answer is yes, but first some background.

The code folding logic of Zeus is all hard coded into the xFolder.dll file. The long term plan is to make the folding configurable accessible to the user, but for now the hard coded approach remains.

So if the current PHP folding is missing a particular type of folding, you need to post some sample code showing what type of folding required.

Where possible the the xFolder.dll will then be changed to implement the new fold and a new version made available for download from the Zeus web site.

Cheers Jussi
Post Reply