Warning, /office/kile/src/kile.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006         <include>QApplication</include>
0007         <include>QGuiApplication</include>
0008         <include>QScreen</include>
0009         <include>QString</include>
0010         <include>QTextCodec</include>
0011         <include>QDir</include>
0012         <include>QDesktopWidget</include>
0013 
0014         <kcfgfile name="kilerc"/>
0015 
0016         <group name="VersionInfo">
0017                 <entry name="RCVersion" type="Int">
0018                         <label>The resource file version.</label>
0019                         <default>0</default>
0020                 </entry>
0021         </group>
0022         <group name="Geometries">
0023                 <entry name="horizontalSplitterLeft" type="Int">
0024                         <label></label>
0025                         <default>-1</default>
0026                 </entry>
0027                 <entry name="horizontalSplitterRight" type="Int">
0028                         <label></label>
0029                         <default>-1</default>
0030                 </entry>
0031                 <entry name="verticalSplitterTop" type="Int">
0032                         <label></label>
0033                         <default>350</default>
0034                 </entry>
0035                 <entry name="verticalSplitterBottom" type="Int">
0036                         <label></label>
0037                         <default>100</default>
0038                 </entry>
0039                 <entry name="MainwindowWidth" type="Int">
0040                         <label>The main window's width.</label>
0041                         <default code="true">
0042                                 QGuiApplication::primaryScreen()->geometry().width() - 100
0043                         </default>
0044                 </entry>
0045                 <entry name="MainwindowHeight" type="Int">
0046                         <label>The main window's height.</label>
0047                         <default code="true">
0048                                 QGuiApplication::primaryScreen()->geometry().height() - 100
0049                         </default>
0050                 </entry>
0051         </group>
0052         <group name="Structure">
0053                 <entry name="DefaultLevel" type="Int">
0054                         <label>The expansion level for the structure view.</label>
0055                         <default>5</default>
0056                 </entry>
0057                 <entry name="SvShowLabels" type="Bool">
0058                         <label>Show label commands in the structure view</label>
0059                         <default>true</default>
0060                 </entry>
0061                 <entry name="SvShowReferences" type="Bool">
0062                         <label>Show undefined references in the structure view</label>
0063                         <default>false</default>
0064                 </entry>
0065                 <entry name="SvShowBibitems" type="Bool">
0066                         <label>Show bibitems commands in the structure view</label>
0067                         <default>true</default>
0068                 </entry>
0069                 <entry name="SvShowGraphics" type="Bool">
0070                         <label>Show includegraphics commands in the structure view</label>
0071                         <default>true</default>
0072                 </entry>
0073                 <entry name="SvShowFloats" type="Bool">
0074                         <label>Show float environments in the structure view</label>
0075                         <default>true</default>
0076                 </entry>
0077                 <entry name="SvShowInputFiles" type="Bool">
0078                         <label>Show file input commands in the structure view</label>
0079                         <default>true</default>
0080                 </entry>
0081                 <entry name="SvShowSectioningLabels" type="Bool">
0082                         <label>Show labels as child of sectioning items in the structure view</label>
0083                         <default>false</default>
0084                 </entry>
0085                 <entry name="SvShowTodo" type="Bool">
0086                         <label>Show TODO and FIXME comments</label>
0087                         <default>true</default>
0088                 </entry>
0089                 <entry name="SvOpenLabels" type="Bool">
0090                         <label>Open the parent item for all labels in the structure view as default</label>
0091                         <default>false</default>
0092                 </entry>
0093                 <entry name="SvOpenReferences" type="Bool">
0094                         <label>Open the parent item for all undefined references in the structure view</label>
0095                         <default>false</default>
0096                 </entry>
0097                 <entry name="SvOpenBibitems" type="Bool">
0098                         <label>Open the parent item for all bibitems in the structure view as default</label>
0099                         <default>false</default>
0100                 </entry>
0101                 <entry name="SvOpenTodo" type="Bool">
0102                         <label>Open the parent item for all TODO and FIXME comments as default</label>
0103                         <default>false</default>
0104                 </entry>
0105                 <entry name="SvDefaultGraphicExt" type="String">
0106                         <label>Default extension to use when opening graphic files with no extension</label>
0107                         <default>eps</default>
0108                 </entry>
0109         </group>
0110         <group name="BibliographyMenu">
0111                 <entry name="BibliographyType" type="String">
0112                         <label>What type of bibliography (bibtex or biblatex) kile should show.</label>
0113                         <default>bibtex</default>
0114                 </entry>
0115         </group>
0116         <group name="Tools">
0117                 <entry name="RunLyxServer" type="Bool">
0118                         <label>Whether to run the Lyx server.</label>
0119                         <default>true</default>
0120                 </entry>
0121                 <entry name="TeXPaths" type="String">
0122                         <label>Holds the TEXINPUTS environment variable.</label>
0123                         <whatsthis>Set the TEXINPUTS environment variable here. TEXINPUTS should be a colon-separated list of all paths TeX should look for additional packages and/or files. You do not have to add :$TEXINPUTS at the end.</whatsthis>
0124                         <default></default>
0125                 </entry>
0126                 <entry name="PreviewTeXPaths" type="String">
0127                         <label>Holds the TEXINPUTS environment variable for QuickPreview tools.</label>
0128                         <whatsthis>Set the TEXINPUTS environment variable for QuickPreview tools here. TEXINPUTS should be a colon-separated list of all paths TeX should look for additional packages and/or files. You do not have to add :$TEXINPUTS at the end.</whatsthis>
0129                         <default></default>
0130                 </entry>
0131                  <entry name="BibInputPaths" type="String">
0132                         <label>Holds the BIBINPUTS environment variable.</label>
0133                         <whatsthis>Set the BIBINPUTS environment variable here. BIBINPUTS should be a colon-separated list of all paths bibtex should look for additional .bib files. You do not have to add :$BIBINPUTS at the end.</whatsthis>
0134                         <default></default>
0135                 </entry>
0136                 <entry name="PreviewBibInputPaths" type="String">
0137                         <label>Holds the BIBINPUTS environment variable for QuickPreview tools.</label>
0138                         <whatsthis>Set the BIBINPUTS environment variable for QuickPreview tools here. BIBINPUTS should be a colon-separated list of all the paths where the bibliography tool (e.g. BibTeX or Biber) should look for additional packages and/or files. You do not have to add :$BIBINPUTS at the end.</whatsthis>
0139                         <default></default>
0140                 </entry>
0141                 <entry name="BstInputPaths" type="String">
0142                         <label>Holds the BSTINPUTS environment variable.</label>
0143                         <whatsthis>Set the BSTINPUTS environment variable here. BSTINPUTS should be a colon-separated list of all paths bibtex should look for additional .bst files. You do not have to add :$BSTINPUTS at the end.</whatsthis>
0144                         <default></default>
0145                 </entry>
0146         </group>
0147         <group name="Show">
0148                 <entry name="BottomBar" type="Bool">
0149                         <label>Whether to show the bottom bar.</label>
0150                         <default>true</default>
0151                 </entry>
0152                 <entry name="BottomBarSize" type="Int">
0153                         <label>Height of the bottom bar.</label>
0154                         <default>200</default>
0155                 </entry>
0156                 <entry name="BottomBarIndex" type="Int">
0157                         <label>Which tab of the bottom bar to show.</label>
0158                         <default>0</default>
0159                 </entry>
0160                 <entry name="SideBarSize" type="Int">
0161                         <label>Width of the sidebar.</label>
0162                         <default>300</default>
0163                 </entry>
0164                 <entry name="SideBar" type="Bool">
0165                         <label>Whether to show the side bar.</label>
0166                         <default>true</default>
0167                 </entry>
0168                 <entry name="ShowDocumentViewer" type="Bool">
0169                         <label>Whether to show the document viewer.</label>
0170                         <default>true</default>
0171                 </entry>
0172                 <entry name="ShowDocumentViewerInExternalWindow" type="Bool">
0173                         <label>Whether to show the document viewer in a separate external window.</label>
0174                         <default>false</default>
0175                 </entry>
0176                 <entry name="HideProblemBadBox" type="Bool">
0177                         <label>Whether to show Bad Box warnings in the LogMsg view.</label>
0178                         <default>false</default>
0179                 </entry>
0180                 <entry name="HideProblemWarning" type="Bool">
0181                         <label>Whether to show (La)TeX warnings in the LogMsg view.</label>
0182                         <default>false</default>
0183                 </entry>
0184                 <entry name="SelectedLeftView" type="Int">
0185                         <label>The identifier of the selected view in the left pane.</label>
0186                         <default>-1</default>
0187                 </entry>
0188                 <entry name="ShowSplashScreen" type="Bool">
0189                         <label>Whether to show the splash screen on startup.</label>
0190                         <default>true</default>
0191                 </entry>
0192                 <entry name="SystemCheckLastVersionRunForAtStartUp" type="String">
0193                         <label>Last version of Kile for which the system check was run at start up</label>
0194                         <default></default>
0195                 </entry>
0196         </group>
0197         <group name="Editor Ext">
0198                 <entry name="CompleteEnvironment" type="Bool">
0199                         <label>Automatic completion \begin{env} with \end{env}.</label>
0200                         <default>true</default>
0201                 </entry>
0202                 <entry name="envIndentation" type="Bool">
0203                         <label>Enable auto indentation of environments</label>
0204                         <default>true</default>
0205                 </entry>
0206                 <entry name="envIndentSpaces" type="Bool">
0207                         <label>Use spaces instead of a tabulator to autoindent environments</label>
0208                         <default>true</default>
0209                 </entry>
0210                 <entry name="envIndentNumSpaces" type="Int">
0211                         <label>Use this number of spaces to autoindent environments</label>
0212                         <default>1</default>
0213                 </entry>
0214                 <entry name="ShowUserCommands" type="Bool">
0215                         <label></label>
0216                         <default>false</default>
0217                 </entry>
0218                 <entry name="InsertDoubleQuotes" type="Bool">
0219                         <label>Automatic insertion of double quotes.</label>
0220                         <default>true</default>
0221                 </entry>
0222                 <entry name="DoubleQuotes" type="Int">
0223                         <label>Language dependent type of double quotes.</label>
0224                         <default>0</default>
0225                 </entry>
0226                 <entry name="InsertSpecialCharacters" type="Bool">
0227                         <label>Automatic insertion of special characters.</label>
0228                         <default>false</default>
0229                 </entry>
0230         </group>
0231         <group name="IncludeGraphics">
0232                 <entry name="igCenter" type="Bool">
0233                         <label>Center the graphics.</label>
0234                         <default>true</default>
0235                 </entry>
0236                 <entry name="igBoundingBox" type="Bool">
0237                         <label>Insert the bounding box as an option for the includegraphics command.</label>
0238                         <default>false</default>
0239                 </entry>
0240                 <entry name="igGraphicspath" type="Bool">
0241                         <label>Filename is relative to a path given in graphicspath command.</label>
0242                         <default>false</default>
0243                 </entry>
0244                 <entry name="igFigure" type="Bool">
0245                         <label>Embed the graphics in a figure environment.</label>
0246                         <default>false</default>
0247                 </entry>
0248                 <entry name="igTop" type="Bool">
0249                         <label>Set preferred figure position to top of page.</label>
0250                         <default>false</default>
0251                 </entry>
0252                 <entry name="igBottom" type="Bool">
0253                         <label>Set preferred figure position to bottom of page.</label>
0254                         <default>false</default>
0255                 </entry>
0256                 <entry name="igHere" type="Bool">
0257                         <label>Set preferred figure position to "exactly here" on page.</label>
0258                         <default>false</default>
0259                 </entry>
0260                 <entry name="igPage" type="Bool">
0261                         <label>Set preferred figure position to be on separate page.</label>
0262                         <default>false</default>
0263                 </entry>
0264                 <entry name="igForce" type="Bool">
0265                         <label>Force figure position.</label>
0266                         <default>false</default>
0267                 </entry>
0268                 <entry name="igWrapFigure" type="Bool">
0269                         <label>Enable the wrapfigure environment.</label>
0270                         <default>false</default>
0271                 </entry>
0272                 <entry name="igWrapRight" type="Bool">
0273                         <label>Set preferred wrapfigure position to the right of text.</label>
0274                         <default>false</default>
0275                 </entry>
0276                 <entry name="igWrapLeft" type="Bool">
0277                         <label>Set preferred wrapfigure position to the left of text.</label>
0278                         <default>false</default>
0279                 </entry>
0280                 <entry name="igWrapInside" type="Bool">
0281                         <label>Set preferred wrapfigure position to the inside of the page.</label>
0282                         <default>false</default>
0283                 </entry>
0284                 <entry name="igWrapOutside" type="Bool">
0285                         <label>Set preferred wrapfigure position to the outside of the page.</label>
0286                         <default>false</default>
0287                 </entry>
0288                 <entry name="igWrapFloat" type="Bool">
0289                         <label>Allow wrapped figures to float.</label>
0290                         <default>false</default>
0291                 </entry>
0292                 <entry name="imagemagick" type="Bool">
0293                         <label>Whether ImageMagick is installed.</label>
0294                         <default>false</default>
0295                 </entry>
0296                 <entry name="boundingbox" type="Bool">
0297                         <label>Try to determine the bounding box from the picture.</label>
0298                         <default>true</default>
0299                 </entry>
0300                 <entry name="resolution" type="Int">
0301                         <label>The default image resolution.</label>
0302                         <default>300</default>
0303                 </entry>
0304         </group>
0305         <group name="Help">
0306                 <entry name="kilerefs" type="Bool">
0307                         <label>Use the Kile LaTeX reference for the contextual help.</label>
0308                         <default>false</default>
0309                 </entry>
0310                 <entry name="latex2erefs" type="Bool">
0311                         <label>Use the system's TexLive LaTeX2e reference for the contextual help.</label>
0312                         <default>true</default>
0313                 </entry>
0314         </group>
0315         <group name="Files">
0316                 <entry name="Restore" type="Bool">
0317                         <label>Reopen files and projects on startup.</label>
0318                         <default>true</default>
0319                 </entry>
0320                 <entry name="CleanUpAfterClose" type="Bool">
0321                         <label>Automatically clean-up files after close.</label>
0322                         <default>false</default>
0323                 </entry>
0324                 <entry name="CleanUpFileExtensions" type="String">
0325                         <label>The file extensions to clean on exit.</label>
0326                         <default>.aux .bit .blg .bbl .lof .log .lot .glo .glx .gxg .gxs .idx .ilg .ind .out .url .svn .toc</default>
0327                 </entry>
0328                 <entry name="LastDocument" type="Path">
0329                         <label></label>
0330                         <default></default>
0331                 </entry>
0332                 <entry name="lastDir" type="Path">
0333                         <label></label>
0334                         <default></default>
0335                 </entry>
0336                 <entry name="showLaTeXFilesOnly" type="Bool">
0337                         <label>Only show LaTeX files in the file browser widget</label>
0338                         <default>true</default>
0339                 </entry>
0340                 <entry name="SingleFileMasterDocument" type="Path">
0341                         <label></label>
0342                         <default></default>
0343                 </entry>
0344         </group>
0345         <group name="User">
0346                 <entry name="Author" type="String">
0347                         <label>The Author template variable.</label>
0348                         <default></default>
0349                 </entry>
0350                 <entry name="DocumentClassOptions" type="String">
0351                         <label>The Documentclass template variable.</label>
0352                         <default>a4paper,10pt</default>
0353                 </entry>
0354                 <entry name="TemplateEncoding" type="String">
0355                         <label>The Input encoding template variable.</label>
0356                         <default>utf8</default>
0357                 </entry>
0358                 <entry name="DefaultProjectLocation" type="String">
0359                         <label>The default location where the projects must be created.</label>
0360                         <default code="true">
0361                                 QDir::home().absolutePath()
0362                         </default>
0363                 </entry>
0364                 <entry name="SyncConsoleDirWithTabs" type="Bool">
0365                         <label>Whether the current directory shown in the console is kept synchronized with the open tabs</label>
0366                         <default>true</default>
0367                 </entry>
0368                 <entry name="WatchFileForDocumentViewer" type="Bool">
0369                         <label>Whether the watch-file mode is enabled for the document viewer</label>
0370                         <default>true</default>
0371                 </entry>
0372                 <entry name="ShowFullPathInWindowTitle" type="Bool">
0373                         <label>Whether to show the full path of file names in the window title.</label>
0374                         <default>false</default>
0375                 </entry>
0376         </group>
0377         <group name="Complete">
0378                 <entry name="CompleteCursor" type="Bool">
0379                         <label></label>
0380                         <default>true</default>
0381                 </entry>
0382                 <entry name="CompleteBullets" type="Bool">
0383                         <label></label>
0384                         <default>true</default>
0385                 </entry>
0386                 <entry name="CompleteCloseEnv" type="Bool">
0387                         <label></label>
0388                         <default>true</default>
0389                 </entry>
0390                 <entry name="CompleteAuto" type="Bool">
0391                         <label></label>
0392                         <default>true</default>
0393                 </entry>
0394                 <entry name="completeAutoAbbrev" type="Bool">
0395                         <label></label>
0396                         <default>false</default>
0397                 </entry>
0398                 <entry name="completeShowAbbrev" type="Bool">
0399                         <label></label>
0400                         <default>false</default>
0401                 </entry>
0402                 <entry name="showCwlCommands" type="Bool">
0403                         <label></label>
0404                         <default>true</default>
0405                 </entry>
0406                 <entry name="CompleteAutoThreshold" type="Int">
0407                         <label></label>
0408                         <default>3</default>
0409                 </entry>
0410                 <entry name="CompleteChangedLists" type="Bool">
0411                         <label></label>
0412                         <default>false</default>
0413                 </entry>
0414                 <entry name="CompleteChangedCommands" type="Bool">
0415                         <label></label>
0416                         <default>false</default>
0417                 </entry>
0418                 <entry name="CompleteTex" type="StringList">
0419                         <label></label>
0420                         <default>1-latex-document,1-tex</default>
0421                 </entry>
0422                 <entry name="CompleteDict" type="StringList">
0423                         <label></label>
0424                         <default></default>
0425                 </entry>
0426                 <entry name="CompleteAbbrev" type="StringList">
0427                         <label></label>
0428                         <default></default>
0429                 </entry>
0430                 <entry name="autoInsertDollar" type="Bool">
0431                         <label></label>
0432                         <default>false</default>
0433                 </entry>
0434         </group>
0435         <group name="QuickPreview">
0436                 <entry name="previewTask" type="String">
0437                         <label></label>
0438                         <default>LaTeX ---> DVI</default>
0439                 </entry>
0440                 <entry name="dvipng" type="Bool">
0441                         <label>Whether Dvipng is installed.</label>
0442                         <default>false</default>
0443                 </entry>
0444                 <entry name="convert" type="Bool">
0445                         <label>Whether Convert is installed.</label>
0446                         <default>false</default>
0447                 </entry>
0448                 <entry name="dvipngResolution" type="String">
0449                         <label></label>
0450                         <default>120</default>
0451                 </entry>
0452                 <entry name="envPreviewInWidget" type="Bool">
0453                         <label>Show preview of environments in bottom bar.</label>
0454                         <default>false</default>
0455                 </entry>
0456                 <entry name="selPreviewInWidget" type="Bool">
0457                         <label>Show preview of selected text in bottom bar.</label>
0458                         <default>false</default>
0459                 </entry>
0460                 <entry name="mathgroupPreviewInWidget" type="Bool">
0461                         <label>Show preview of mathgroups in bottom bar.</label>
0462                         <default>false</default>
0463                 </entry>
0464                 <entry name="envPreviewTool" type="Int">
0465                         <label>Conversion tool for preview of environments in bottom bar.</label>
0466                         <default>0</default>
0467                 </entry>
0468                 <entry name="selPreviewTool" type="Int">
0469                         <label>Conversion tool for preview of selected text in bottom bar.</label>
0470                         <default>0</default>
0471                 </entry>
0472                 <entry name="mathgroupPreviewTool" type="Int">
0473                         <label>Conversion tool for preview of mathgroups in bottom bar.</label>
0474                         <default>0</default>
0475                 </entry>
0476                 <entry name="previewPaneBackgroundColor" type="Color">
0477                         <label>The background color of the quick preview pane.</label>
0478                         <default>white</default>
0479                 </entry>
0480         </group>
0481         <group name="QuickDocument">
0482                 <entry name="userClasses" type="StringList">
0483                         <label></label>
0484                         <default></default>
0485                 </entry>
0486                 <entry name="documentClass" type="String">
0487                         <label></label>
0488                         <default>article</default>
0489                 </entry>
0490                 <entry name="encoding" type="String">
0491                         <label></label>
0492                         <default>utf8</default>
0493                 </entry>
0494                 <entry name="optionsArticle" type="String">
0495                         <label></label>
0496                         <default></default>
0497                 </entry>
0498                 <entry name="optionsBook" type="String">
0499                         <label></label>
0500                         <default></default>
0501                 </entry>
0502                 <entry name="optionsReport" type="String">
0503                         <label></label>
0504                         <default></default>
0505                 </entry>
0506                 <entry name="optionsLetter" type="String">
0507                         <label></label>
0508                         <default></default>
0509                 </entry>
0510                 <entry name="optionsScrartcl" type="String">
0511                         <label></label>
0512                         <default></default>
0513                 </entry>
0514                 <entry name="optionsScrbook" type="String">
0515                         <label></label>
0516                         <default></default>
0517                 </entry>
0518                 <entry name="optionsScrreprt" type="String">
0519                         <label></label>
0520                         <default></default>
0521                 </entry>
0522                 <entry name="optionsProsper" type="String">
0523                         <label></label>
0524                         <default></default>
0525                 </entry>
0526                 <entry name="optionsBeamer" type="String">
0527                         <label></label>
0528                         <default></default>
0529                 </entry>
0530         </group>
0531         <group name="QuickDocument/Packages">
0532                 <entry name="packagesList" type="StringList">
0533                         <label></label>
0534                         <default></default>
0535                 </entry>
0536         </group>
0537         <group name="KileGrepDialog">
0538                 <entry name="LastSearchItems" type="StringList">
0539                         <label></label>
0540                         <default></default>
0541                 </entry>
0542                 <entry name="LastSearchPaths" type="StringList">
0543                         <label></label>
0544                         <default></default>
0545                 </entry>
0546                 <entry name="LastSearchTemplates" type="StringList">
0547                         <label></label>
0548                         <default></default>
0549                 </entry>
0550                 <entry name="GrepRecursive" type="Bool">
0551                         <label></label>
0552                         <default>true</default>
0553                 </entry>
0554         </group>
0555         <group name="Scripting">
0556                 <entry name="ScriptingEnabled" type="Bool">
0557                         <label>Enable the scripting support.</label>
0558                         <default>false</default>
0559                 </entry>
0560                 <entry name="TimeLimitEnabled" type="Bool">
0561                         <label>Set a time limit for the execution of scripts.</label>
0562                         <default>true</default>
0563                 </entry>
0564                 <entry name="TimeLimit" type="Int">
0565                         <label>Time limit for the execution of scripts.</label>
0566                         <default>5</default>
0567                 </entry>
0568                 <entry name="ScriptNameColumnWidth" type="Int">
0569                         <label>Width of the column containing the script name in the scripts management widget.</label>
0570                         <default>0</default>
0571                 </entry>
0572         </group>
0573         <group name="PdfWizard">
0574                 <entry name="pdfWizardLastTask" type="Int">
0575                         <label>Last task used by the PdfWizard.</label>
0576                         <default>12</default>
0577                 </entry>
0578         </group>
0579         <group name="MostUsedSymbols">
0580                 <entry name="numSymbolsMFUS" type="UInt">
0581                         <label>Number of symbols to store in the Most Frequently Used Symbols view.</label>
0582                         <default>30</default>
0583                 </entry>
0584                 <entry name="displayMFUS" type="Bool">
0585                         <label>Display the Most Frequently Used Symbols view.</label>
0586                         <default>true</default>
0587                 </entry>
0588                 <entry name="clearMFUS" type="Bool">
0589                         <label>Clear the list of the most frequently used symbols whilst closing Kile.</label>
0590                         <default>false</default>
0591                 </entry>
0592                 <entry name="symbolViewUTF8" type="Bool">
0593                 <label>Should UTF-8 characters instead of commands be inserted</label>
0594                 <default>false</default>
0595                 </entry>
0596         </group>
0597         <group name="UserMenu">
0598                 <entry name="userMenuFile" type="String">
0599                         <label>XML file for the user menu</label>
0600                         <default></default>
0601                 </entry>
0602                 <entry name="userMenuLocation" type="Int">
0603                         <label>Use the main menubar (value 0) or the LaTeX menu (value 1) for the location of the user menu</label>
0604                         <default>1</default>
0605                 </entry>
0606         </group>
0607         <group name="LivePreview">
0608                 <entry name="livePreviewEnabled" type="Bool">
0609                         <label>Activate live preview functionality.</label>
0610                         <default>true</default>
0611                 </entry>
0612                 <entry name="synchronizeCursorWithView" type="Bool">
0613                         <label>Synchronize the cursor position with the view.</label>
0614                         <default>true</default>
0615                 </entry>
0616                 <entry name="previewEnabledForFreshlyOpenedDocuments" type="Bool">
0617                         <label>Enable preview for freshly opened documents.</label>
0618                         <default>true</default>
0619                 </entry>
0620                 <entry name="livePreviewCompilationDelay" type="UInt">
0621                         <label>Number of milliseconds after which the compilation is started when a change has occurred.</label>
0622                         <default>500</default>
0623                 </entry>
0624                 <entry name="livePreviewCompileOnlyAfterSaving" type="Bool">
0625                         <label>Only compile documents after saving.</label>
0626                         <default>true</default>
0627                 </entry>
0628                 <entry name="livePreviewDefaultTool" type="String">
0629                         <label>default livepreview tool.</label>
0630                         <default></default>
0631                 </entry>
0632         </group>
0633 </kcfg>