eric6/Preferences/ConfigurationPages/EditorFilePage.ui

changeset 7304
b072a364dd8d
parent 7301
6df711503ec0
child 7309
5a434813eef3
equal deleted inserted replaced
7303:b30e4fd161b8 7304:b072a364dd8d
521 </widget> 521 </widget>
522 </item> 522 </item>
523 </layout> 523 </layout>
524 </item> 524 </item>
525 <item> 525 <item>
526 <layout class="QHBoxLayout" name="horizontalLayout_5"> 526 <layout class="QGridLayout" name="gridLayout_5">
527 <item> 527 <item row="0" column="0">
528 <widget class="QCheckBox" name="previewMarkdownNLtoBreakCheckBox"> 528 <widget class="QCheckBox" name="previewMarkdownNLtoBreakCheckBox">
529 <property name="toolTip"> 529 <property name="toolTip">
530 <string>Select this to convert a new line character to an HTML &amp;lt;br/&amp;gt; tag.</string> 530 <string>Select this to convert a new line character to an HTML &amp;lt;br/&amp;gt; tag.</string>
531 </property> 531 </property>
532 <property name="text"> 532 <property name="text">
533 <string>Convert New Line to HTML Break</string> 533 <string>Convert New Line to HTML Break</string>
534 </property> 534 </property>
535 </widget> 535 </widget>
536 </item> 536 </item>
537 <item> 537 <item row="0" column="1">
538 <widget class="QCheckBox" name="previewMarkdownPyMdownCheckBox"> 538 <widget class="QCheckBox" name="previewMarkdownPyMdownCheckBox">
539 <property name="toolTip"> 539 <property name="toolTip">
540 <string>Select to enable the use of the PyMdown extensions</string> 540 <string>Select to enable the use of the PyMdown extensions</string>
541 </property> 541 </property>
542 <property name="whatsThis"> 542 <property name="whatsThis">
543 <string>&lt;b&gt;Enable PyMdown Extensions&lt;/b&gt; 543 <string>&lt;b&gt;Enable PyMdown Extensions&lt;/b&gt;
544 &lt;p&gt;Select this entry to enable the use of the PyMdown extensions. These have to be installed with &lt;code&gt;pip install pymdown-extensions&lt;/code&gt;.&lt;/p&gt;</string> 544 &lt;p&gt;Select this entry to enable the use of the PyMdown extensions. These have to be installed with &lt;code&gt;pip install pymdown-extensions&lt;/code&gt;.&lt;/p&gt;</string>
545 </property> 545 </property>
546 <property name="text"> 546 <property name="text">
547 <string>Enable PyMdown Extensions</string> 547 <string>Enable PyMdown Extensions</string>
548 </property>
549 </widget>
550 </item>
551 <item row="1" column="0">
552 <widget class="QCheckBox" name="previewMarkdownMathJaxCheckBox">
553 <property name="toolTip">
554 <string>Select to enable Math support using MathJax</string>
555 </property>
556 <property name="text">
557 <string>Enable MathJax support</string>
548 </property> 558 </property>
549 </widget> 559 </widget>
550 </item> 560 </item>
551 </layout> 561 </layout>
552 </item> 562 </item>
681 <tabstop>previewHtmlExtensionsEdit</tabstop> 691 <tabstop>previewHtmlExtensionsEdit</tabstop>
682 <tabstop>previewMarkdownExtensionsEdit</tabstop> 692 <tabstop>previewMarkdownExtensionsEdit</tabstop>
683 <tabstop>previewMarkdownHTMLFormatComboBox</tabstop> 693 <tabstop>previewMarkdownHTMLFormatComboBox</tabstop>
684 <tabstop>previewMarkdownNLtoBreakCheckBox</tabstop> 694 <tabstop>previewMarkdownNLtoBreakCheckBox</tabstop>
685 <tabstop>previewMarkdownPyMdownCheckBox</tabstop> 695 <tabstop>previewMarkdownPyMdownCheckBox</tabstop>
696 <tabstop>previewMarkdownMathJaxCheckBox</tabstop>
686 <tabstop>previewRestExtensionsEdit</tabstop> 697 <tabstop>previewRestExtensionsEdit</tabstop>
687 <tabstop>previewRestSphinxCheckBox</tabstop> 698 <tabstop>previewRestSphinxCheckBox</tabstop>
688 <tabstop>previewRestDocutilsHTMLFormatComboBox</tabstop> 699 <tabstop>previewRestDocutilsHTMLFormatComboBox</tabstop>
689 <tabstop>previewQssExtensionsEdit</tabstop> 700 <tabstop>previewQssExtensionsEdit</tabstop>
690 </tabstops> 701 </tabstops>

eric ide

mercurial