changeset 499:23ac99119d2c

Completed the ini file for the cobol formatter. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@739 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 23 Jun 2008 13:08:02 +0000
parents 14ee8d1953a4
children 70e6985f83a2
files indenters/uigui_CblBeau.ini
diffstat 1 files changed, 316 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/indenters/uigui_CblBeau.ini	Thu Jun 19 18:11:34 2008 +0000
+++ b/indenters/uigui_CblBeau.ini	Mon Jun 23 13:08:02 2008 +0000
@@ -217,12 +217,327 @@
 Enabled=false
 ValueDefault=""
 
+[Set constants]
+CallName="-set-constants="
+Category=4
+Description="<html>78 constant settings, strings: name'value', numbers: name(value)</html>"
+EditorType=string
+Enabled=false
+ValueDefault=""
+
+[Assign external]
+Category=4
+Description="<html>Assume that undefined data items in ASSIGN TO are external</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-assign-external|-no-assign-external"
+
+[SQL]
+Category=4
+Description="<html>Parse SQL in EXEC SQL</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-sql|-no-sql"
+
+[CICS]
+Category=4
+Description="<html>Parse CICS statements embedded in EXEC CICS ... END-EXEC</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-cics|-no-cics"
+
+[CICS EIB]
+Category=4
+Description="<html>Add CICS EIB data block to LINKAGE SECTION</html>"
+ValueDefault=0
+Enabled=false
+EditorType=multiple
+Choices="-cics-eib=auto|-cics-eib=no|-cics-eib=yes"
+ChoicesReadable="Auto|No|Yes"
+
+[Copylib dir]
+CallName="-copylib-dir="
+Category=5
+Description="<html>Copylib directories path</html>"
+EditorType=string
+Enabled=false
+ValueDefault="."
+
+[Copylib suffix]
+CallName="-copylib-sfx="
+Category=5
+Description="<html>Copylib files default suffix(es)</html>"
+EditorType=string
+Enabled=false
+ValueDefault=".cpy"
+
+[Copylib names]
+Category=5
+Description="<html>Add CICS EIB data block to LINKAGE SECTION</html>"
+ValueDefault=0
+Enabled=false
+EditorType=multiple
+Choices="-copynames-case=exact|-copynames-case=lower|-copynames-case=upper"
+ChoicesReadable="Exact|Lower|Upper"
+
+[Copylib old]
+Category=5
+Description="<html>Allow old 1968 Copy statements</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-old-copy|-no-old-copy"
+
+[Copylib irreversibly]
+Category=5
+Description="<html>Inline copybooks irreversibly</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-irrev-inline|-no-irrev-inline"
+
+[Warnings]
+Category=6
+Description="<html>Display Warnings</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-warnings|-no-warnings"
+
+[Muli undef errors]
+Category=6
+Description="<html>Error message for every (OFF: only first) use of undefined name</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-multi-undefd-errs|-no-multi-undefd-errs"
+
+[Same para data name]
+Category=6
+Description="<html>One name can be used both as paragraph-name and data-name</html>"
+ValueDefault=0
+Enabled=false
+EditorType=multiple
+Choices="-same-para-data-name=dial|-same-para-data-name=no|-same-para-data-name=yes"
+ChoicesReadable="Dial|No|Yes"
+
+[Lengths and offsets]
+Category=7
+Description="<html>Compute data item lengths and offsets</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-leng-offs|-no-leng-offs"
+
+[Storage mode]
+Category=7
+Description="<html>Is Numeric Sign a Trailing Separate Character</html>"
+ValueDefault=0
+Enabled=false
+EditorType=multiple
+Choices="-lo-stor-mode=dial|-lo-stor-mode=no|-lo-stor-mode=yes"
+ChoicesReadable="Dial|No|Yes"
+
+[Numeric sign trailing separate]
+Category=7
+Description="<html>Is Numeric Sign a Trailing Separate Character</html>"
+ValueDefault=0
+Enabled=false
+EditorType=multiple
+Choices="-num-sign-trail-sep=dial|-num-sign-trail-sep=no|-num-sign-trail-sep=yes"
+ChoicesReadable="Dial|No|Yes"
+
+[Num sign EBCDIC]
+Category=7
+Description="<html>Is Numeric Sign an EBCDIC character</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-num-sign-ebcdic|-no-num-sign-ebcdic"
+
+[Lo pointer size]
+CallName="-lo-pointer-size="
+Category=7
+Description="<html>Memory model: Pointer size</html>"
+EditorType=numeric
+Enabled=true
+MaxVal=99
+MinVal=1
+ValueDefault=4
+
+[Lo proc pointer size]
+CallName="-lo-proc-pointer-size="
+Category=7
+Description="<html>Memory model: Procedure-Pointer size</html>"
+EditorType=numeric
+Enabled=true
+MaxVal=99
+MinVal=1
+ValueDefault=4
+
+[Lo index size]
+CallName="-lo-index-size="
+Category=7
+Description="<html>Memory model: Index size</html>"
+EditorType=numeric
+Enabled=true
+MaxVal=99
+MinVal=1
+ValueDefault=4
+
+[Lo unfold flex arrays]
+Category=7
+Description="<html>Compute length of table with OCCURS DEPENDING ON based on upper bounds</html>"
+ValueDefault=1
+Enabled=true
+EditorType=boolean
+TrueFalse="-lo-unfold-flex-arrays|-no-lo-unfold-flex-arrays"
+
+[Progress]
+Category=7
+Description="<html>Display Parsing Progress Indicator</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-progress|-no-progress"
+
+[Bailout level]
+Category=7
+Description="<html>Level of parser messages that cause bailout</html>"
+ValueDefault=2
+Enabled=false
+EditorType=multiple
+Choices="-bailout-level=warnings|-bailout-level=errors|-bailout-level=severe"
+ChoicesReadable="Warnings|Errors|Severe"
+
+[Stats]
+Category=7
+Description="<html>Print short source program statistics</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-stat|-no-stat"
+
+[Genereate SourcePrint]
+Category=8
+Description="<html>Generate Cobol in SourcePrint (ON) / PrettyPrint(OFF) mode</html>"
+ValueDefault=0
+Enabled=false
+EditorType=boolean
+TrueFalse="-gen-src|-no-gen-src"
+
+[Copybook dir]
+CallName="-gen-copy-dir="
+Category=8
+Description="<html>Write copybooks to this directory</html>"
+EditorType=string
+Enabled=false
+ValueDefault=""
+
 [Indent size]
 CallName="-gen-indent-step="
