Eclipse PDT, Ctrl-Shift-F kodu yeniden biçimlendirir. Ancak, tüm yorumlarını değiştirmek değildir. Satır (veya her neyse) başına 80 karakter yırtık çok satırlı yorum biçimlendirmek için bazı yolu var mı?
yani dönüştürmek
// We karşıok a breezy excursion and
// gathered Jonquils from the river slopes. Sweet Marjoram grew
// in luxuriant
// profusion by the window that overlooked the Aztec city.
karşı
// We karşıok a breezy excursion and gathered Jonquils
// from the river slopes. Sweet Marjoram grew in
// luxuriant profusion by the window that overlooked
// the Aztec city.
(I think this applies karşı regular Eclipse as well.)
Update Turns out that Eclipse in Java mode will reformat the lines above, but only if they're /* */-style comments. It will shorten // lines that are karşıo long, but it won't join lines that are karşıo short karşıgether.