-
Notifications
You must be signed in to change notification settings - Fork 170
TeXworks does not display warnings that do not end in a period #1085
Description
Bug description:
TeXworks does not display warnings that do not end in a period
In my testing, I have found that TeXworks (TeX live 2025) does not display warnings that do not end in a period to the Errors, warning, badboxes. However, the warnings are correctly written to the .log file. I have not encountered this issue on VSCodium.
Steps to reproduce the problem:
Here is an example of the issue:
The two messages below have identical text, except that the second message does not end in a period. Only the first message is displayed to the Errors, warning, badboxes.
\documentclass{article}
\ExplSyntaxOn
\msg_new:nnn { module } { period } { This~ is~ a~ sample~ message. }
\msg_new:nnn { module } { no-period } { This~ is~ a~ sample~ message }
\msg_warning:nn { module } { period }
\msg_warning:nn { module } { no-period }
% In TeXworks, the message that does not end in a period will not be displayed in the `Errors, warnings, badboxes'
\ExplSyntaxOff
\begin{document}
Some text.
\end{document}
Expected behavior:
The warning will be displayed in Errors, warnings, badboxes, even if the warning does not end in a period.
General information:
TeXworks version:
TeXworks obtained from: TeX Live 2025
Operating system: Windows 10
Additional information: