On Sun, Jun 25, 2017 at 04:24:18PM -0400, Scott Kostyshak wrote:
> 
> True, but I think that is partly because we used to support GCC 4.6 and
> Qt 4.8. We have never supported minted, so that is why I think it is
> "more OK" if we do not support older versions. In the end, I suppose it
> depends on how long it would take us to add support for older versions,
> and on if that support would be hackish or would be a good
> implementation.
> 
> Enrico, any thoughts on the above?

Taking into account older versions of Pygments that are case
sensitive would be straightforward. It would suffice to lower
case the language only when it is going to be written in the
LaTeX file. Indeed, our GUI is case sensitive and the language
combo gets disabled if the case does not match (meaning that the
language can only be changed through the advanced tab).

I don't think this has any adverse effect, except if you export to
LaTeX and then import back with tex2lyx. In this case the language
combo will be most certainly disabled. But it suffices going to the
advanced tab and properly adjust the case to have it functional again.

-- 
Enrico

Reply via email to