jeffspieg

Results 11 comments of jeffspieg

Here is a minimal example from Texstudio green lstlisting bug.tex. I have minimized it more. \input{../Autotestcon/preamble} \RCRtrue \input{../Autotestcon/documentclass} \printtrue \input{../Autotestcon/pkg} \begin{document} \bibliographystyle{IEEEtran} % % paper title % can use linebreaks...

If the problem is in the tex editor you shouldn't need to compile, Why do you need the input files? I tested the upload . Even without the \end{document}, the...

Thanks Sunderme. I see your point as txs does scan all inputs! This code can be compiled too and shows the green continuation nuisance even without the lstdefinelanguage if you'd...

![image](https://github.com/user-attachments/assets/b797a066-10f0-4933-a59b-b4c6f932e522) For me this code has the text the wrong color and even the \end{document} is green. I have had this problem for multiple versions of Texstudio and it corrects...

1. Yes. 2. Yes. 3. No. When I restarted on this file the problem went away. But going back to the file where I took this code the problem still...

While working on a better example I found the following: When I comment out \input{../Autotestcon/pkg}, the Green runaway font color change in Texstudio goes away. \input{../Autotestcon/preamble} \input{../Autotestcon/documentclass} %\input{../Autotestcon/pkg} %SUCCESS here...

This is still a problem although I found a work around. Here is a self-contained .tex tile that will show you the problem after the second listing: %\input{../Autotestcon/preamble} \newif\ifRCR \newif\ifprint...

Reopen issue #3762 as I added a new example On Sat, Oct 12, 2024 at 5:48 AM sunderme ***@***.***> wrote: > not been able to reproduce > a crash was...

%\input{../Autotestcon/preamble} \newif\ifRCR \newif\ifprint \newif\ifTEXold \printfalse \RCRtrue %\input{../Autotestcon/documentclass} \documentclass[journal]{IEEEtran} \printtrue %\input{../Autotestcon/pkgGreen} \usepackage{listings} %\lstset{basicstyle=\small\ttfamily,columns=fullflexible} %\lstset{columns=fullflexible,frame=single,captionpos=b} %\lstdefinestyle{sharpc}{language=[Sharp]C, frame=lr, rulecolor=\color{blue!80!black}} %\lstset{columns=fullflexible,captionpos=b,showstringspaces=false,basicstyle=\ttfamily} \lstdefinelanguage{Excel} { morekeywords={ A\$1048576, B\$1048576, C\$1048576, D\$1048576, E\$1048576, F\$1048576, G\$1048576, H\$1048576, I\$1048576, J\$1048576,...

Just put the tex i sent into texstudio. the bottom half stays green when it shouldn't On Tue, Oct 22, 2024 at 9:45 AM sunderme ***@***.***> wrote: > ? >...