diff 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
line wrap: on
line diff
--- 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>