-Category=0
+Category=9
 Description="<html>Indentation step</html>"
 EditorType=numeric
 Enabled=true
 MaxVal=99
 MinVal=1
 ValueDefault=2
+
+[Indent max]
+CallName="-gen-max-indent="
+Category=9
+Description="<html>Maximum starting position for indented text</html>"
+EditorType=numeric
+Enabled=true
+MaxVal=99
+MinVal=1
+ValueDefault=40
+
+[Tabs]
+CallName="-gen-tabs="
+Category=9
+Description="<html>Tabulation Positions</html>"
+EditorType=string
+Enabled=false
+ValueDefault="12,24,32,42,44,54"
+
+[Line format]
+Category=9
+Description="<html>Generated line format</html>"
+ValueDefault=1
+Enabled=false
+EditorType=multiple
+Choices="-gen-line-format=na|-gen-line-format=fixed|-gen-line-format=free|-gen-line-format=fsc-free|-gen-line-format=var"
+ChoicesReadable="Na|Fixed|Free|FSC-free|Var"
+
+[Observe rules]
+Category=9
+Description="<html>Observe Area A/B rules in generated code</html>"
+ValueDefault=1
+Enabled=true
+EditorType=boolean
+TrueFalse="-gen-observe-ab-rules |-no-gen-observe-ab-rules "
+
+[Preserve comments]
+Category=10
+Description="<html>Preserve comments</html>"
+ValueDefault=1
+Enabled=true
+EditorType=boolean
+TrueFalse="-gen-print-comments |-no-gen-print-comments "
+
+[Enter Exit comments]
+Category=10
+Description="<html>Generate Enter/Exit comments around inlined copybooks</html>"
+ValueDefault=1
+Enabled=true
+EditorType=boolean
+TrueFalse="-gen-enter-exit-copy-comments|-no-gen-enter-exit-copy-comments"
+
+[Preserve line IDs]
+Category=11
+Description="<html>Preserve original Line IDs (cols 1-6, 73-80)</html>"
+ValueDefault=1
+Enabled=true
+EditorType=boolean
+TrueFalse="-gen-line-id-comments|-no-gen-line-id-comments"
+
+[Put text 73-80]
+CallName="-gen-73to80-fmt="
+Category=11
+Description="<html>Put text of this format into columns 73 to 80</html>"
+EditorType=string
+Enabled=false
+ValueDefault=""
+
+[Start number 73-80]
+CallName="-gen-73to80-start="
+Category=11
+Description="<html>Start value for number put into columns 73 to 80</html>"
+EditorType=numeric
+Enabled=true
+MaxVal=99
+MinVal=1
+ValueDefault=1
+
+[Step number 73-80]
+CallName="-gen-73to80-step="
+Category=11
+Description="<html>Step for number put into columns 73 to 80</html>"
+EditorType=numeric
+Enabled=true
+MaxVal=99
+MinVal=1
+ValueDefault=1
+
+[Convert comments]
+CallName="-gen-mark-conv="
+Category=11
+Description="<html>Add comment in columns 73 and up that show that line was changed or generated</html>"
+EditorType=string
+Enabled=false
+ValueDefault=""