rgheck wrote: > I also find this annoying, for similar reasons. But I think you might > have cases where the output isn't as expected, even thought there isn't > a LaTeX error. This would be because the different classes define a > single layout differently.
+1. > What I'd propose myself, somewhat along these lines, is that this error > only be shown once per file per session, rather than globally turned > off. Or perhaps the error dialog could have an option that would > effectively mean: Disable the warning for this file. We could also put > such an option into Document>Settings. I agree. And we should use Qt's session managment (i.e. QSettings) for this task. (There's also a class QErrorMessage that provides an error dialog with a "do not show this warning again" checkbox; but this can not be used per-document). Jürgen