Skip to content

Commit 79da654

Browse files
committed
update to 4.8.7
1 parent 94d8e5f commit 79da654

13 files changed

+100
-72
lines changed

CHANGELOG.html

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<meta property="og:type" content="website" />
88
<meta property="og:url" content="CHANGELOG.html" />
99
<meta property="og:site_name" content="TeXstudio" />
10-
<meta property="og:description" content="TeXstudio 4.8.6: provide command completion for expl3 commands, hide grammar errors in math/non-text environments (word repetition and language tool), hide spelling errors in picture envs like tikz..." />
11-
<meta name="description" content="TeXstudio 4.8.6: provide command completion for expl3 commands, hide grammar errors in math/non-text environments (word repetition and language tool), hide spelling errors in picture envs like tikz..." />
10+
<meta property="og:description" content="TeXstudio 4.8.7: add “Start Column” (sets column of first page, same as Shift+Click) to Grid menu of pdf-viewer’s context menu#3974, add preview with default compiler option#3978, shrink embedded p..." />
11+
<meta name="description" content="TeXstudio 4.8.7: add “Start Column” (sets column of first page, same as Shift+Click) to Grid menu of pdf-viewer’s context menu#3974, add preview with default compiler option#3978, shrink embedded p..." />
1212
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="prev" title="Background information" href="background.html" />
1313

1414
<link rel="shortcut icon" href="_static/texstudio.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
15-
<title>CHANGELOG - TeXstudio 4.8.6 documentation</title>
15+
<title>CHANGELOG - TeXstudio 4.8.7 documentation</title>
1616
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=9701f087" />
1818
<link rel="stylesheet" type="text/css" href="_static/tabs.css?v=4c969af8" />
@@ -131,7 +131,7 @@
131131
</label>
132132
</div>
133133
<div class="header-center">
134-
<a href="index.html"><div class="brand">TeXstudio 4.8.6 documentation</div></a>
134+
<a href="index.html"><div class="brand">TeXstudio 4.8.7 documentation</div></a>
135135
</div>
136136
<div class="header-right">
137137
<div class="theme-toggle-container theme-toggle-header">
@@ -154,7 +154,7 @@
154154
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
155155

156156

157-
<span class="sidebar-brand-text">TeXstudio 4.8.6 documentation</span>
157+
<span class="sidebar-brand-text">TeXstudio 4.8.7 documentation</span>
158158

