mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Do not stop on BibTeX errors.
BibTeX errors are still reported via the BibTeX Log dialog, but users are not actively pointed to it. The feature might be re-enabled in 2.2.
This commit is contained in:
parent
3402e3ead3
commit
148317b60c
@ -139,7 +139,10 @@ public:
|
||||
///
|
||||
BIBTEX_ERROR = 16384,
|
||||
///
|
||||
ERRORS = TEX_ERROR + LATEX_ERROR + BIBTEX_ERROR,
|
||||
//FIXME: BIBTEX_ERROR has been removed from ERRORS for now, since users were irritated
|
||||
// about those errors which prevented compilation ofpreviously compiling documents.
|
||||
// Think about a "gentle" transfer to BibTeX error reporting.
|
||||
ERRORS = TEX_ERROR + LATEX_ERROR,
|
||||
///
|
||||
WARNINGS = TEX_WARNING + LATEX_WARNING + PACKAGE_WARNING
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user