To change the default compile and runtime options in your default PROJECT template:
C:\> cd "\your-elastic-cobol-dir\plugins\com.heirloomcomputing.ecd.ui_YY.MM.DD\project_templates\default"
Or on Linux/UNIX:
$ cd "/your-elastic-cobol-dir/plugins/com.heirloomcomputing.ecd.ui_YY.MM.DD/project_templates/default"
Edit the "template.properties" file. For example, if you wanted to add in all options for producing a compile-time listing file, you could enter the following:
elastic_cobol_setting.listing.file.value=1
elastic_cobol_setting.listing.cross.value=1
elastic_cobol_setting.listing.vbref.value=1
elastic_cobol_setting.listing.info.value=1
Next time you create a new COBOL project, these changes will be in effect for all programs by default.
Refer to the "template.properties" file for the location of the properties files that describe the complete list of options that can be set.
0 Comments