159159
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
160160
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -208,6 +208,18 @@
208208
<article role="main">
209209
<section id="changelog">
210210
<h1>CHANGELOG<a class="headerlink" href="#changelog" title="Link to this heading">#</a></h1>
211+
<section id="texstudio-4-8-7">
212+
<h2>TeXstudio 4.8.7<a class="headerlink" href="#texstudio-4-8-7" title="Link to this heading">#</a></h2>
213+
<ul class="simple">
214+
<li><p>add “Start Column” (sets column of first page, same as Shift+Click) to Grid menu of pdf-viewer’s context menu <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3974">#3974</a></p></li>
215+
<li><p>add preview with default compiler option <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3978">#3978</a></p></li>
216+
<li><p>shrink embedded pdf-viewer when an item of the Structure or TOC tree view is selected <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3989">#3989</a></p></li>
217+
<li><p>allow executing ai queries from macros <a class="reference external" href="https://texstudio-org.github.io/advanced.html#ai-queries">see manual</a></p></li>
218+
<li><p>fix completion of empty key/val values <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/4017">#4017</a></p></li>
219+
<li><p>add clear button to search fields of Packages Help (TeXdoc) dialog <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/4041">#4041</a>, Config dialog <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/4043">#4043</a>,
220+
and Symbols side panel</p></li>
221+
</ul>
222+
</section>
211223
<section id="texstudio-4-8-6">
212224
<h2>TeXstudio 4.8.6<a class="headerlink" href="#texstudio-4-8-6" title="Link to this heading">#</a></h2>
213225
<ul class="simple">
@@ -221,8 +233,8 @@ <h2>TeXstudio 4.8.6<a class="headerlink" href="#texstudio-4-8-6" title="Link to
221233
<li><p>add Grid menu to windowed and embedded pdf-viewer’s context menu <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3942">#3942</a></p></li>
222234
<li><p>fix pdf-viewer’s scrollbar with Fit to Width/Window and changing Continuous mode <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3928">#3928</a></p></li>
223235
<li><p>fix pdf-viewer’s Custom Grid dialog not preset with current Grid settings in Continuous mode <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3929">#3929</a></p></li>
224-
<li><p>fix pfd-viewer’s page display in non continuous mode <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3952">3952</a></p></li>
225-
<li><p>fix pdf-viewer has a small issue when activating single page step <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3957">3957</a></p></li>
236+
<li><p>fix pfd-viewer’s page display in non continuous mode <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3952">#3952</a></p></li>
237+
<li><p>fix pdf-viewer has a small issue when activating single page step <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3957">#3957</a></p></li>
226238
<li><p>add maximize button to Packages Help (Texdoc) dialog <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3911">#3911</a></p></li>
227239
<li><p>fix option ‘all packages’ no longer checked in Packages Help with no tex documents opened <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3917">#3917</a></p></li>
228240
<li><p>when context menu of a package name is used to open the Packages Help dialog then preset search filter with the name <a class="reference external" href="https://github.com/texstudio-org/texstudio/pull/3918">#3918</a></p></li>
@@ -241,7 +253,7 @@ <h2>TeXstudio 4.8.5<a class="headerlink" href="#texstudio-4-8-5" title="Link to
241253
<li><p>fix crash when %Tex root document was not found</p></li>
242254
<li><p>class are used for completion in documentclass</p></li>
243255
<li><p>class names are not used anymore for package name completion</p></li>
244-
<li><p>local packages can provide local cwl files ,<a class="reference external" href="https://texstudio-org.github.io/advanced.html#local-packages">see manual</a></p></li>
256+
<li><p>local packages can provide local cwl files, <a class="reference external" href="https://texstudio-org.github.io/advanced.html#local-packages">see manual</a></p></li>
245257
<li><p>fix handling of user definition commands in subfiles <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/3885">#3885</a></p></li>
246258
<li><p>fix crash in preview tooltip if no pdflatex is defined <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/3875">#3875</a></p></li>
247259
<li><p>handle special columntypes (m[l],NiceMatrix) better <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/3881">#3881</a></p></li>
@@ -1876,6 +1888,7 @@ <h2>Texmaker 1.2<a class="headerlink" href="#texmaker-1-2" title="Link to this h
18761888
<div class="toc-tree">
18771889
<ul>
18781890
<li><a class="reference internal" href="#">CHANGELOG</a><ul>
1891+
<li><a class="reference internal" href="#texstudio-4-8-7">TeXstudio 4.8.7</a></li>
18791892
<li><a class="reference internal" href="#texstudio-4-8-6">TeXstudio 4.8.6</a></li>
18801893
<li><a class="reference internal" href="#texstudio-4-8-5">TeXstudio 4.8.5</a></li>
18811894
<li><a class="reference internal" href="#texstudio-4-8-4">TeXstudio 4.8.4</a></li>
@@ -1984,7 +1997,7 @@ <h2>Texmaker 1.2<a class="headerlink" href="#texmaker-1-2" title="Link to this h
19841997

19851998
</aside>
19861999
</div>
1987-
</div><script src="_static/documentation_options.js?v=c69ef620"></script>
2000+
</div><script src="_static/documentation_options.js?v=6fde8246"></script>
19882001
<script src="_static/doctools.js?v=888ff710"></script>
19892002
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
19902003
<script type="module" src="_static/scripts/furo.js?v=3e7832f7"></script>

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '4.8.6',
2+
VERSION: '4.8.7',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

advanced.html

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /><link rel="next" title="Configuring TeXstudio" href="configuration.html" /><link rel="prev" title="Viewing a document (pdf)" href="viewing.html" />
1313

