changeset 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 e7a901dd454d
children 344f1b57a985
files buildRelease.sh indenters/uigui_astyle.ini indenters/uigui_bcpp.ini
diffstat 3 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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=<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>
+EditorType=boolean
+TrueFalse="keep_comments_with_code=yes|keep_comments_with_code=no"
+ValueDefault=0
+
 [Leave_Comments_NoCode]
 Category=1
 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>