Sidekick + PhpParser Plugin and Folding
Submitted by Friday, 20 January, 2006 - 20:33
on
Hi,
Since CustomFoldHandler does not work on jedit4.3pre3 [http://community.jedit.org/?q=node/view/2580], I am forced to use SideKick folding mode for my php files.
The problem is that I have a lot of docblocks, and comment, and that I don't like the default jedit folding syntax ({{{ .. }}}). I would like to know how I could add my own folding handler, for the PHP mode?
Here is what I'd like :
Multiline comments on several lines :
/*...
*/ -> /* [xx lines]
My own folding:
__start__
__end__
->
__start__ [xx lines]
What can I do for that?
Since CustomFoldHandler does not work on jedit4.3pre3 [http://community.jedit.org/?q=node/view/2580], I am forced to use SideKick folding mode for my php files.
The problem is that I have a lot of docblocks, and comment, and that I don't like the default jedit folding syntax ({{{ .. }}}). I would like to know how I could add my own folding handler, for the PHP mode?
Here is what I'd like :
Multiline comments on several lines :
/*...
*/ -> /* [xx lines]
My own folding:
__start__
__end__
->
__start__ [xx lines]
What can I do for that?