comparison indenters/uigui_bcpp.ini @ 773:cc0fc2cd7611

Updated bcpp to the most recent version from 2009/06/30 git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@1050 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 03 May 2011 20:25:39 +0000
parents 6dda59f4cc5a
children
comparison
equal deleted inserted replaced
772:e7a901dd454d 773:cc0fc2cd7611
12 outputFileParameter="-fo " 12 outputFileParameter="-fo "
13 parameterOrder=ipo 13 parameterOrder=ipo
14 showHelpParameter=qxyz 14 showHelpParameter=qxyz
15 stringparaminquotes=false 15 stringparaminquotes=false
16 useCfgFileParameter="-fnc " 16 useCfgFileParameter="-fnc "
17 version=2005-07-25 17 version=2009-06-30
18 18
19 [Ascii_Chars_Only] 19 [Ascii_Chars_Only]
20 Category=2 20 Category=2
21 Description=<html>Setting this parameter to yes will strip any non-printable non-ASCII characters from the input file. Any non-printable characters that lie within quotes will be transformed into octal/character notation if NonAscii_Quotes_To_Octal is set to True. Comment out this parameter if you are using Leave_Graphic_Chars parameter as this parameter will override it.</html> 21 Description=<html>Setting this parameter to yes will strip any non-printable non-ASCII characters from the input file. Any non-printable characters that lie within quotes will be transformed into octal/character notation if NonAscii_Quotes_To_Octal is set to True. Comment out this parameter if you are using Leave_Graphic_Chars parameter as this parameter will override it.</html>
22 EditorType=boolean 22 EditorType=boolean
82 Enabled=true 82 Enabled=true
83 MaxVal=99 83 MaxVal=99
84 MinVal=0 84 MinVal=0
85 ValueDefault=4 85 ValueDefault=4
86 86
87 [Keep_Comments_With_Code]
88 Category=1
89 Description=<html>This option overrides the "Comments_With_Code" option. Setting this option On will make comments which do not fit as inline comments append to the code anyway. </html>
90 EditorType=boolean
91 TrueFalse="keep_comments_with_code=yes|keep_comments_with_code=no"
92 ValueDefault=0
93
87 [Leave_Comments_NoCode] 94 [Leave_Comments_NoCode]
88 Category=1 95 Category=1
89 Description=<html>This options overrides the Comments_With_Nocodeoption. Setting this option On will indent comments that do not occur on the same line as code to the same indention as code. </html> 96 Description=<html>This options overrides the Comments_With_Nocodeoption. Setting this option On will indent comments that do not occur on the same line as code to the same indention as code. </html>
90 EditorType=boolean 97 EditorType=boolean
91 TrueFalse="leave_comments_nocode=yes|leave_comments_nocode=no" 98 TrueFalse="leave_comments_nocode=yes|leave_comments_nocode=no"