Warning, /education/cantor/src/backends/julia/juliabackend.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="https://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="https://www.kde.org/standards/kcfg/1.0
0005       https://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006     <include>QStandardPaths</include>
0007     <kcfgfile name="cantorrc"/>
0008     <group name="JuliaBackend">
0009         <entry name="variableManagement" type="Bool">
0010             <label>Enable Variable Management</label>
0011             <default>true</default>
0012         </entry>
0013         <entry name="integratePlots" type="Bool">
0014             <label>Integrate Plots into the Worksheet</label>
0015             <default>true</default>
0016         </entry>
0017         <entry name="inlinePlotFormat" type="Enum">
0018             <choices>
0019                 <choice name="svg"/>
0020                 <choice name="png"/>
0021             </choices>
0022             <default>svg</default>
0023         </entry>
0024         <entry name="plotExtenstionGraphicPackage" type="Enum">
0025             <choices>
0026                 <choice name="gr"/>
0027                 <choice name="plots"/>
0028                 <choice name="pyplot"/>
0029                 <choice name="gadfly"/>
0030             </choices>
0031             <label>Graphical package for the Plot-Assistant</label>
0032             <default>0</default>
0033         </entry>
0034     </group>
0035 </kcfg>