Martin Vermeer <[EMAIL PROTECTED]> writes: | Index: text.C | =================================================================== | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text.C,v | retrieving revision 1.467 | diff -u -p -r1.467 text.C | --- text.C 21 Oct 2003 13:04:13 -0000 1.467 | +++ text.C 21 Oct 2003 21:33:55 -0000 | @@ -739,15 +739,17 @@ pos_type LyXText::rowBreakPoint(Paragrap | if (point == last || chunkwidth >= width - left) { | if (pos < i) { | point = i - 1; | - break; | + break; // exit on last | registered breakpoint
Please don't put comments at end of line like this. Put the comment right before the statement instead. -- Lgb