~ubuntu-branches/ubuntu/maverick/universalindentgui/maverick-proposed

« back to all changes in this revision

Viewing changes to indenters/uigui_CblBeau.ini

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2009-04-29 10:50:58 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090429105058-7xj26rwxxnir1tr7
Tags: 1.0.2-1
* New upstream release:
  - The default editor font type is now Monospace instead of Courier.
    (Closes: #483873)
* Add 01_disable_check_for_update.diff patch:
  Automatic check for update is disabled by default. (Closes: #514999)
* Bump debian/compat to 7.
* Update debian/control:
  - Set Thomas Schweitzer as maintainer and myself as uploader.
    (Closes: #483068)
  - Bump debhelper build-dependency to 7.
  - Bump Standards-Version to 3.8.1. No changes needed.
  - Update recommended beautifier list.
  - Update description to list all supported beautifiers.
* Update debian/copyright:
  - Add PerlTidy.pm and JsDecoder.js missing copyrights.
* Cleanup debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[header]
 
2
categories="Cobol Beautifier|Renumbering|Generic Reporting|Cobol Dialects|Extra Features|Copy Libraries|Parser Messages|Length and Offset|PrettyPrint Basics|PrettyPrint Indentation|Output Comments|Line Identification"
 
3
cfgFileParameterEnding=" "
 
4
configFilename=
 
5
fileTypes=*.cbl|*.cob
 
6
indenterFileName=cbl-beau.exe
 
7
indenterName=Cobol Beautifier (Cobol)
 
8
inputFileName=indentinput
 
9
inputFileParameter=" "
 
10
manual=http://www.siber.com/sct/tools/cbl-beau.html
 
11
outputFileName=indentoutput
 
12
outputFileParameter="-gen-file="
 
13
parameterOrder=ipo
 
14
showHelpParameter="-help"
 
15
stringparaminquotes=false
 
16
useCfgFileParameter=
 
17
version=1.0
 
18
 
 
19
 
 
20
[Add value clause]
 
21
Category=0
 
22
Description="<html>Add VALUE clauses to WS data items that have no VALUE clause</html>"
 
23
ValueDefault=0
 
24
Enabled=false
 
25
EditorType=boolean
 
26
TrueFalse="-add-value-clause|"
 
27
 
 
28
[Norm dd levels]
 
29
Category=0
 
30
Description="<html>Normalize data item level numbers</html>"
 
31
ValueDefault=0
 
32
Enabled=false
 
33
EditorType=boolean
 
34
TrueFalse="-norm-dd-levels|"
 
35
 
 
36
[Add end stmts]
 
37
Category=0
 
38
Description="<html>Add END-IF, END-SEARCH, END-EVALUATE, END-PERFORM closing statements</html>"
 
39
ValueDefault=0
 
40
Enabled=false
 
41
EditorType=boolean
 
42
TrueFalse="-add-end-stmts|"
 
43
 
 
44
[Section name fmt]
 
45
CallName="-section-name-fmt="
 
46
Category=1
 
47
Description="<html>Section name format, smth like T1%dT2%sT3</html>"
 
48
EditorType=string
 
49
Enabled=false
 
50
ValueDefault="T1%dT2%sT3"
 
51
 
 
52
[Section name start]
 
53
CallName="-section-name-start="
 
54
Category=1
 
55
Description="<html>Start value for number in section name</html>"
 
56
EditorType=numeric
 
57
Enabled=false
 
58
MaxVal=9999
 
59
MinVal=0
 
60
ValueDefault=1
 
61
 
 
62
[Section name step]
 
63
CallName="-section-name-step="
 
64
Category=1
 
65
Description="<html>Step for number in section name</html>"
 
66
EditorType=numeric
 
67
Enabled=false
 
68
MaxVal=9999
 
69
MinVal=0
 
70
ValueDefault=1
 
71
 
 
72
[Para name fmt]
 
73
CallName="-para-name-fmt="
 
74
Category=1
 
75
Description="<html>Paragraph name format, smth like T1%dT2%sT3</html>"
 
76
EditorType=string
 
77
Enabled=false
 
78
ValueDefault="T1%dT2%sT3"
 
79
 
 
80
[Para name start]
 
81
CallName="-para-name-start="
 
82
Category=1
 
83
Description="<html>Start value for counter in paragraph name</html>"
 
84
EditorType=numeric
 
85
Enabled=false
 
86
MaxVal=9999
 
87
MinVal=0
 
88
ValueDefault=1
 
89
 
 
90
[Para name step]
 
91
CallName="-para-name-step="
 
92
Category=1
 
93
Description="<html>Step for counter in paragraph name</html>"
 
94
EditorType=numeric
 
95
Enabled=false
 
96
MaxVal=9999
 
97
MinVal=0
 
98
ValueDefault=1
 
99
 
 
100
[Data name fmt]
 
101
CallName="-data-name-fmt="
 
102
Category=1
 
103
Description="<html>Data name format, smth like T1%dT2%sT3</html>"
 
104
EditorType=string
 
105
Enabled=false
 
106
ValueDefault="T1%dT2%sT3"
 
107
 
 
108
[Data name start]
 
109
CallName="-data-name-start="
 
110
Category=1
 
111
Description="<html>Start value for number in data name</html>"
 
112
EditorType=numeric
 
113
Enabled=false
 
114
MaxVal=9999
 
115
MinVal=0
 
116
ValueDefault=1
 
117
 
 
118
[Data name step]
 
119
CallName="-data-name-step="
 
120
Category=1
 
121
Description="<html>Step for number in data name</html>"
 
122
EditorType=numeric
 
123
Enabled=false
 
124
MaxVal=9999
 
125
MinVal=0
 
126
ValueDefault=1
 
127
 
 
128
[Conv warn]
 
129
Category=2
 
130
Description="<html>Warn about transformation problems</html>"
 
131
ValueDefault=1
 
132
Enabled=true
 
133
EditorType=boolean
 
134
TrueFalse="-conv-warn|-no-conv-warn"
 
135
 
 
136
[Conv info]
 
137
Category=2
 
138
Description="<html>Inform about every transformation performed</html>"
 
139
ValueDefault=0
 
140
Enabled=false
 
141
EditorType=boolean
 
142
TrueFalse="-conv-info|-no-conv-info"
 
143
 
 
144
[Conv list]
 
145
Category=2
 
146
Description="<html>List all transformations applied</html>"
 
147
ValueDefault=0
 
148
Enabled=false
 
149
EditorType=boolean
 
150
TrueFalse="-conv-list|-no-conv-list"
 
151
 
 
152
[Find only]
 
153
Category=2
 
154
Description="<html>Only list potential transformations, do not execute them</html>"
 
155
ValueDefault=0
 
156
Enabled=false
 
157
EditorType=boolean
 
158
TrueFalse="-find-only|-no-find-only"
 
159
 
 
160
[Silent]
 
161
Category=2
 
162
Description="<html>Do not print short summary of the conversion</html>"
 
163
ValueDefault=0
 
164
Enabled=false
 
165
EditorType=boolean
 
166
TrueFalse="-silent|-no-silent"
 
167
 
 
168
[Primary Cobol dialect]
 
169
Category=3
 
170
Description="<html>Set the primary Cobol dialect</html>"
 
171
ValueDefault=1
 
172
Enabled=false
 
173
EditorType=multiple
 
174
Choices="-lang=ansi74|-lang=ansi85|-lang=osvs|-lang=vsii|-lang=saa|-lang=xopen|-lang=mf|-lang=ms|-lang=rm|-lang=rm85|-lang=dosvs|-lang=univac|-lang=wang|-lang=fsc|-lang=net|-lang=fscnet|-lang=icobol|-lang=acu|-lang=dml|-lang=idms"
 
175
ChoicesReadable="Ansi 74|Ansi 85|OSVS|VSII|SAA|XOpen|MF|MS|RM|RM 85|DOSVS|UniVAC|Wang|FSC|Net|FSCnet|iCobol|ACU|DML|IDMS"
 
176
 
 
177
[Secondary Cobol dialect]
 
178
Category=3
 
179
Description="<html>Set the secondary Cobol dialect</html>"
 
180
ValueDefault=0
 
181
Enabled=false
 
182
EditorType=multiple
 
183
Choices="-lang2=ansi74|-lang2=ansi85|-lang2=osvs|-lang2=vsii|-lang2=saa|-lang2=xopen|-lang2=mf|-lang2=ms|-lang2=rm|-lang2=rm85|-lang2=dosvs|-lang2=univac|-lang2=wang|-lang2=fsc|-lang2=net|-lang2=fscnet|-lang2=icobol|-lang2=acu|-lang2=dml|-lang2=idms"
 
184
ChoicesReadable="Ansi 74|Ansi 85|OSVS|VSII|SAA|XOpen|MF|MS|RM|RM 85|DOSVS|UniVAC|Wang|FSC|Net|FSCnet|iCobol|ACU|DML|IDMS"
 
185
 
 
186
[Line format]
 
187
Category=3
 
188
Description="<html>Set the secondary Cobol dialect</html>"
 
189
ValueDefault=0
 
190
Enabled=false
 
191
EditorType=multiple
 
192
Choices="-line-format=dial|-line-format=fixed|-line-format=free|-line-format=fsc-free|-line-format=var"
 
193
ChoicesReadable="Dial|fixed|free|FSC free|var"
 
194
 
 
195
[Progid comments]
 
196
Category=3
 
197
Description="<html>Allow Program-Id line comments</html>"
 
198
ValueDefault=0
 
199
Enabled=false
 
200
EditorType=boolean
 
201
TrueFalse="-progid-comments|-no-progid-comments"
 
202
 
 
203
[Separators follow spaces]
 
204
Category=3
 
205
Description="<html>Separators must be followed by spaces</html>"
 
206
ValueDefault=0
 
207
Enabled=false
 
208
EditorType=multiple
 
209
Choices="-sep-space-reqd=dial|-sep-space-reqd=no|-sep-space-reqd=yes"
 
210
ChoicesReadable="Dial|No|Yes"
 
211
 
 
212
[Exclude keywords]
 
213
CallName="-exclude-keywords="
 
214
Category=3
 
215
Description="<html>Excluded keywords (separated by spaces?)</html>"
 
216
EditorType=string
 
217
Enabled=false
 
218
ValueDefault=""
 
219
 
 
220
[Set constants]
 
221
CallName="-set-constants="
 
222
Category=4
 
223
Description="<html>78 constant settings, strings: name'value', numbers: name(value)</html>"
 
224
EditorType=string
 
225
Enabled=false
 
226
ValueDefault=""
 
227
 
 
228
[Assign external]
 
229
Category=4
 
230
Description="<html>Assume that undefined data items in ASSIGN TO are external</html>"
 
231
ValueDefault=0
 
232
Enabled=false
 
233
EditorType=boolean
 
234
TrueFalse="-assign-external|-no-assign-external"
 
235
 
 
236
[SQL]
 
237
Category=4
 
238
Description="<html>Parse SQL in EXEC SQL</html>"
 
239
ValueDefault=0
 
240
Enabled=false
 
241
EditorType=boolean
 
242
TrueFalse="-sql|-no-sql"
 
243
 
 
244
[CICS]
 
245
Category=4
 
246
Description="<html>Parse CICS statements embedded in EXEC CICS ... END-EXEC</html>"
 
247
ValueDefault=0
 
248
Enabled=false
 
249
EditorType=boolean
 
250
TrueFalse="-cics|-no-cics"
 
251
 
 
252
[CICS EIB]
 
253
Category=4
 
254
Description="<html>Add CICS EIB data block to LINKAGE SECTION</html>"
 
255
ValueDefault=0
 
256
Enabled=false
 
257
EditorType=multiple
 
258
Choices="-cics-eib=auto|-cics-eib=no|-cics-eib=yes"
 
259
ChoicesReadable="Auto|No|Yes"
 
260
 
 
261
[Copylib dir]
 
262
CallName="-copylib-dir="
 
263
Category=5
 
264
Description="<html>Copylib directories path</html>"
 
265
EditorType=string
 
266
Enabled=false
 
267
ValueDefault="."
 
268
 
 
269
[Copylib suffix]
 
270
CallName="-copylib-sfx="
 
271
Category=5
 
272
Description="<html>Copylib files default suffix(es)</html>"
 
273
EditorType=string
 
274
Enabled=false
 
275
ValueDefault=".cpy"
 
276
 
 
277
[Copylib names]
 
278
Category=5
 
279
Description="<html>Add CICS EIB data block to LINKAGE SECTION</html>"
 
280
ValueDefault=0
 
281
Enabled=false
 
282
EditorType=multiple
 
283
Choices="-copynames-case=exact|-copynames-case=lower|-copynames-case=upper"
 
284
ChoicesReadable="Exact|Lower|Upper"
 
285
 
 
286
[Copylib old]
 
287
Category=5
 
288
Description="<html>Allow old 1968 Copy statements</html>"
 
289
ValueDefault=0
 
290
Enabled=false
 
291
EditorType=boolean
 
292
TrueFalse="-old-copy|-no-old-copy"
 
293
 
 
294
[Copylib irreversibly]
 
295
Category=5
 
296
Description="<html>Inline copybooks irreversibly</html>"
 
297
ValueDefault=0
 
298
Enabled=false
 
299
EditorType=boolean
 
300
TrueFalse="-irrev-inline|-no-irrev-inline"
 
301
 
 
302
[Warnings]
 
303
Category=6
 
304
Description="<html>Display Warnings</html>"
 
305
ValueDefault=0
 
306
Enabled=false
 
307
EditorType=boolean
 
308
TrueFalse="-warnings|-no-warnings"
 
309
 
 
310
[Muli undef errors]
 
311
Category=6
 
312
Description="<html>Error message for every (OFF: only first) use of undefined name</html>"
 
313
ValueDefault=0
 
314
Enabled=false
 
315
EditorType=boolean
 
316
TrueFalse="-multi-undefd-errs|-no-multi-undefd-errs"
 
317
 
 
318
[Same para data name]
 
319
Category=6
 
320
Description="<html>One name can be used both as paragraph-name and data-name</html>"
 
321
ValueDefault=0
 
322
Enabled=false
 
323
EditorType=multiple
 
324
Choices="-same-para-data-name=dial|-same-para-data-name=no|-same-para-data-name=yes"
 
325
ChoicesReadable="Dial|No|Yes"
 
326
 
 
327
[Lengths and offsets]
 
328
Category=7
 
329
Description="<html>Compute data item lengths and offsets</html>"
 
330
ValueDefault=0
 
331
Enabled=false
 
332
EditorType=boolean
 
333
TrueFalse="-leng-offs|-no-leng-offs"
 
334
 
 
335
[Storage mode]
 
336
Category=7
 
337
Description="<html>Is Numeric Sign a Trailing Separate Character</html>"
 
338
ValueDefault=0
 
339
Enabled=false
 
340
EditorType=multiple
 
341
Choices="-lo-stor-mode=dial|-lo-stor-mode=no|-lo-stor-mode=yes"
 
342
ChoicesReadable="Dial|No|Yes"
 
343
 
 
344
[Numeric sign trailing separate]
 
345
Category=7
 
346
Description="<html>Is Numeric Sign a Trailing Separate Character</html>"
 
347
ValueDefault=0
 
348
Enabled=false
 
349
EditorType=multiple
 
350
Choices="-num-sign-trail-sep=dial|-num-sign-trail-sep=no|-num-sign-trail-sep=yes"
 
351
ChoicesReadable="Dial|No|Yes"
 
352
 
 
353
[Num sign EBCDIC]
 
354
Category=7
 
355
Description="<html>Is Numeric Sign an EBCDIC character</html>"
 
356
ValueDefault=0
 
357
Enabled=false
 
358
EditorType=boolean
 
359
TrueFalse="-num-sign-ebcdic|-no-num-sign-ebcdic"
 
360
 
 
361
[Lo pointer size]
 
362
CallName="-lo-pointer-size="
 
363
Category=7
 
364
Description="<html>Memory model: Pointer size</html>"
 
365
EditorType=numeric
 
366
Enabled=true
 
367
MaxVal=99
 
368
MinVal=1
 
369
ValueDefault=4
 
370
 
 
371
[Lo proc pointer size]
 
372
CallName="-lo-proc-pointer-size="
 
373
Category=7
 
374
Description="<html>Memory model: Procedure-Pointer size</html>"
 
375
EditorType=numeric
 
376
Enabled=true
 
377
MaxVal=99
 
378
MinVal=1
 
379
ValueDefault=4
 
380
 
 
381
[Lo index size]
 
382
CallName="-lo-index-size="
 
383
Category=7
 
384
Description="<html>Memory model: Index size</html>"
 
385
EditorType=numeric
 
386
Enabled=true
 
387
MaxVal=99
 
388
MinVal=1
 
389
ValueDefault=4
 
390
 
 
391
[Lo unfold flex arrays]
 
392
Category=7
 
393
Description="<html>Compute length of table with OCCURS DEPENDING ON based on upper bounds</html>"
 
394
ValueDefault=1
 
395
Enabled=true
 
396
EditorType=boolean
 
397
TrueFalse="-lo-unfold-flex-arrays|-no-lo-unfold-flex-arrays"
 
398
 
 
399
[Progress]
 
400
Category=7
 
401
Description="<html>Display Parsing Progress Indicator</html>"
 
402
ValueDefault=0
 
403
Enabled=false
 
404
EditorType=boolean
 
405
TrueFalse="-progress|-no-progress"
 
406
 
 
407
[Bailout level]
 
408
Category=7
 
409
Description="<html>Level of parser messages that cause bailout</html>"
 
410
ValueDefault=2
 
411
Enabled=false
 
412
EditorType=multiple
 
413
Choices="-bailout-level=warnings|-bailout-level=errors|-bailout-level=severe"
 
414
ChoicesReadable="Warnings|Errors|Severe"
 
415
 
 
416
[Stats]
 
417
Category=7
 
418
Description="<html>Print short source program statistics</html>"
 
419
ValueDefault=0
 
420
Enabled=false
 
421
EditorType=boolean
 
422
TrueFalse="-stat|-no-stat"
 
423
 
 
424
[Genereate SourcePrint]
 
425
Category=8
 
426
Description="<html>Generate Cobol in SourcePrint (ON) / PrettyPrint(OFF) mode</html>"
 
427
ValueDefault=0
 
428
Enabled=false
 
429
EditorType=boolean
 
430
TrueFalse="-gen-src|-no-gen-src"
 
431
 
 
432
[Copybook dir]
 
433
CallName="-gen-copy-dir="
 
434
Category=8
 
435
Description="<html>Write copybooks to this directory</html>"
 
436
EditorType=string
 
437
Enabled=false
 
438
ValueDefault=""
 
439
 
 
440
[Indent size]
 
441
CallName="-gen-indent-step="
 
442
Category=9
 
443
Description="<html>Indentation step</html>"
 
444
EditorType=numeric
 
445
Enabled=true
 
446
MaxVal=99
 
447
MinVal=1
 
448
ValueDefault=2
 
449
 
 
450
[Indent max]
 
451
CallName="-gen-max-indent="
 
452
Category=9
 
453
Description="<html>Maximum starting position for indented text</html>"
 
454
EditorType=numeric
 
455
Enabled=true
 
456
MaxVal=99
 
457
MinVal=1
 
458
ValueDefault=40
 
459
 
 
460
[Tabs]
 
461
CallName="-gen-tabs="
 
462
Category=9
 
463
Description="<html>Tabulation Positions</html>"
 
464
EditorType=string
 
465
Enabled=false
 
466
ValueDefault="12,24,32,42,44,54"
 
467
 
 
468
[Line format]
 
469
Category=9
 
470
Description="<html>Generated line format</html>"
 
471
ValueDefault=1
 
472
Enabled=false
 
473
EditorType=multiple
 
474
Choices="-gen-line-format=na|-gen-line-format=fixed|-gen-line-format=free|-gen-line-format=fsc-free|-gen-line-format=var"
 
475
ChoicesReadable="Na|Fixed|Free|FSC-free|Var"
 
476
 
 
477
[Observe rules]
 
478
Category=9
 
479
Description="<html>Observe Area A/B rules in generated code</html>"
 
480
ValueDefault=1
 
481
Enabled=true
 
482
EditorType=boolean
 
483
TrueFalse="-gen-observe-ab-rules |-no-gen-observe-ab-rules "
 
484
 
 
485
[Preserve comments]
 
486
Category=10
 
487
Description="<html>Preserve comments</html>"
 
488
ValueDefault=1
 
489
Enabled=true
 
490
EditorType=boolean
 
491
TrueFalse="-gen-print-comments |-no-gen-print-comments "
 
492
 
 
493
[Enter Exit comments]
 
494
Category=10
 
495
Description="<html>Generate Enter/Exit comments around inlined copybooks</html>"
 
496
ValueDefault=1
 
497
Enabled=true
 
498
EditorType=boolean
 
499
TrueFalse="-gen-enter-exit-copy-comments|-no-gen-enter-exit-copy-comments"
 
500
 
 
501
[Preserve line IDs]
 
502
Category=11
 
503
Description="<html>Preserve original Line IDs (cols 1-6, 73-80)</html>"
 
504
ValueDefault=1
 
505
Enabled=true
 
506
EditorType=boolean
 
507
TrueFalse="-gen-line-id-comments|-no-gen-line-id-comments"
 
508
 
 
509
[Put text 73-80]
 
510
CallName="-gen-73to80-fmt="
 
511
Category=11
 
512
Description="<html>Put text of this format into columns 73 to 80</html>"
 
513
EditorType=string
 
514
Enabled=false
 
515
ValueDefault=""
 
516
 
 
517
[Start number 73-80]
 
518
CallName="-gen-73to80-start="
 
519
Category=11
 
520
Description="<html>Start value for number put into columns 73 to 80</html>"
 
521
EditorType=numeric
 
522
Enabled=true
 
523
MaxVal=99
 
524
MinVal=1
 
525
ValueDefault=1
 
526
 
 
527
[Step number 73-80]
 
528
CallName="-gen-73to80-step="
 
529
Category=11
 
530
Description="<html>Step for number put into columns 73 to 80</html>"
 
531
EditorType=numeric
 
532
Enabled=true
 
533
MaxVal=99
 
534
MinVal=1
 
535
ValueDefault=1
 
536
 
 
537
[Convert comments]
 
538
CallName="-gen-mark-conv="
 
539
Category=11
 
540
Description="<html>Add comment in columns 73 and up that show that line was changed or generated</html>"
 
541
EditorType=string
 
542
Enabled=false
 
543
ValueDefault=""