Skip to content

Commit 486673d

Browse files
committed
SUG: small fixes (Fix #3037)
1 parent dac9e12 commit 486673d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

guide/ch_scripting.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ \section{Introduction}
2323
made it possible to write small programs within Stellarium to produce
2424
automatic presentations, set up custom configurations, and to automate
2525
repetitive tasks.
26-
27-
By version 0.14.0 a new scripting engine had reached a level where
26+
By version 0.14.0 the new scripting engine had reached a level where
2827
it had all required features for usage, and support of scripts for
2928
the old \emph{Stratoscript} engine has been discontinued.
3029

@@ -46,7 +45,8 @@ \section{Introduction}
4645
\url{https://www.stellarium.org/doc/\StelSeries/scripting.html}}.
4746

4847
With the adaptation to Qt6 in versions 1.0 and later we had to switch to
49-
yet another scripting engine in 2022. Qt6 comes with QJSEngine, another
48+
yet another scripting engine in 2022. Qt6 comes with
49+
QJSEngine\footnote{\url{https://doc.qt.io/qt-6/qtjavascript.html}}, another
5050
JavaScript engine which behaves mostly similar to the older QtScript.
5151
However, small differences exist, so that care must be taken if scripts
5252
should be developed for both series of Stellarium. Some older scripts

0 commit comments

Comments
 (0)