mirror of
https://github.com/Ad5001/eu.ad5001.LogarithmPlotter.git
synced 2024-11-16 14:31:36 +00:00
Fixing appstream data.
This commit is contained in:
parent
c4d12d6864
commit
8575fe5fec
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
<li>Syntax highlighting (can be disabled in the settings).</li>
|
||||
<li>Autocompletion is now available (for function names, variables and constants, object names and properties) (can be disabled in the settings).</li>
|
||||
<li>Object properties can now be used in expressions (e.g. if you have a point named A, you can use A.x to access its x value).</li>
|
||||
<li>Similarly executable objects (Functions, bode magnitudes and phases, distributions, and sequences) can be now be used in expressions (e.g. if you have a function named 'f', you can access its value using `f(<value>)`).</li>
|
||||
<li>Similarly executable objects (Functions, bode magnitudes and phases, distributions, and sequences) can be now be used in expressions (e.g. if you have a function named 'f', you can access its value using `f(value)`).</li>
|
||||
<li>LaTeX-rendered formulas are now used in the Objects and History tabs when LaTeX rendering is enabled.</li>
|
||||
<li>Errors in formulas are now reported in message boxes.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue