Hi,
AFAIK, usual warning messages provided by packages start by:
Package <package name> Warning:
Those provided by pgfplots start with an extra exclamation mark
(followed by a space):
! Package pgfplots Warning:
Some TeX editors, for instance TeXstudio, parse the log file looking
for, I guess:
<beginning of the line>Package <something> Warning:
in order to filter warnings.
Hence, instead of (cf. line 33 of pgfplotscore.code.tex):
\def\pgfplots@warning#1{\pgfplots@message{! Package pgfplots Warning:
#1}}%
what about a regular:
\def\pgfplots@warning#1{\PackageWarning{pgfplots}{#1}{}}%
as that's already the case for pgfplots errors:
\def\pgfplots@error#1{\PackageError{pgfplots}{#1}{}}%
Best regards.
--
Denis
------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612
_______________________________________________
Pgfplots-features mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pgfplots-features