comparison indenters/uigui_uncrustify.ini @ 758:8905d04b2967

Updated the uncrustify config file to suit for version 0.57. Also corrected a small tool tip comment typo. Fixes bug 3175027 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1035 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 11 Apr 2011 21:00:11 +0000
parents cb542a15cc6f
children f69bf0213445
comparison
equal deleted inserted replaced
757:d690e8f38122 758:8905d04b2967
13 stringparaminquotes=false 13 stringparaminquotes=false
14 parameterOrder=ipo 14 parameterOrder=ipo
15 showHelpParameter=-h 15 showHelpParameter=-h
16 stringparaminquotes=false 16 stringparaminquotes=false
17 useCfgFileParameter="-c " 17 useCfgFileParameter="-c "
18 version=0.56 18 version=0.57
19 19
20 [Newlines] 20 [Newlines]
21 Category=0 21 Category=0
22 Description="<html>The type of line endings</html>" 22 Description="<html>The type of line endings</html>"
23 Enabled=false 23 Enabled=false
566 ChoicesReadable="Ignore Sp Pp Concat|Add Sp Pp Concat|Remove Sp Pp Concat|Force Sp Pp Concat" 566 ChoicesReadable="Ignore Sp Pp Concat|Add Sp Pp Concat|Remove Sp Pp Concat|Force Sp Pp Concat"
567 ValueDefault=1 567 ValueDefault=1
568 568
569 [Sp Pp Stringify] 569 [Sp Pp Stringify]
570 Category=2 570 Category=2
571 Description="<html>Add or remove space after preprocessor '#' stringify operator. Default=Add</html>" 571 Description="<html>Add or remove space after preprocessor '#' stringify operator. Also affects the '#@' charizing operator. Default=Add</html>"
572 Enabled=false 572 Enabled=false
573 EditorType=multiple 573 EditorType=multiple
574 Choices="sp_pp_stringify=ignore|sp_pp_stringify=add|sp_pp_stringify=remove|sp_pp_stringify=force" 574 Choices="sp_pp_stringify=ignore|sp_pp_stringify=add|sp_pp_stringify=remove|sp_pp_stringify=force"
575 ChoicesReadable="Ignore Sp Pp Stringify|Add Sp Pp Stringify|Remove Sp Pp Stringify|Force Sp Pp Stringify" 575 ChoicesReadable="Ignore Sp Pp Stringify|Add Sp Pp Stringify|Remove Sp Pp Stringify|Force Sp Pp Stringify"
576 ValueDefault=1 576 ValueDefault=1
788 EditorType=multiple 788 EditorType=multiple
789 Choices="sp_angle_word=ignore|sp_angle_word=add|sp_angle_word=remove|sp_angle_word=force" 789 Choices="sp_angle_word=ignore|sp_angle_word=add|sp_angle_word=remove|sp_angle_word=force"
790 ChoicesReadable="Ignore Sp Angle Word|Add Sp Angle Word|Remove Sp Angle Word|Force Sp Angle Word" 790 ChoicesReadable="Ignore Sp Angle Word|Add Sp Angle Word|Remove Sp Angle Word|Force Sp Angle Word"
791 ValueDefault=0 791 ValueDefault=0
792 792
793 [Sp Angle Shift]
794 Category=2
795 Description="<html>Add or remove space between '&gt;' and '&gt;' in '&gt;&gt;' (template stuff C++/C# only). Default=Add</html>"
796 Enabled=false
797 EditorType=multiple
798 Choices="sp_angle_shift=ignore|sp_angle_shift=add|sp_angle_shift=remove|sp_angle_shift=force"
799 ChoicesReadable="Ignore Sp Angle Shift|Add Sp Angle Shift|Remove Sp Angle Shift|Force Sp Angle Shift"
800 ValueDefault=1
801
793 [Sp Before Sparen] 802 [Sp Before Sparen]
794 Category=2 803 Category=2
795 Description="<html>Add or remove space before '(' of 'if', 'for', 'switch', and 'while'</html>" 804 Description="<html>Add or remove space before '(' of 'if', 'for', 'switch', and 'while'</html>"
796 Enabled=false 805 Enabled=false
797 EditorType=multiple 806 EditorType=multiple
959 EditorType=multiple 968 EditorType=multiple
960 Choices="sp_before_comma=ignore|sp_before_comma=add|sp_before_comma=remove|sp_before_comma=force" 969 Choices="sp_before_comma=ignore|sp_before_comma=add|sp_before_comma=remove|sp_before_comma=force"
961 ChoicesReadable="Ignore Sp Before Comma|Add Sp Before Comma|Remove Sp Before Comma|Force Sp Before Comma" 970 ChoicesReadable="Ignore Sp Before Comma|Add Sp Before Comma|Remove Sp Before Comma|Force Sp Before Comma"
962 ValueDefault=2 971 ValueDefault=2
963 972
973 [Sp Paren Comma]
974 Category=2
975 Description="<html>Add or remove space between an open paren and comma: '(,' vs '( ,'<BR></html>"
976 Enabled=false
977 EditorType=multiple
978 Choices="sp_paren_comma=ignore|sp_paren_comma=add|sp_paren_comma=remove|sp_paren_comma=force"
979 ChoicesReadable="Ignore Sp Paren Comma|Add Sp Paren Comma|Remove Sp Paren Comma|Force Sp Paren Comma"
980 ValueDefault=3
981
964 [Sp Before Ellipsis] 982 [Sp Before Ellipsis]
965 Category=2 983 Category=2
966 Description="<html>Add or remove space before the variadic '...' when preceded by a non-punctuator</html>" 984 Description="<html>Add or remove space before the variadic '...' when preceded by a non-punctuator</html>"
967 Enabled=false 985 Enabled=false
968 EditorType=multiple 986 EditorType=multiple
1166 EditorType=multiple 1184 EditorType=multiple
1167 Choices="sp_func_call_paren=ignore|sp_func_call_paren=add|sp_func_call_paren=remove|sp_func_call_paren=force" 1185 Choices="sp_func_call_paren=ignore|sp_func_call_paren=add|sp_func_call_paren=remove|sp_func_call_paren=force"
1168 ChoicesReadable="Ignore Sp Func Call Paren|Add Sp Func Call Paren|Remove Sp Func Call Paren|Force Sp Func Call Paren" 1186 ChoicesReadable="Ignore Sp Func Call Paren|Add Sp Func Call Paren|Remove Sp Func Call Paren|Force Sp Func Call Paren"
1169 ValueDefault=0 1187 ValueDefault=0
1170 1188
1189 [Sp Func Call Paren Empty]
1190 Category=2
1191 Description="<html>Add or remove space between function name and '()' on function calls without parameters.<BR>If set to 'ignore' (the default), sp_func_call_paren is used.</html>"
1192 Enabled=false
1193 EditorType=multiple
1194 Choices="sp_func_call_paren_empty=ignore|sp_func_call_paren_empty=add|sp_func_call_paren_empty=remove|sp_func_call_paren_empty=force"
1195 ChoicesReadable="Ignore Sp Func Call Paren Empty|Add Sp Func Call Paren Empty|Remove Sp Func Call Paren Empty|Force Sp Func Call Paren Empty"
1196 ValueDefault=0
1197
1171 [Sp Func Call User Paren] 1198 [Sp Func Call User Paren]
1172 Category=2 1199 Category=2
1173 Description="<html>Add or remove space between the user function name and '(' on function calls<BR>You need to set a keyword to be a user function, like this: 'set func_call_user _' in the config file.</html>" 1200 Description="<html>Add or remove space between the user function name and '(' on function calls<BR>You need to set a keyword to be a user function, like this: 'set func_call_user _' in the config file.</html>"
1174 Enabled=false 1201 Enabled=false
1175 EditorType=multiple 1202 EditorType=multiple
2447 EditorType=multiple 2474 EditorType=multiple
2448 Choices="nl_func_paren=ignore|nl_func_paren=add|nl_func_paren=remove|nl_func_paren=force" 2475 Choices="nl_func_paren=ignore|nl_func_paren=add|nl_func_paren=remove|nl_func_paren=force"
2449 ChoicesReadable="Ignore Nl Func Paren|Add Nl Func Paren|Remove Nl Func Paren|Force Nl Func Paren" 2476 ChoicesReadable="Ignore Nl Func Paren|Add Nl Func Paren|Remove Nl Func Paren|Force Nl Func Paren"
2450 ValueDefault=0 2477 ValueDefault=0
2451 2478
2479 [Nl Func Def Paren]
2480 Category=4
2481 Description="<html>Add or remove newline between a function name and the opening '(' in the definition</html>"
2482 Enabled=false
2483 EditorType=multiple
2484 Choices="nl_func_def_paren=ignore|nl_func_def_paren=add|nl_func_def_paren=remove|nl_func_def_paren=force"
2485 ChoicesReadable="Ignore Nl Func Def Paren|Add Nl Func Def Paren|Remove Nl Func Def Paren|Force Nl Func Def Paren"
2486 ValueDefault=0
2487
2452 [Nl Func Decl Start] 2488 [Nl Func Decl Start]
2453 Category=4 2489 Category=4
2454 Description="<html>Add or remove newline after '(' in a function declaration</html>" 2490 Description="<html>Add or remove newline after '(' in a function declaration</html>"
2455 Enabled=false 2491 Enabled=false
2456 EditorType=multiple 2492 EditorType=multiple
2457 Choices="nl_func_decl_start=ignore|nl_func_decl_start=add|nl_func_decl_start=remove|nl_func_decl_start=force" 2493 Choices="nl_func_decl_start=ignore|nl_func_decl_start=add|nl_func_decl_start=remove|nl_func_decl_start=force"
2458 ChoicesReadable="Ignore Nl Func Decl Start|Add Nl Func Decl Start|Remove Nl Func Decl Start|Force Nl Func Decl Start" 2494 ChoicesReadable="Ignore Nl Func Decl Start|Add Nl Func Decl Start|Remove Nl Func Decl Start|Force Nl Func Decl Start"
2459 ValueDefault=0 2495 ValueDefault=0
2460 2496
2497 [Nl Func Def Start]
2498 Category=4
2499 Description="<html>Add or remove newline after '(' in a function definition</html>"
2500 Enabled=false
2501 EditorType=multiple
2502 Choices="nl_func_def_start=ignore|nl_func_def_start=add|nl_func_def_start=remove|nl_func_def_start=force"
2503 ChoicesReadable="Ignore Nl Func Def Start|Add Nl Func Def Start|Remove Nl Func Def Start|Force Nl Func Def Start"
2504 ValueDefault=0
2505
2461 [Nl Func Decl Start Single] 2506 [Nl Func Decl Start Single]
2462 Category=4 2507 Category=4
2463 Description="<html>Overrides nl_func_decl_start when there is only one paramter.</html>" 2508 Description="<html>Overrides nl_func_decl_start when there is only one parameter.</html>"
2464 Enabled=false 2509 Enabled=false
2465 EditorType=multiple 2510 EditorType=multiple
2466 Choices="nl_func_decl_start_single=ignore|nl_func_decl_start_single=add|nl_func_decl_start_single=remove|nl_func_decl_start_single=force" 2511 Choices="nl_func_decl_start_single=ignore|nl_func_decl_start_single=add|nl_func_decl_start_single=remove|nl_func_decl_start_single=force"
2467 ChoicesReadable="Ignore Nl Func Decl Start Single|Add Nl Func Decl Start Single|Remove Nl Func Decl Start Single|Force Nl Func Decl Start Single" 2512 ChoicesReadable="Ignore Nl Func Decl Start Single|Add Nl Func Decl Start Single|Remove Nl Func Decl Start Single|Force Nl Func Decl Start Single"
2468 ValueDefault=0 2513 ValueDefault=0
2469 2514
2515 [Nl Func Def Start Single]
2516 Category=4
2517 Description="<html>Overrides nl_func_def_start when there is only one parameter.</html>"
2518 Enabled=false
2519 EditorType=multiple
2520 Choices="nl_func_def_start_single=ignore|nl_func_def_start_single=add|nl_func_def_start_single=remove|nl_func_def_start_single=force"
2521 ChoicesReadable="Ignore Nl Func Def Start Single|Add Nl Func Def Start Single|Remove Nl Func Def Start Single|Force Nl Func Def Start Single"
2522 ValueDefault=0
2523
2470 [Nl Func Decl Args] 2524 [Nl Func Decl Args]
2471 Category=4 2525 Category=4
2472 Description="<html>Add or remove newline after each ',' in a function declaration</html>" 2526 Description="<html>Add or remove newline after each ',' in a function declaration</html>"
2473 Enabled=false 2527 Enabled=false
2474 EditorType=multiple 2528 EditorType=multiple
2475 Choices="nl_func_decl_args=ignore|nl_func_decl_args=add|nl_func_decl_args=remove|nl_func_decl_args=force" 2529 Choices="nl_func_decl_args=ignore|nl_func_decl_args=add|nl_func_decl_args=remove|nl_func_decl_args=force"
2476 ChoicesReadable="Ignore Nl Func Decl Args|Add Nl Func Decl Args|Remove Nl Func Decl Args|Force Nl Func Decl Args" 2530 ChoicesReadable="Ignore Nl Func Decl Args|Add Nl Func Decl Args|Remove Nl Func Decl Args|Force Nl Func Decl Args"
2477 ValueDefault=0 2531 ValueDefault=0
2478 2532
2533 [Nl Func Def Args]
2534 Category=4
2535 Description="<html>Add or remove newline after each ',' in a function definition</html>"
2536 Enabled=false
2537 EditorType=multiple
2538 Choices="nl_func_def_args=ignore|nl_func_def_args=add|nl_func_def_args=remove|nl_func_def_args=force"
2539 ChoicesReadable="Ignore Nl Func Def Args|Add Nl Func Def Args|Remove Nl Func Def Args|Force Nl Func Def Args"
2540 ValueDefault=0
2541
2479 [Nl Func Decl End] 2542 [Nl Func Decl End]
2480 Category=4 2543 Category=4
2481 Description="<html>Add or remove newline before the ')' in a function declaration</html>" 2544 Description="<html>Add or remove newline before the ')' in a function declaration</html>"
2482 Enabled=false 2545 Enabled=false
2483 EditorType=multiple 2546 EditorType=multiple
2484 Choices="nl_func_decl_end=ignore|nl_func_decl_end=add|nl_func_decl_end=remove|nl_func_decl_end=force" 2547 Choices="nl_func_decl_end=ignore|nl_func_decl_end=add|nl_func_decl_end=remove|nl_func_decl_end=force"
2485 ChoicesReadable="Ignore Nl Func Decl End|Add Nl Func Decl End|Remove Nl Func Decl End|Force Nl Func Decl End" 2548 ChoicesReadable="Ignore Nl Func Decl End|Add Nl Func Decl End|Remove Nl Func Decl End|Force Nl Func Decl End"
2486 ValueDefault=0 2549 ValueDefault=0
2487 2550
2551 [Nl Func Def End]
2552 Category=4
2553 Description="<html>Add or remove newline before the ')' in a function definition</html>"
2554 Enabled=false
2555 EditorType=multiple
2556 Choices="nl_func_def_end=ignore|nl_func_def_end=add|nl_func_def_end=remove|nl_func_def_end=force"
2557 ChoicesReadable="Ignore Nl Func Def End|Add Nl Func Def End|Remove Nl Func Def End|Force Nl Func Def End"
2558 ValueDefault=0
2559
2488 [Nl Func Decl End Single] 2560 [Nl Func Decl End Single]
2489 Category=4 2561 Category=4
2490 Description="<html>Overrides nl_func_decl_end when there is only one paramter.</html>" 2562 Description="<html>Overrides nl_func_decl_end when there is only one parameter.</html>"
2491 Enabled=false 2563 Enabled=false
2492 EditorType=multiple 2564 EditorType=multiple
2493 Choices="nl_func_decl_end_single=ignore|nl_func_decl_end_single=add|nl_func_decl_end_single=remove|nl_func_decl_end_single=force" 2565 Choices="nl_func_decl_end_single=ignore|nl_func_decl_end_single=add|nl_func_decl_end_single=remove|nl_func_decl_end_single=force"
2494 ChoicesReadable="Ignore Nl Func Decl End Single|Add Nl Func Decl End Single|Remove Nl Func Decl End Single|Force Nl Func Decl End Single" 2566 ChoicesReadable="Ignore Nl Func Decl End Single|Add Nl Func Decl End Single|Remove Nl Func Decl End Single|Force Nl Func Decl End Single"
2495 ValueDefault=0 2567 ValueDefault=0
2496 2568
2569 [Nl Func Def End Single]
2570 Category=4
2571 Description="<html>Overrides nl_func_def_end when there is only one parameter.</html>"
2572 Enabled=false
2573 EditorType=multiple
2574 Choices="nl_func_def_end_single=ignore|nl_func_def_end_single=add|nl_func_def_end_single=remove|nl_func_def_end_single=force"
2575 ChoicesReadable="Ignore Nl Func Def End Single|Add Nl Func Def End Single|Remove Nl Func Def End Single|Force Nl Func Def End Single"
2576 ValueDefault=0
2577
2497 [Nl Func Decl Empty] 2578 [Nl Func Decl Empty]
2498 Category=4 2579 Category=4
2499 Description="<html>Add or remove newline between '()' in a function declaration.</html>" 2580 Description="<html>Add or remove newline between '()' in a function declaration.</html>"
2500 Enabled=false 2581 Enabled=false
2501 EditorType=multiple 2582 EditorType=multiple
2502 Choices="nl_func_decl_empty=ignore|nl_func_decl_empty=add|nl_func_decl_empty=remove|nl_func_decl_empty=force" 2583 Choices="nl_func_decl_empty=ignore|nl_func_decl_empty=add|nl_func_decl_empty=remove|nl_func_decl_empty=force"
2503 ChoicesReadable="Ignore Nl Func Decl Empty|Add Nl Func Decl Empty|Remove Nl Func Decl Empty|Force Nl Func Decl Empty" 2584 ChoicesReadable="Ignore Nl Func Decl Empty|Add Nl Func Decl Empty|Remove Nl Func Decl Empty|Force Nl Func Decl Empty"
2585 ValueDefault=0
2586
2587 [Nl Func Def Empty]
2588 Category=4
2589 Description="<html>Add or remove newline between '()' in a function definition.</html>"
2590 Enabled=false
2591 EditorType=multiple
2592 Choices="nl_func_def_empty=ignore|nl_func_def_empty=add|nl_func_def_empty=remove|nl_func_def_empty=force"
2593 ChoicesReadable="Ignore Nl Func Def Empty|Add Nl Func Def Empty|Remove Nl Func Def Empty|Force Nl Func Def Empty"
2504 ValueDefault=0 2594 ValueDefault=0
2505 2595
2506 [Nl Fdef Brace] 2596 [Nl Fdef Brace]
2507 Category=4 2597 Category=4
2508 Description="<html>Add or remove newline between function signature and '{'</html>" 2598 Description="<html>Add or remove newline between function signature and '{'</html>"
2744 Category=5 2834 Category=5
2745 Description="<html>The position of arithmetic operators in wrapped expressions</html>" 2835 Description="<html>The position of arithmetic operators in wrapped expressions</html>"
2746 Enabled=false 2836 Enabled=false
2747 EditorType=multiple 2837 EditorType=multiple
2748 Choices="pos_arith=ignore|pos_arith=lead|pos_arith=lead_break|pos_arith=lead_force|pos_arith=trail|pos_arith=trail_break|pos_arith=trail_force" 2838 Choices="pos_arith=ignore|pos_arith=lead|pos_arith=lead_break|pos_arith=lead_force|pos_arith=trail|pos_arith=trail_break|pos_arith=trail_force"
2749 ChoicesReadable="Ignore Pos Arith|Lead Pos Arith|Trail Pos Arith" 2839 ChoicesReadable="Ignore Pos Arith|Lead Pos Arith|Lead Break Pos Arith|Lead Force Pos Arith|Trail Pos Arith|Trail Break Pos Arith|Trail Force Pos Arith"
2750 ValueDefault=0 2840 ValueDefault=0
2751 2841
2752 [Pos Assign] 2842 [Pos Assign]
2753 Category=5 2843 Category=5
2754 Description="<html>The position of assignment in wrapped expressions.<BR>Do not affect '=' followed by '{'</html>" 2844 Description="<html>The position of assignment in wrapped expressions.<BR>Do not affect '=' followed by '{'</html>"
2755 Enabled=false 2845 Enabled=false
2756 EditorType=multiple 2846 EditorType=multiple
2757 Choices="pos_assign=ignore|pos_assign=lead|pos_assign=lead_break|pos_assign=lead_force|pos_assign=trail|pos_assign=trail_break|pos_assign=trail_force" 2847 Choices="pos_assign=ignore|pos_assign=lead|pos_assign=lead_break|pos_assign=lead_force|pos_assign=trail|pos_assign=trail_break|pos_assign=trail_force"
2758 ChoicesReadable="Ignore Pos Assign|Lead Pos Assign|Trail Pos Assign" 2848 ChoicesReadable="Ignore Pos Assign|Lead Pos Assign|Lead Break Pos Assign|Lead Force Pos Assign|Trail Pos Assign|Trail Break Pos Assign|Trail Force Pos Assign"
2759 ValueDefault=0 2849 ValueDefault=0
2760 2850
2761 [Pos Bool] 2851 [Pos Bool]
2762 Category=5 2852 Category=5
2763 Description="<html>The position of boolean operators in wrapped expressions</html>" 2853 Description="<html>The position of boolean operators in wrapped expressions</html>"
2764 Enabled=false 2854 Enabled=false
2765 EditorType=multiple 2855 EditorType=multiple
2766 Choices="pos_bool=ignore|pos_bool=lead|pos_bool=lead_break|pos_bool=lead_force|pos_bool=trail|pos_bool=trail_break|pos_bool=trail_force" 2856 Choices="pos_bool=ignore|pos_bool=lead|pos_bool=lead_break|pos_bool=lead_force|pos_bool=trail|pos_bool=trail_break|pos_bool=trail_force"
2767 ChoicesReadable="Ignore Pos Bool|Lead Pos Bool|Trail Pos Bool" 2857 ChoicesReadable="Ignore Pos Bool|Lead Pos Bool|Lead Break Pos Bool|Lead Force Pos Bool|Trail Pos Bool|Trail Break Pos Bool|Trail Force Pos Bool"
2768 ValueDefault=0 2858 ValueDefault=0
2769 2859
2770 [Pos Compare] 2860 [Pos Compare]
2771 Category=5 2861 Category=5
2772 Description="<html>The position of comparison operators in wrapped expressions</html>" 2862 Description="<html>The position of comparison operators in wrapped expressions</html>"
2773 Enabled=false 2863 Enabled=false
2774 EditorType=multiple 2864 EditorType=multiple
2775 Choices="pos_compare=ignore|pos_compare=lead|pos_compare=lead_break|pos_compare=lead_force|pos_compare=trail|pos_compare=trail_break|pos_compare=trail_force" 2865 Choices="pos_compare=ignore|pos_compare=lead|pos_compare=lead_break|pos_compare=lead_force|pos_compare=trail|pos_compare=trail_break|pos_compare=trail_force"
2776 ChoicesReadable="Ignore Pos Compare|Lead Pos Compare|Trail Pos Compare" 2866 ChoicesReadable="Ignore Pos Compare|Lead Pos Compare|Lead Break Pos Compare|Lead Force Pos Compare|Trail Pos Compare|Trail Break Pos Compare|Trail Force Pos Compare"
2777 ValueDefault=0 2867 ValueDefault=0
2778 2868
2779 [Pos Conditional] 2869 [Pos Conditional]
2780 Category=5 2870 Category=5
2781 Description="<html>The position of conditional (b ? t : f) operators in wrapped expressions</html>" 2871 Description="<html>The position of conditional (b ? t : f) operators in wrapped expressions</html>"
2782 Enabled=false 2872 Enabled=false
2783 EditorType=multiple 2873 EditorType=multiple
2784 Choices="pos_conditional=ignore|pos_conditional=lead|pos_conditional=lead_break|pos_conditional=lead_force|pos_conditional=trail|pos_conditional=trail_break|pos_conditional=trail_force" 2874 Choices="pos_conditional=ignore|pos_conditional=lead|pos_conditional=lead_break|pos_conditional=lead_force|pos_conditional=trail|pos_conditional=trail_break|pos_conditional=trail_force"
2785 ChoicesReadable="Ignore Pos Conditional|Lead Pos Conditional|Trail Pos Conditional" 2875 ChoicesReadable="Ignore Pos Conditional|Lead Pos Conditional|Lead Break Pos Conditional|Lead Force Pos Conditional|Trail Pos Conditional|Trail Break Pos Conditional|Trail Force Pos Conditional"
2786 ValueDefault=0 2876 ValueDefault=0
2787 2877
2788 [Pos Comma] 2878 [Pos Comma]
2789 Category=5 2879 Category=5
2790 Description="<html>The position of the comma in wrapped expressions</html>" 2880 Description="<html>The position of the comma in wrapped expressions</html>"
2791 Enabled=false 2881 Enabled=false
2792 EditorType=multiple 2882 EditorType=multiple
2793 Choices="pos_comma=ignore|pos_comma=lead|pos_comma=lead_break|pos_comma=lead_force|pos_comma=trail|pos_comma=trail_break|pos_comma=trail_force" 2883 Choices="pos_comma=ignore|pos_comma=lead|pos_comma=lead_break|pos_comma=lead_force|pos_comma=trail|pos_comma=trail_break|pos_comma=trail_force"
2794 ChoicesReadable="Ignore Pos Comma|Lead Pos Comma|Trail Pos Comma" 2884 ChoicesReadable="Ignore Pos Comma|Lead Pos Comma|Lead Break Pos Comma|Lead Force Pos Comma|Trail Pos Comma|Trail Break Pos Comma|Trail Force Pos Comma"
2795 ValueDefault=0 2885 ValueDefault=0
2796 2886
2797 [Pos Class Comma] 2887 [Pos Class Comma]
2798 Category=5 2888 Category=5
2799 Description="<html>The position of the comma in the constructor initialization list</html>" 2889 Description="<html>The position of the comma in the constructor initialization list</html>"
2800 Enabled=false 2890 Enabled=false
2801 EditorType=multiple 2891 EditorType=multiple
2802 Choices="pos_class_comma=ignore|pos_class_comma=lead|pos_class_comma=lead_break|pos_class_comma=lead_force|pos_class_comma=trail|pos_class_comma=trail_break|pos_class_comma=trail_force" 2892 Choices="pos_class_comma=ignore|pos_class_comma=lead|pos_class_comma=lead_break|pos_class_comma=lead_force|pos_class_comma=trail|pos_class_comma=trail_break|pos_class_comma=trail_force"
2803 ChoicesReadable="Ignore Pos Class Comma|Lead Pos Class Comma|Trail Pos Class Comma" 2893 ChoicesReadable="Ignore Pos Class Comma|Lead Pos Class Comma|Lead Break Pos Class Comma|Lead Force Pos Class Comma|Trail Pos Class Comma|Trail Break Pos Class Comma|Trail Force Pos Class Comma"
2804 ValueDefault=0 2894 ValueDefault=0
2805 2895
2806 [Pos Class Colon] 2896 [Pos Class Colon]
2807 Category=5 2897 Category=5
2808 Description="<html>The position of colons between constructor and member initialization</html>" 2898 Description="<html>The position of colons between constructor and member initialization</html>"
2809 Enabled=false 2899 Enabled=false
2810 EditorType=multiple 2900 EditorType=multiple
2811 Choices="pos_class_colon=ignore|pos_class_colon=lead|pos_class_colon=lead_break|pos_class_colon=lead_force|pos_class_colon=trail|pos_class_colon=trail_break|pos_class_colon=trail_force" 2901 Choices="pos_class_colon=ignore|pos_class_colon=lead|pos_class_colon=lead_break|pos_class_colon=lead_force|pos_class_colon=trail|pos_class_colon=trail_break|pos_class_colon=trail_force"
2812 ChoicesReadable="Ignore Pos Class Colon|Lead Pos Class Colon|Trail Pos Class Colon" 2902 ChoicesReadable="Ignore Pos Class Colon|Lead Pos Class Colon|Lead Break Pos Class Colon|Lead Force Pos Class Colon|Trail Pos Class Colon|Trail Break Pos Class Colon|Trail Force Pos Class Colon"
2813 ValueDefault=0 2903 ValueDefault=0
2814 2904
2815 [Code Width] 2905 [Code Width]
2816 Category=6 2906 Category=6
2817 Description="<html>Try to limit code width to N number of columns</html>" 2907 Description="<html>Try to limit code width to N number of columns</html>"
3127 MaxVal=16 3217 MaxVal=16
3128 ValueDefault=0 3218 ValueDefault=0
3129 3219
3130 [Mod Add Long Ifdef Endif Comment] 3220 [Mod Add Long Ifdef Endif Comment]
3131 Category=8 3221 Category=8
3132 Description="<html>If an #ifdef body exceeds the specified number of newlines and doesn't have a comment after<BR>the #else, a comment will be added.</html>" 3222 Description="<html>If an #ifdef body exceeds the specified number of newlines and doesn't have a comment after<BR>the #endif, a comment will be added.</html>"
3133 Enabled=false 3223 Enabled=false
3134 EditorType=numeric 3224 EditorType=numeric
3135 CallName="mod_add_long_ifdef_endif_comment=" 3225 CallName="mod_add_long_ifdef_endif_comment="
3136 MinVal=0 3226 MinVal=0
3137 MaxVal=16 3227 MaxVal=16
3138 ValueDefault=0 3228 ValueDefault=0
3139 3229
3140 [Mod Add Long Ifdef Else Comment] 3230 [Mod Add Long Ifdef Else Comment]
3141 Category=8 3231 Category=8
3142 Description="<html>If an #ifdef or #else body exceeds the specified number of newlines and doesn't have a comment after<BR>the #endif, a comment will be added.</html>" 3232 Description="<html>If an #ifdef or #else body exceeds the specified number of newlines and doesn't have a comment after<BR>the #else, a comment will be added.</html>"
3143 Enabled=false 3233 Enabled=false
3144 EditorType=numeric 3234 EditorType=numeric
3145 CallName="mod_add_long_ifdef_else_comment=" 3235 CallName="mod_add_long_ifdef_else_comment="
3146 MinVal=0 3236 MinVal=0
3147 MaxVal=16 3237 MaxVal=16