Menu

#67 c-fill-paragraph stopped working for // comments

php-mode-1.5.0
open
Editing (3)
5
2009-02-28
2009-02-28
No

In version 1.4.0, comments starting with // (or even /// like I use for doxygen) were correctly filled when pressing M-q (c-fill-paragraph).
This is no longer the case with 1.5.0. The broken lines are not prefixed as comments but instead end up as literal code.

Sample:
// this is a very long comment this is a very long comment this is a very long comment

is filled to:

// this is a very long comment this is a very long comment this is a
very long comment

Besides that, 1.5.0 is great, thanks!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.