]> git.lyx.org Git - lyx.git/commit
Due to the increased accuracy of line counting and registering, when a
authorEnrico Forestieri <forenr@lyx.org>
Mon, 14 Feb 2011 01:02:12 +0000 (01:02 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 14 Feb 2011 01:02:12 +0000 (01:02 +0000)
commit46028a69149366256b018196871427bbe0aaadb5
tree67e3261f7c56b75d6f0ccf271fcfb9656397cc00
parent13126b8060e2cd532facf4462e0576d33a0781c2
Due to the increased accuracy of line counting and registering, when a
latex error occurs inside a table, the exact faulty table row is spotted.
However, if all cells of a table row are output on the same line, lyx is
not able to tell what cell caused the error and highlights the last cell
of the row. This patch allows to output each cell of a table on its own
line, such that the exact point where the error occurred can be highlighted.
Note that this is only done when exporting for preview, and in normal (nice)
exports everything goes as usual.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37643 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetTabular.cpp