« Return to Thread: Reformat (comment) paragraph

Reformat (comment) paragraph

by Nikolaus Rath :: Rate this Message:

Reply to Author | View in Thread

Hello,

Is there a way to reformat a paragraph when it has become ragged due to
editing? In other words, the comment

# This is the
# result of heavy editing which unfortunately left the newlines at quite unfortunate positions, since some
# are way to early and others way to late in the tex.

should automatically become

# This is the result of heavy editing which unfortunately left the
# newlines at quite unfortunate positions, since some are way to early
# and others way to late in the tex.

(in emacs this function is called fill-paragraph and extremely useful,
but I couldn't find anything similar in eclipse).


Best,


   -Nikolaus

--
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C


------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@...
https://lists.sourceforge.net/lists/listinfo/pydev-users

 « Return to Thread: Reformat (comment) paragraph