Closed GoogleCodeExporter closed 8 years ago
In step 1 above, "read!" should be on the previous line.
Original comment by dereksla...@gmail.com
on 29 Apr 2008 at 1:37
+1 for this issue.
fill-paragraph is one of the most frequent commands I use.
Original comment by nick...@gmail.com
on 7 May 2008 at 11:44
Digging through the code, it seems to be calling js-fill-comment, which is
designed
to fill block comments, i.e. those that look like:
/**
* Comment
*/
So it doesn't work at all with // comments.
However, it also doesn't work at all with block comments! So I'm somewhat lost
here.
Original comment by dmho...@gmail.com
on 18 Jul 2008 at 8:16
I have attached a patch that fixes inline comments by using the c-fill-paragraph
which seems to provide good results for inline comments.
Original comment by waw...@gmail.com
on 4 Oct 2008 at 9:41
Attachments:
Also, @dmhouse, js2-fill-comment works for me on block comments without the
patch.
Original comment by waw...@gmail.com
on 4 Oct 2008 at 9:45
That patch provided in Comment 4 made my day. Thanks, waw325.
Original comment by JoeCoval...@gmail.com
on 19 Nov 2008 at 9:57
[deleted comment]
Fixed in 20090723.
Original comment by steve.ye...@gmail.com
on 23 Jul 2009 at 10:36
Original issue reported on code.google.com by
dereksla...@gmail.com
on 29 Apr 2008 at 1:36