Update the New dialog
You can modify the New dialog (which displays when you choose File > New) by updating creatables.conf.
- Open the creatables.conf file in your GST setup directory (as defined by the GSTSETUPDIR environment variable).
-
Find the
Category
element where you want to include the new file type. The first-levelCategory
element corresponds to the Categories list in the New dialog. The second-levelCategory
element corresponds to the Types section in the New dialog.For example, for a Genero database type, first find theCategory
element with a name attribute ofGenero
, and then find theDatabase
category beneath that. -
Create a
New
,File
,Directory
orWizard
element to represent the newly defined file. The easiest method is to copy an existing element and edit the attributes. For example:<New index="210" name="BANewServiceServer" action="BANewProgram" label="SOAP Web Service Server (.4wsprg)" actionLabel="Implement SOAP Web Service Server" icon="document_4wsprg" description="Create SOAP Web Service Server" extension="4wsprg" />
- Save your files.
- In Genero Studio, select Tools > Specific setup > Reload.