1414
<link rel="shortcut icon" href="_static/texstudio.ico"/><!-- Generated with Sphinx 7.2.6 and Furo 2024.01.29 -->
15-
<title>Advanced features - TeXstudio 4.8.6 documentation</title>
15+
<title>Advanced features - TeXstudio 4.8.7 documentation</title>
1616
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
1717
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=9701f087" />
1818
<link rel="stylesheet" type="text/css" href="_static/tabs.css?v=4c969af8" />
@@ -131,7 +131,7 @@
131131
</label>
132132
</div>
133133
<div class="header-center">
134-
<a href="index.html"><div class="brand">TeXstudio 4.8.6 documentation</div></a>
134+
<a href="index.html"><div class="brand">TeXstudio 4.8.7 documentation</div></a>
135135
</div>
136136
<div class="header-right">
137137
<div class="theme-toggle-container theme-toggle-header">
@@ -154,7 +154,7 @@
154154
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
155155

156156

157-
<span class="sidebar-brand-text">TeXstudio 4.8.6 documentation</span>
157+
<span class="sidebar-brand-text">TeXstudio 4.8.7 documentation</span>
158158

159159
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
160160
<input class="sidebar-search" placeholder="Search" name="q" aria-label="Search">
@@ -521,6 +521,11 @@ <h3>Environment macros<a class="headerlink" href="#environment-macros" title="Li
521521
</pre></div>
522522
</div>
523523
</section>
524+
<section id="ai-queries">
525+
<h3>AI queries<a class="headerlink" href="#ai-queries" title="Link to this heading">#</a></h3>
526+
<p>These queries are sent to the ai chat assistant, see <a class="reference internal" href="#ai-chat-assistant">here</a>. This allows to regular use standard request like <code class="docutils literal notranslate"><span class="pre">shorten</span> <span class="pre">text</span></code>.
527+
The query is directly executed, the result is shown on the chat assistant dialog, so that the user can decide to use or ignore it.</p>
528+
</section>
524529
<section id="script-macros">
525530
<h3>Script Macros<a class="headerlink" href="#script-macros" title="Link to this heading">#</a></h3>
526531
<p>Instead of using code snippets, you can also make use of scripting with
@@ -916,37 +921,40 @@ <h3>Script Macros<a class="headerlink" href="#script-macros" title="Link to this
916921
<tr class="row-even"><td><p>app.simulateKeyPress(shortcut)</p></td>
917922
<td><p>Trigger a KeyPress event for the given shortcut, e.g. <code class="docutils literal notranslate"><span class="pre">app.simulateKeyPress(&quot;Shift+Up&quot;)</span></code>. <em>Note</em>: this is mainly intended for shortcuts and navigation. Currently, it does not support all functions of a KeyPress event. In particular, you cannot type any text.</p></td>
918923
</tr>
919-
<tr class="row-odd"><td><p>new UniversalInputDialog()</p></td>
924+
<tr class="row-odd"><td><p>app.aiChat(query)</p></td>
925+
<td><p>start the ai chat assistant. If query is not empty, query is executed and the result is shown in the chat assistant, like ai query macros, see <a class="reference internal" href="#ai-queries">macro</a></p></td>
926+
</tr>
927+
<tr class="row-even"><td><p>new UniversalInputDialog()</p></td>
920928
<td><p>Creates a new dialog</p></td>
921929
</tr>
922-
<tr class="row-even"><td><p>dialog.add(defaultValue, [description, [id]])</p></td>
930+
<tr class="row-odd"><td><p>dialog.add(defaultValue, [description, [id]])</p></td>
923931
<td><p>Adds a new variable with the given default value, optional description and id to the dialog; and returns the corresponding qt component. A string default value becomes a QLineEdit, a number a QSpinBox and an array a QComboBox.</p></td>
924932
</tr>
925-
<tr class="row-odd"><td><p>dialog.get(nr/id)</p></td>
933+
<tr class="row-even"><td><p>dialog.get(nr/id)</p></td>
926934
<td><p>Returns the current value of the nr-th added variable or the variable with a certain id.</p></td>
927935
</tr>
928-
<tr class="row-even"><td><p>dialog.getAll()</p></td>
936+
<tr class="row-odd"><td><p>dialog.getAll()</p></td>
929937
<td><p>Returns the value of all variables as combined numerical/associative array. You can use returnvalue[i] to get the i-th variable, and returnvalue.id to get the variable with a certain id.</p></td>
930938
</tr>
931-
<tr class="row-odd"><td><p>dialog.exec()</p></td>
939+
<tr class="row-even"><td><p>dialog.exec()</p></td>
932940
<td><p>Displays the dialog. Returns 1 if the user accepted the dialog, 0 if it was canceled.</p></td>
933941
</tr>
934-
<tr class="row-even"><td><p>dialog.show()</p></td>
942+
<tr class="row-odd"><td><p>dialog.show()</p></td>
935943
<td><p>Displays the dialog asynchronously.</p></td>
936944
</tr>
937-
<tr class="row-odd"><td><p><s>UniversalInputDialog([[defaultValue_0, description_0, id_0],[defaultValue_1, description_1, id_1], …])</s></p></td>
945+
<tr class="row-even"><td><p><s>UniversalInputDialog([[defaultValue_0, description_0, id_0],[defaultValue_1, description_1, id_1], …])</s></p></td>
938946
<td><p>Not working in txs 4.0.0. <s>Short form: Creates a new dialog, adds all variables of the array and call exec on it.</s></p></td>
939947
</tr>
940-
<tr class="row-even"><td><p>fileChooser.exec()</p></td>
948+
<tr class="row-odd"><td><p>fileChooser.exec()</p></td>
941949
<td><p>show dialog and wait until it is closed again</p></td>
942950
</tr>
943-
<tr class="row-odd"><td><p>fileChooser.setDir(dir)</p></td>
951+
<tr class="row-even"><td><p>fileChooser.setDir(dir)</p></td>
944952
<td><p>set directory in the dialog to <em>dir</em></p></td>
945953
</tr>
946-
<tr class="row-even"><td><p>fileChooser.setFilter(filter)</p></td>
954+
<tr class="row-odd"><td><p>fileChooser.setFilter(filter)</p></td>
947955
<td><p>set file filter to <em>filter</em>, using the QT-format, see above</p></td>
948956
</tr>
949-
<tr class="row-odd"><td><p>fileChooser.fileName()</p></td>
957+
<tr class="row-even"><td><p>fileChooser.fileName()</p></td>
950958
<td><p>return selected filename (after exec)</p></td>
951959
</tr>
952960
</tbody>
@@ -1241,6 +1249,7 @@ <h2>The “Convert to Html” command<a class="headerlink" href="#the-convert-to
12411249
<li><a class="reference internal" href="#personal-macros">Personal macros</a><ul>
12421250
<li><a class="reference internal" href="#text-macros">Text macros</a></li>
12431251
<li><a class="reference internal" href="#environment-macros">Environment macros</a></li>
1252+
<li><a class="reference internal" href="#ai-queries">AI queries</a></li>
12441253
<li><a class="reference internal" href="#script-macros">Script Macros</a></li>
12451254
<li><a class="reference internal" href="#triggers">Triggers</a><ul>
12461255
<li><a class="reference internal" href="#regular-expressions">Regular Expressions</a></li>
@@ -1263,7 +1272,7 @@ <h2>The “Convert to Html” command<a class="headerlink" href="#the-convert-to
12631272

12641273
</aside>
12651274
</div>
1266-
</div><script src="_static/documentation_options.js?v=c69ef620"></script>
1275+
</div><script src="_static/documentation_options.js?v=6fde8246"></script>
12671276
<script src="_static/doctools.js?v=888ff710"></script>
12681277
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
12691278
<script type="module" src="_static/scripts/furo.js?v=3e7832f7"></script>

0 commit comments

Comments
 (0)