# HG changeset patch # User thomas_-_s # Date 1304454339 0 # Node ID cc0fc2cd76114328491a6c25b8c1c8d0fb9e7d83 # Parent e7a901dd454dce141df12bef9db5b053e9ae47a4 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 diff -r e7a901dd454d -r cc0fc2cd7611 buildRelease.sh --- a/buildRelease.sh Sat Apr 23 15:46:09 2011 +0000 +++ b/buildRelease.sh Tue May 03 20:25:39 2011 +0000 @@ -354,7 +354,7 @@ if [ "$ext" = ".exe" ]; then - indenters="$indenters libiconv-2.dll libintl-2.dll" + indenters="$indenters cygwin1.dll libiconv-2.dll libintl-2.dll" fi for i in $indenters do diff -r e7a901dd454d -r cc0fc2cd7611 indenters/uigui_astyle.ini --- a/indenters/uigui_astyle.ini Sat Apr 23 15:46:09 2011 +0000 +++ b/indenters/uigui_astyle.ini Tue May 03 20:25:39 2011 +0000 @@ -14,7 +14,7 @@ showHelpParameter=-h stringparaminquotes=false useCfgFileParameter="--options=" -version=1.24 +version=2.01 [predefined style] Category=0 diff -r e7a901dd454d -r cc0fc2cd7611 indenters/uigui_bcpp.ini --- a/indenters/uigui_bcpp.ini Sat Apr 23 15:46:09 2011 +0000 +++ b/indenters/uigui_bcpp.ini Tue May 03 20:25:39 2011 +0000 @@ -14,7 +14,7 @@ showHelpParameter=qxyz stringparaminquotes=false useCfgFileParameter="-fnc " -version=2005-07-25 +version=2009-06-30 [Ascii_Chars_Only] Category=2 @@ -84,6 +84,13 @@ MinVal=0 ValueDefault=4 +[Keep_Comments_With_Code] +Category=1 +Description=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. +EditorType=boolean +TrueFalse="keep_comments_with_code=yes|keep_comments_with_code=no" +ValueDefault=0 + [Leave_Comments_NoCode] Category=1 Description=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.