Unable to compose comments in Eclipse 3.5.2

Shouldn't I have done this? Folding is enabled in the Java settings, but the +/- button does not appear next to the comments. I can dump imports, classes and methods, but not comments. In addition, checking the Comments field in the Initially Add These Elements does nothing.

+3
source share
1 answer

This can be a side effect of another setting that sets code folding for a plugin that you don't have.

See bug 153449 for an example (written while Mylyn was called Mylar):

, , / , , . , , , .

, :

/instance/org.eclipse.jdt.ui/editor_folding_provider=org.eclipse.mylar.java.ui.editor.foldingprovider

Mylar. , . , .

+1

All Articles