explict folding mode
Submitted by Friday, 18 August, 2006 - 17:02
on
how to use explict folding mode in php, i have tried almost all function in jedit and nothing happens :{
i have for example:
/**
* @name render_menu
// +{{{
* .... some other
*/
public static function render_menu() {
....code...
} //}}}
i want this to produce:
+ render_menu
when i hit + it will expand the code of this method
i have makro downloaded from this site to collapse folds on startup beginning with -{{{ and expand statring with +{{{
but it doesn't work
i have for example:
/**
* @name render_menu
// +{{{
* .... some other
*/
public static function render_menu() {
....code...
} //}}}
i want this to produce:
+ render_menu
when i hit + it will expand the code of this method
i have makro downloaded from this site to collapse folds on startup beginning with -{{{ and expand statring with +{{{
but it doesn't work