I recently downloaded Coffe Bytes for Eclipse Juno and followed this tutorial to install
How to use Coffee-Bytes code folding
but when I do somthing like the following
// {{ fold block
public static void stuffToFold()
{
return 4;
}
// }}
It does not allow me to fold that fold block