<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/texstudio/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/texstudio/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 21 Sep 2024 00:04:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/texstudio/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#1321 Error: One command expansion invalid</title><link>https://sourceforge.net/p/texstudio/bugs/1321/?limit=25#5164</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I had this issue with TeXstudio 4.2.1.  A change to the configuration fixed it.&lt;br/&gt;
 Options &amp;lt; Configure TexStudio &amp;lt; Build&lt;br/&gt;
 set default compiler to txs:///pdflatex &lt;br/&gt;
 I had set the default compiler to txs:///xelatex to handle Thai language characters.&lt;br/&gt;
 Changing it back fixed the problem.  I don't really understand why, but try that.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Josh Erman</dc:creator><pubDate>Sat, 21 Sep 2024 00:04:45 -0000</pubDate><guid>https://sourceforge.netb07cd47a4160cfe27ae9a298cba7651f6b91ef00</guid></item><item><title>Cannot resize vertically TexStudio Window in Mac OS 14.2.1</title><link>https://sourceforge.net/p/texstudio/bugs/2498/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Upon installing TexStudio 4.8.0, its main window extends vertically past the whole workspace and cannot be resized.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 13 May 2024 15:29:00 -0000</pubDate><guid>https://sourceforge.net17b636b1e8e63bbf315ffbbe2571c20eaee696f7</guid></item><item><title>Installing TeXStudio 4.6.0 in Ubuntu 18.04.6 LTS</title><link>https://sourceforge.net/p/texstudio/bugs/2497/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I could not install the latest version of TexStudio (4.6.3) in my Ubuntu 18.04.6 LTS.&lt;br/&gt;
I used to download by synaptic desktop (package manager) from all repositories, as you see in the attachment  while it is installing the TeXStudio 4.6.3 package any part have not installed.&lt;br/&gt;
I do not know how to manage this, have you got any advice?&lt;br/&gt;
Thank you very much&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 26 Sep 2023 06:36:47 -0000</pubDate><guid>https://sourceforge.nete01ebbf1ee24d0006992e7ec0ac7b15e6b8a6ac1</guid></item><item><title>#1359 Auto-created } does not complete correctly for \textit, \textbf</title><link>https://sourceforge.net/p/texstudio/bugs/1359/?limit=25#2303</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I found a solution that works but may not be conceptually correct.&lt;/p&gt;
&lt;p&gt;If one checks &lt;code&gt;Advanced Editor -&amp;gt; Special Options -&amp;gt; Auto Complete Parentheses&lt;/code&gt;, the following macro will do the job. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;editor.write('\\text')
editor.write('\{')
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Note that one should separate the input in two steps. The second line inserts a &lt;code&gt;{&lt;/code&gt; and the editor automatically completes it with a placeholder &lt;code&gt;}&lt;/code&gt;which can be overwritten. &lt;/p&gt;
&lt;p&gt;For example, in the following macro&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;editor.write('\\text\{\}')
cursor.movePosition(1, cursorEnums.PreviousCharacter)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;the closing bracket &lt;code&gt;}&lt;/code&gt; will not be treated as a placeholder, thus cannot be overwritten.&lt;/p&gt;
&lt;p&gt;The following macro&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;editor.insertSnippet('\\text\{%|%&amp;lt;\}%&amp;gt;')
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;does not work either. Although &lt;code&gt;}&lt;/code&gt; is a placeholder here, it cannot be overwritten.&lt;/p&gt;
&lt;p&gt;I don't know whether there is any way to insert an overwritable placeholder other than using the editor's autocompleting parentheses feature. In particular, I don't know how to create an overwritable placeholder containing characters different from &lt;code&gt;)&lt;/code&gt;,&lt;code&gt;]&lt;/code&gt;,&lt;code&gt;}&lt;/code&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zhiyuan Ding</dc:creator><pubDate>Tue, 30 May 2023 09:47:45 -0000</pubDate><guid>https://sourceforge.net3742ea42e82454e89c1e979696781893b5463cea</guid></item><item><title>#2496 could not start the command : pdflatex -synctex=1 -interaction=nonstopmode "lUCRARE Lele".tex  and File Not found</title><link>https://sourceforge.net/p/texstudio/bugs/2496/?limit=25#00ac</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan  Sundermeyer</dc:creator><pubDate>Sun, 05 Feb 2023 12:43:46 -0000</pubDate><guid>https://sourceforge.net565cda58eb850a2e7f9b55413b4d4d49788737fd</guid></item><item><title>#2496 could not start the command : pdflatex -synctex=1 -interaction=nonstopmode "lUCRARE Lele".tex  and File Not found</title><link>https://sourceforge.net/p/texstudio/bugs/2496/?limit=25#ad4e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;development has moved to &lt;a href="https://github.com/texstudio-org/texstudio" rel="nofollow"&gt;https://github.com/texstudio-org/texstudio&lt;/a&gt;&lt;br/&gt;
Please report there.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jan  Sundermeyer</dc:creator><pubDate>Sun, 05 Feb 2023 12:43:32 -0000</pubDate><guid>https://sourceforge.netcdbfc0bee9121132af53244682e57a9b7350fabe</guid></item><item><title>could not start the command : pdflatex -synctex=1 -interaction=nonstopmode "lUCRARE Lele".tex  and File Not found</title><link>https://sourceforge.net/p/texstudio/bugs/2496/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;could not start the command : pdflatex -synctex=1 -interaction=nonstopmode "lUCRARE Lele".tex  and File Not found&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 05 Feb 2023 06:27:59 -0000</pubDate><guid>https://sourceforge.netf2203f00453b2de4ba9e725413c76c889f4d5665</guid></item><item><title>could not start the command : pdflatex -synctex=1 -interaction=nonstopmode "lUCRARE Lele".tex  and File Not found</title><link>https://sourceforge.net/p/texstudio/bugs/2496/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2496 has been modified: could not start the command : pdflatex -synctex=1 -interaction=nonstopmode "lUCRARE Lele".tex  and File Not found&lt;br/&gt;
Edited By: Jan  Sundermeyer (jsundermeyer)&lt;br/&gt;
Status updated: 'open' =&amp;gt; 'closed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 05 Feb 2023 06:27:59 -0000</pubDate><guid>https://sourceforge.netbca551984d081ae1d183f38030e785ff7d83d803</guid></item><item><title>Toolbar in the PDF window often disappear after restart</title><link>https://sourceforge.net/p/texstudio/bugs/2495/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Toolbar in the PDF window often disappears after restart and needed to be turned on manually.&lt;/p&gt;
&lt;p&gt;System: OpenSUSE&lt;br/&gt;
Package: texstudio-4.2.3-lp153.4.1.x86_64 from home:jsundermeyer / openSUSE_Leap_15.3 (but I encountered it on all previous versions)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michael Lashkevich</dc:creator><pubDate>Thu, 28 Apr 2022 19:37:24 -0000</pubDate><guid>https://sourceforge.net701ae779194820fd201f122146e61548144c9f01</guid></item><item><title>TODO comment background color ignored if comments have a background color</title><link>https://sourceforge.net/p/texstudio/bugs/2494/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;It's all in the title: in the "syntax highlighting" tab, if I select a background color for standard comments then the background color of TODO comments is ignored. Conversely, if I disable the background color for standard comments, then the background color for TODO comments appears again in the editor. TexStudio version: 4.2.3 / Windows 10.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 19 Apr 2022 06:59:51 -0000</pubDate><guid>https://sourceforge.net945af4e567d9dc89aa1e15b59b896c769799b3cc</guid></item></channel></rss>