Skip to content

Commit ce9e4d3

Browse files
committed
2 parents 8a3ad0a + 5306b73 commit ce9e4d3

26 files changed

+2801
-307
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: read
88

99
env:
10-
OSX_QT_VERSION: 6.9.3
10+
OSX_QT_VERSION: 6.10.0
1111
OSX_POPPLER_VERSION: 25.10.0
1212
OSX_QUAZIP_VERSION: 1.5
1313

src/configmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ ConfigManager::ConfigManager(QObject *parent): QObject (parent),
534534
registerOption("Editor/Indent with Spaces", &editorConfig->replaceIndentTabs, false, &pseudoDialog->checkBoxReplaceIndentTabByWhitespace);
535535
registerOption("Editor/ReplaceTextTabs", &editorConfig->replaceTextTabs, false, &pseudoDialog->checkBoxReplaceTextTabByWhitespace);
536536
registerOption("Editor/RemoveTrailingWsOnSave", &editorConfig->removeTrailingWsOnSave, false, &pseudoDialog->checkboxRemoveTrailingWsOnSave);
537-
registerOption("Editor/Show Indent Guides", &editorConfig->showIndentGuides, false, &pseudoDialog->checkBoxShowIndentGuides);
537+
registerOption("Editor/Show Indent Guides", &editorConfig->showIndentGuides, true, &pseudoDialog->checkBoxShowIndentGuides);
538538
registerOption("Editor/Folding", &editorConfig->folding, true, &pseudoDialog->checkBoxFolding);
539539
registerOption("Editor/Show Line State", &editorConfig->showlinestate, true, &pseudoDialog->checkBoxLineState);
540540
registerOption("Editor/Show Cursor State", &editorConfig->showcursorstate, true, &pseudoDialog->checkBoxState);

src/texstudio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3851,7 +3851,7 @@ void Texstudio::editPaste()
38513851
if (!currentEditorView()) return;
38523852

38533853
const QMimeData *d = QApplication::clipboard()->mimeData();
3854-
qDebug()<<d->formats();
3854+
38553855
if ((d->hasFormat("application/x-openoffice-embed-source-xml;windows_formatname=\"Star Embed Source (XML)\"")||d->hasFormat("application/x-qt-windows-mime;value=\"Star Embed Source (XML)\"")) && d->hasFormat("text/plain")) {
38563856
// workaround for LibreOffice (im "application/x-qt-image" has a higher priority for them than "text/plain")
38573857
QDocumentCursor cur = currentEditorView()->editor->cursor();

utilities/manual/build/html/CHANGELOG.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,21 @@
88
<meta property="og:url" content="CHANGELOG.html" />
99
<meta property="og:site_name" content="TeXstudio" />
1010
<meta property="og:description" content="TeXstudio 4.9.0: implement peer-to-peer collaborative editing with ethersync, see manual, fix table insert from libreoffice calc, see#4186, fix stylesheet application on windowed pdf viewer, see#41..." />
11+
<meta property="og:image:width" content="1146" />
12+
<meta property="og:image:height" content="600" />
13+
<meta property="og:image" content="_images/social_previews/summary_CHANGELOG_994db1e2.png" />
14+
<meta property="og:image:alt" content="TeXstudio 4.9.0: implement peer-to-peer collaborative editing with ethersync, see manual, fix table insert from libreoffice calc, see#4186, fix stylesheet application on windowed pdf viewer, see#41..." />
1115
<meta name="description" content="TeXstudio 4.9.0: implement peer-to-peer collaborative editing with ethersync, see manual, fix table insert from libreoffice calc, see#4186, fix stylesheet application on windowed pdf viewer, see#41..." />
16+
<meta name="twitter:card" content="summary_large_image" />
1217
<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" />
1318

14-
<link rel="shortcut icon" href="_static/texstudio.ico"/><!-- Generated with Sphinx 7.4.7 and Furo 2025.07.19 -->
19+
<link rel="shortcut icon" href="_static/texstudio.ico"/><!-- Generated with Sphinx 8.2.3 and Furo 2024.08.06 -->
1520
<title>CHANGELOG - TeXstudio 4.9.0 documentation</title>
16-
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
17-
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" />
21+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
22+
<link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=ad9e2e31" />
1823
<link rel="stylesheet" type="text/css" href="_static/tabs.css?v=4c969af8" />
1924
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
20-
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" />
25+
<link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=4aa03575" />
2126

2227

2328

@@ -197,6 +202,7 @@
197202

198203
<div class="sidebar-sticky"><a class="sidebar-brand" href="index.html">
199204

205+
200206
<span class="sidebar-brand-text">TeXstudio 4.9.0 documentation</span>
201207

202208
</a><form class="sidebar-search-container" method="get" action="search.html" role="search">
@@ -268,6 +274,7 @@ <h2>TeXstudio 4.9.0<a class="headerlink" href="#texstudio-4-9-0" title="Link to
268274
<li><p>handle units in siunitx special to reduce completion offer and syntax check</p></li>
269275
<li><p>add indent guides (optional), see <a class="reference external" href="https://github.com/texstudio-org/texstudio/issues/4129">#4129</a></p></li>
270276
<li><p>extend cwl to allow multiple keyval arguments for one command</p></li>
277+
<li><p>fixes around keyval syntax detection</p></li>
271278
</ul>
272279
</section>
273280
<section id="texstudio-4-8-9">
@@ -2084,9 +2091,9 @@ <h2>Texmaker 1.2<a class="headerlink" href="#texmaker-1-2" title="Link to this h
20842091
</aside>
20852092
</div>
20862093
</div><script src="_static/documentation_options.js?v=e33213b2"></script>
2087-
<script src="_static/doctools.js?v=9a2dae69"></script>
2094+
<script src="_static/doctools.js?v=9bcbadda"></script>
20882095
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
2089-
<script src="_static/scripts/furo.js?v=46bd48cc"></script>
2096+
<script type="module" src="_static/scripts/furo.js?v=d32f1409"></script>
20902097
<script src="_static/tabs.js?v=3ee01567"></script>
20912098
<script src="_static/design-tabs.js?v=36754332"></script>
20922099
</body>

utilities/manual/build/html/_static/basic.css

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -752,14 +741,6 @@ abbr, acronym {
752741
cursor: help;
753742
}
754743

755-
.translated {
756-
background-color: rgba(207, 255, 207, 0.2)
757-
}
758-
759-
.untranslated {
760-
background-color: rgba(255, 207, 207, 0.2)
761-
}
762-
763744
/* -- code displays --------------------------------------------------------- */
764745

765746
pre {

utilities/manual/build/html/_static/doctools.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

utilities/manual/build/html/_static/language_data.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
/*
2-
* language_data.js
3-
* ~~~~~~~~~~~~~~~~
4-
*
52
* This script contains the language-specific data used by searchtools.js,
63
* namely the list of stopwords, stemmer, scorer and splitter.
7-
*
8-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
9-
* :license: BSD, see LICENSE for details.
10-
*
114
*/
125

136
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];

0 commit comments

Comments
 (0)