Preferences/ConfigurationPages/EditorPropertiesPage.ui

changeset 948
fe7b94ed01ec
parent 0
de9c2efb9d02
child 1444
552d2d74f5cf
equal deleted inserted replaced
946:daf90a162be4 948:fe7b94ed01ec
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>558</width> 9 <width>558</width>
10 <height>1559</height> 10 <height>2000</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout"> 13 <layout class="QVBoxLayout" name="verticalLayout">
14 <item> 14 <item>
15 <widget class="QLabel" name="headerLabel"> 15 <widget class="QLabel" name="headerLabel">
143 <property name="text"> 143 <property name="text">
144 <string>Allow '$' in identifier names</string> 144 <string>Allow '$' in identifier names</string>
145 </property> 145 </property>
146 </widget> 146 </widget>
147 </item> 147 </item>
148 <item row="4" column="0">
149 <widget class="QCheckBox" name="cppStylePreprocessorCheckBox">
150 <property name="toolTip">
151 <string>Select to style preprocessor lines</string>
152 </property>
153 <property name="text">
154 <string>Style preprocessor lines</string>
155 </property>
156 </widget>
157 </item>
148 </layout> 158 </layout>
149 </widget> 159 </widget>
150 </item> 160 </item>
151 <item> 161 <item>
152 <widget class="QGroupBox" name="groupBox_7"> 162 <widget class="QGroupBox" name="groupBox_7">
279 <property name="text"> 289 <property name="text">
280 <string>Case sensitive tags</string> 290 <string>Case sensitive tags</string>
281 </property> 291 </property>
282 </widget> 292 </widget>
283 </item> 293 </item>
284 <item row="3" column="0" colspan="2"> 294 <item row="3" column="0">
295 <widget class="QCheckBox" name="htmlDjangoCheckBox">
296 <property name="toolTip">
297 <string>Select to enable support for Django templates</string>
298 </property>
299 <property name="text">
300 <string>Enable Django templates</string>
301 </property>
302 </widget>
303 </item>
304 <item row="3" column="1">
305 <widget class="QCheckBox" name="htmlMakoCheckBox">
306 <property name="toolTip">
307 <string>Select to enable support for Mako templates</string>
308 </property>
309 <property name="text">
310 <string>Enable Mako templates</string>
311 </property>
312 </widget>
313 </item>
314 <item row="4" column="0" colspan="2">
285 <widget class="QGroupBox" name="xmlGroup"> 315 <widget class="QGroupBox" name="xmlGroup">
286 <property name="title"> 316 <property name="title">
287 <string>XML Lexer Properties</string> 317 <string>XML Lexer Properties</string>
288 </property> 318 </property>
289 <layout class="QGridLayout" name="gridLayout_6"> 319 <layout class="QGridLayout" name="gridLayout_6">
481 </item> 511 </item>
482 </layout> 512 </layout>
483 </widget> 513 </widget>
484 </item> 514 </item>
485 <item> 515 <item>
516 <widget class="QGroupBox" name="groupBox_13">
517 <property name="title">
518 <string>Properties Lexer Properties</string>
519 </property>
520 <layout class="QVBoxLayout" name="_2">
521 <item>
522 <widget class="QCheckBox" name="propertiesInitialSpacesCheckBox">
523 <property name="toolTip">
524 <string>Select to allow initial spaces in a line</string>
525 </property>
526 <property name="text">
527 <string>Allow initial spaces</string>
528 </property>
529 </widget>
530 </item>
531 </layout>
532 </widget>
533 </item>
534 <item>
486 <widget class="QGroupBox" name="groupBox_8"> 535 <widget class="QGroupBox" name="groupBox_8">
487 <property name="title"> 536 <property name="title">
488 <string>Python Lexer Properties</string> 537 <string>Python Lexer Properties</string>
489 </property> 538 </property>
490 <layout class="QGridLayout" name="gridLayout_3"> 539 <layout class="QGridLayout" name="gridLayout_3">
497 <string>Fold comments</string> 546 <string>Fold comments</string>
498 </property> 547 </property>
499 </widget> 548 </widget>
500 </item> 549 </item>
501 <item row="0" column="1"> 550 <item row="0" column="1">
551 <widget class="QCheckBox" name="foldPythonStringCheckBox">
552 <property name="toolTip">
553 <string>Select whether folding of strings shall be possible</string>
554 </property>
555 <property name="text">
556 <string>Fold strings</string>
557 </property>
558 </widget>
559 </item>
560 <item row="1" column="0">
561 <widget class="QCheckBox" name="foldPythonQuotesCheckBox">
562 <property name="toolTip">
563 <string>Select whether folding of triple quoted strings shall be possible</string>
564 </property>
565 <property name="text">
566 <string>Fold triple quoted strings</string>
567 </property>
568 </widget>
569 </item>
570 <item row="2" column="0">
502 <widget class="QCheckBox" name="pythonBadIndentationCheckBox"> 571 <widget class="QCheckBox" name="pythonBadIndentationCheckBox">
503 <property name="toolTip"> 572 <property name="toolTip">
504 <string>Select whether bad indentation shall be highlighted</string> 573 <string>Select whether bad indentation shall be highlighted</string>
505 </property> 574 </property>
506 <property name="text"> 575 <property name="text">
507 <string>Highlight bad indentation</string> 576 <string>Highlight bad indentation</string>
508 </property> 577 </property>
509 </widget> 578 </widget>
510 </item> 579 </item>
580 <item row="2" column="1">
581 <widget class="QCheckBox" name="pythonAutoindentCheckBox">
582 <property name="toolTip">
583 <string>Select whether text should be autoindented after a ':'</string>
584 </property>
585 <property name="text">
586 <string>Auto indentation after ':'</string>
587 </property>
588 </widget>
589 </item>
590 <item row="3" column="0" colspan="2">
591 <widget class="QCheckBox" name="pythonStringsOverNewlineCheckBox">
592 <property name="toolTip">
593 <string>Select to allow strings to span newline characters</string>
594 </property>
595 <property name="text">
596 <string>Strings may span newline characters</string>
597 </property>
598 </widget>
599 </item>
600 <item row="4" column="0">
601 <widget class="QCheckBox" name="pythonV2UnicodeAllowedCheckBox">
602 <property name="toolTip">
603 <string>Select to allow Python v2 unicode string literals (e.g. u&quot;utf8&quot;)</string>
604 </property>
605 <property name="text">
606 <string>Allow v2 unicode string literals</string>
607 </property>
608 </widget>
609 </item>
610 <item row="5" column="0">
611 <widget class="QCheckBox" name="pythonV3BinaryAllowedCheckBox">
612 <property name="toolTip">
613 <string>Select to allow Python v3 binary and octal literals (e.g. 0b1011, 0o712)</string>
614 </property>
615 <property name="text">
616 <string>Allow v3 binary and octal literals</string>
617 </property>
618 </widget>
619 </item>
620 <item row="5" column="1">
621 <widget class="QCheckBox" name="pythonV3BytesAllowedCheckBox">
622 <property name="toolTip">
623 <string>Select to allow Python v3 bytes string literals (e.g. b&quot;bytes&quot;)</string>
624 </property>
625 <property name="text">
626 <string>Allow v3 bytes string literals</string>
627 </property>
628 </widget>
629 </item>
630 </layout>
631 </widget>
632 </item>
633 <item>
634 <widget class="QGroupBox" name="groupBox_14">
635 <property name="title">
636 <string>Ruby Lexer Properties</string>
637 </property>
638 <layout class="QVBoxLayout" name="_3">
639 <item>
640 <widget class="QCheckBox" name="foldRubyCommentCheckBox">
641 <property name="toolTip">
642 <string>Select whether folding of comments shall be possible</string>
643 </property>
644 <property name="text">
645 <string>Fold comments</string>
646 </property>
647 </widget>
648 </item>
649 </layout>
650 </widget>
651 </item>
652 <item>
653 <widget class="QGroupBox" name="groupBox_12">
654 <property name="title">
655 <string>SQL Lexer Properties</string>
656 </property>
657 <layout class="QGridLayout" name="gridLayout_8">
658 <item row="0" column="0">
659 <widget class="QCheckBox" name="foldSqlCommentCheckBox">
660 <property name="toolTip">
661 <string>Select whether folding of comments shall be possible</string>
662 </property>
663 <property name="text">
664 <string>Fold comments</string>
665 </property>
666 </widget>
667 </item>
668 <item row="0" column="1">
669 <widget class="QCheckBox" name="sqlFoldAtElseCheckBox">
670 <property name="toolTip">
671 <string>Select whether folding at else statement should be possible</string>
672 </property>
673 <property name="text">
674 <string>Fold at else</string>
675 </property>
676 </widget>
677 </item>
678 <item row="1" column="0" colspan="2">
679 <widget class="QCheckBox" name="sqlFoldOnlyBeginCheckBox">
680 <property name="toolTip">
681 <string>Select whether only BEGIN blocks can be folded</string>
682 </property>
683 <property name="text">
684 <string>Only BEGIN blocks can be folded</string>
685 </property>
686 </widget>
687 </item>
688 <item row="2" column="0">
689 <widget class="QCheckBox" name="sqlBackslashEscapesCheckBox">
690 <property name="toolTip">
691 <string>Select to enable Backslash Escapes</string>
692 </property>
693 <property name="text">
694 <string>Backslash Escapes</string>
695 </property>
696 </widget>
697 </item>
698 <item row="2" column="1">
699 <widget class="QCheckBox" name="sqlDottedWordsCheckBox">
700 <property name="toolTip">
701 <string>Select if words may contain dots</string>
702 </property>
703 <property name="text">
704 <string>Words may contain dots</string>
705 </property>
706 </widget>
707 </item>
708 <item row="3" column="0">
709 <widget class="QCheckBox" name="sqlHashCommentsCheckBox">
710 <property name="toolTip">
711 <string>Select to allow '#' as a comment character</string>
712 </property>
713 <property name="text">
714 <string>Allow '#' as comment character</string>
715 </property>
716 </widget>
717 </item>
718 <item row="3" column="1">
719 <widget class="QCheckBox" name="sqlQuotedIdentifiersCheckBox">
720 <property name="toolTip">
721 <string>Select to enable quoted identifiers</string>
722 </property>
723 <property name="text">
724 <string>Enable quoted identifiers</string>
725 </property>
726 </widget>
727 </item>
728 </layout>
729 </widget>
730 </item>
731 <item>
732 <widget class="QGroupBox" name="groupBox_15">
733 <property name="title">
734 <string>TCL Lexer Properties</string>
735 </property>
736 <layout class="QVBoxLayout" name="_4">
737 <item>
738 <widget class="QCheckBox" name="foldTclCommentCheckBox">
739 <property name="toolTip">
740 <string>Select whether folding of comments shall be possible</string>
741 </property>
742 <property name="text">
743 <string>Fold comments</string>
744 </property>
745 </widget>
746 </item>
747 </layout>
748 </widget>
749 </item>
750 <item>
751 <widget class="QGroupBox" name="groupBox_16">
752 <property name="title">
753 <string>TeX Lexer Properties</string>
754 </property>
755 <layout class="QGridLayout" name="gridLayout_9">
756 <item row="0" column="0">
757 <widget class="QCheckBox" name="foldTexCommentCheckBox">
758 <property name="toolTip">
759 <string>Select whether folding of comments shall be possible</string>
760 </property>
761 <property name="text">
762 <string>Fold comments</string>
763 </property>
764 </widget>
765 </item>
511 <item row="1" column="0"> 766 <item row="1" column="0">
512 <widget class="QCheckBox" name="foldPythonStringCheckBox"> 767 <widget class="QCheckBox" name="texProcessCommentsCheckBox">
513 <property name="toolTip"> 768 <property name="toolTip">
514 <string>Select whether folding of strings shall be possible</string> 769 <string>Select to treat comments as TeX source</string>
515 </property> 770 </property>
516 <property name="text"> 771 <property name="text">
517 <string>Fold strings</string> 772 <string>Treat comments as TeX source</string>
518 </property> 773 </property>
519 </widget> 774 </widget>
520 </item> 775 </item>
521 <item row="1" column="1"> 776 <item row="1" column="1">
522 <widget class="QCheckBox" name="pythonAutoindentCheckBox"> 777 <widget class="QCheckBox" name="texProcessIfCheckBox">
523 <property name="toolTip"> 778 <property name="toolTip">
524 <string>Select whether text should be autoindented after a ':'</string> 779 <string>Select to treat \if&lt;unknown&gt; as a command</string>
525 </property> 780 </property>
526 <property name="text"> 781 <property name="text">
527 <string>Auto indentation after ':'</string> 782 <string>Treat \if&lt;unknown&gt; as command</string>
528 </property>
529 </widget>
530 </item>
531 <item row="2" column="0">
532 <widget class="QCheckBox" name="pythonV2UnicodeAllowedCheckBox">
533 <property name="toolTip">
534 <string>Select to allow Python v2 unicode string literals (e.g. u&quot;utf8&quot;)</string>
535 </property>
536 <property name="text">
537 <string>Allow v2 unicode string literals</string>
538 </property>
539 </widget>
540 </item>
541 <item row="3" column="0">
542 <widget class="QCheckBox" name="pythonV3BinaryAllowedCheckBox">
543 <property name="toolTip">
544 <string>Select to allow Python v3 binary and octal literals (e.g. 0b1011, 0o712)</string>
545 </property>
546 <property name="text">
547 <string>Allow v3 binary and octal literals</string>
548 </property>
549 </widget>
550 </item>
551 <item row="3" column="1">
552 <widget class="QCheckBox" name="pythonV3BytesAllowedCheckBox">
553 <property name="toolTip">
554 <string>Select to allow Python v3 bytes string literals (e.g. b&quot;bytes&quot;)</string>
555 </property>
556 <property name="text">
557 <string>Allow v3 bytes string literals</string>
558 </property>
559 </widget>
560 </item>
561 </layout>
562 </widget>
563 </item>
564 <item>
565 <widget class="QGroupBox" name="groupBox_12">
566 <property name="title">
567 <string>SQL Lexer Properties</string>
568 </property>
569 <layout class="QHBoxLayout" name="_13">
570 <item>
571 <widget class="QCheckBox" name="foldSqlCommentCheckBox">
572 <property name="toolTip">
573 <string>Select whether folding of comments shall be possible</string>
574 </property>
575 <property name="text">
576 <string>Fold comments</string>
577 </property>
578 </widget>
579 </item>
580 <item>
581 <widget class="QCheckBox" name="sqlBackslashEscapesCheckBox">
582 <property name="toolTip">
583 <string>Select to enable Backslash Escapes</string>
584 </property>
585 <property name="text">
586 <string>Backslash Escapes</string>
587 </property> 783 </property>
588 </widget> 784 </widget>
589 </item> 785 </item>
590 </layout> 786 </layout>
591 </widget> 787 </widget>
681 <tabstop>foldCppPreprocessorCheckBox</tabstop> 877 <tabstop>foldCppPreprocessorCheckBox</tabstop>
682 <tabstop>cppIndentOpeningBraceCheckBox</tabstop> 878 <tabstop>cppIndentOpeningBraceCheckBox</tabstop>
683 <tabstop>cppIndentClosingBraceCheckBox</tabstop> 879 <tabstop>cppIndentClosingBraceCheckBox</tabstop>
684 <tabstop>cppCaseInsensitiveCheckBox</tabstop> 880 <tabstop>cppCaseInsensitiveCheckBox</tabstop>
685 <tabstop>cppDollarAllowedCheckBox</tabstop> 881 <tabstop>cppDollarAllowedCheckBox</tabstop>
882 <tabstop>cppStylePreprocessorCheckBox</tabstop>
686 <tabstop>cmakeFoldAtElseCheckBox</tabstop> 883 <tabstop>cmakeFoldAtElseCheckBox</tabstop>
687 <tabstop>foldCssCommentCheckBox</tabstop> 884 <tabstop>foldCssCommentCheckBox</tabstop>
688 <tabstop>foldDCommentCheckBox</tabstop> 885 <tabstop>foldDCommentCheckBox</tabstop>
689 <tabstop>foldDAtElseCheckBox</tabstop> 886 <tabstop>foldDAtElseCheckBox</tabstop>
690 <tabstop>dIndentOpeningBraceCheckBox</tabstop> 887 <tabstop>dIndentOpeningBraceCheckBox</tabstop>
691 <tabstop>dIndentClosingBraceCheckBox</tabstop> 888 <tabstop>dIndentClosingBraceCheckBox</tabstop>
692 <tabstop>foldHtmlPreprocessorCheckBox</tabstop> 889 <tabstop>foldHtmlPreprocessorCheckBox</tabstop>
693 <tabstop>foldHtmlScriptCommentsCheckBox</tabstop> 890 <tabstop>foldHtmlScriptCommentsCheckBox</tabstop>
694 <tabstop>foldHtmlScriptHereDocsCheckBox</tabstop> 891 <tabstop>foldHtmlScriptHereDocsCheckBox</tabstop>
695 <tabstop>htmlCaseSensitiveTagsCheckBox</tabstop> 892 <tabstop>htmlCaseSensitiveTagsCheckBox</tabstop>
893 <tabstop>htmlDjangoCheckBox</tabstop>
894 <tabstop>htmlMakoCheckBox</tabstop>
696 <tabstop>xmlSyleScriptsCheckBox</tabstop> 895 <tabstop>xmlSyleScriptsCheckBox</tabstop>
697 <tabstop>foldPascalCommentCheckBox</tabstop> 896 <tabstop>foldPascalCommentCheckBox</tabstop>
698 <tabstop>foldPascalPreprocessorCheckBox</tabstop> 897 <tabstop>foldPascalPreprocessorCheckBox</tabstop>
699 <tabstop>pascalSmartHighlightingCheckBox</tabstop> 898 <tabstop>pascalSmartHighlightingCheckBox</tabstop>
700 <tabstop>foldPerlCommentCheckBox</tabstop> 899 <tabstop>foldPerlCommentCheckBox</tabstop>
703 <tabstop>psFoldAtElseCheckBox</tabstop> 902 <tabstop>psFoldAtElseCheckBox</tabstop>
704 <tabstop>psMarkTokensCheckBox</tabstop> 903 <tabstop>psMarkTokensCheckBox</tabstop>
705 <tabstop>psLevelSpinBox</tabstop> 904 <tabstop>psLevelSpinBox</tabstop>
706 <tabstop>foldPovrayCommentCheckBox</tabstop> 905 <tabstop>foldPovrayCommentCheckBox</tabstop>
707 <tabstop>foldPovrayDirectivesCheckBox</tabstop> 906 <tabstop>foldPovrayDirectivesCheckBox</tabstop>
907 <tabstop>propertiesInitialSpacesCheckBox</tabstop>
708 <tabstop>foldPythonCommentCheckBox</tabstop> 908 <tabstop>foldPythonCommentCheckBox</tabstop>
909 <tabstop>foldPythonStringCheckBox</tabstop>
910 <tabstop>foldPythonQuotesCheckBox</tabstop>
709 <tabstop>pythonBadIndentationCheckBox</tabstop> 911 <tabstop>pythonBadIndentationCheckBox</tabstop>
710 <tabstop>foldPythonStringCheckBox</tabstop>
711 <tabstop>pythonAutoindentCheckBox</tabstop> 912 <tabstop>pythonAutoindentCheckBox</tabstop>
913 <tabstop>pythonStringsOverNewlineCheckBox</tabstop>
712 <tabstop>pythonV2UnicodeAllowedCheckBox</tabstop> 914 <tabstop>pythonV2UnicodeAllowedCheckBox</tabstop>
713 <tabstop>pythonV3BinaryAllowedCheckBox</tabstop> 915 <tabstop>pythonV3BinaryAllowedCheckBox</tabstop>
714 <tabstop>pythonV3BytesAllowedCheckBox</tabstop> 916 <tabstop>pythonV3BytesAllowedCheckBox</tabstop>
917 <tabstop>foldRubyCommentCheckBox</tabstop>
715 <tabstop>foldSqlCommentCheckBox</tabstop> 918 <tabstop>foldSqlCommentCheckBox</tabstop>
919 <tabstop>sqlFoldAtElseCheckBox</tabstop>
920 <tabstop>sqlFoldOnlyBeginCheckBox</tabstop>
716 <tabstop>sqlBackslashEscapesCheckBox</tabstop> 921 <tabstop>sqlBackslashEscapesCheckBox</tabstop>
922 <tabstop>sqlDottedWordsCheckBox</tabstop>
923 <tabstop>sqlHashCommentsCheckBox</tabstop>
924 <tabstop>sqlQuotedIdentifiersCheckBox</tabstop>
925 <tabstop>foldTclCommentCheckBox</tabstop>
926 <tabstop>foldTexCommentCheckBox</tabstop>
927 <tabstop>texProcessCommentsCheckBox</tabstop>
928 <tabstop>texProcessIfCheckBox</tabstop>
717 <tabstop>vhdlFoldCommentCheckBox</tabstop> 929 <tabstop>vhdlFoldCommentCheckBox</tabstop>
718 <tabstop>vhdlFoldAtElseCheckBox</tabstop> 930 <tabstop>vhdlFoldAtElseCheckBox</tabstop>
719 <tabstop>vhdlFoldAtBeginCheckBox</tabstop> 931 <tabstop>vhdlFoldAtBeginCheckBox</tabstop>
720 <tabstop>vhdlFoldAtParenthesisCheckBox</tabstop> 932 <tabstop>vhdlFoldAtParenthesisCheckBox</tabstop>
721 <tabstop>foldYamlCommentCheckBox</tabstop> 933 <tabstop>foldYamlCommentCheckBox</tabstop>

eric ide

mercurial