How to reformat multi-line comments in Eclipse PDT?

You probably need to configure the Java formatter to include comments Preferences -> Java -> Code Style -> Formatter -> Edit... -> Comments Make sure that "Enable XXX comment formatting" is enabled.

You probably need to configure the Java formatter to include comments. Preferences -> Java -> Code Style -> Formatter -> Edit... -> Comments Make sure that "Enable XXX comment formatting" is enabled.

1 It seems that this does somewhat work in Java mode, but not with PDT. However, for some reason it will only fully reformat /* / or /* */ comments--it will make // lines that are too long shorter, but won't make shorter lines longer. – mjs Sep 25 '08 at 12:34.

I've never really been able to get the Eclipse formatter to format my code exactly how I want, and this is just one of several shortcomings I've encountered. I've heard the Jalopy formatter is much better. There's both a commercial and free version available with Eclipse plugins for both.

I've heard the commercial version is more sophisticated (development on the free version appears to have stalled), but I haven't actually used either personally.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions