-
Notifications
You must be signed in to change notification settings - Fork 19
2.0 Navigation

Add SYM - You can add SYMs from multiple servers, i.e. Symitar, SymitarTest, etc. When you click Add SYM, a login dialog pops up. Enter your Server Hostname, SYM number, your AIX User Name, AIX Password and your Teller Login.

Mount Local Folder - This allows you to create a folder on your PC/Laptop and mount it in RepDev. If you are travelling and do not have network connection to Symitar, you can save RepGens, LetterFiles, HelpFiles and DataFiles here and edit them in the offline mode. In the offline mode, you will have syntax highlighting and auto complete, but you will not be able to Check a specfile for errors.
Add Project - If you are working on a project or a task that involves multiple RepGens, you can create a project and create/import all associated RepGens and files to keep them grouped together. When it's time to move the code into production, you can drag the project from the test SYM to the production SYM and you're done. Or you can highlight the RepGens/Files and drag them to the production SYM.
Create File - Select a project, click Create File and you can create a RepGen, LetterFile, HelpFile or DataFile in the Project.
Delete Item - Select a RepGen, LetterFile, HelpFile, DataFile and click Delete Item and it will be removed from the project. It will also give you the option to delete the file from the SYM. You can also select a project and delete it as well.
Import File - Click on a project and click Import File, to import existing RepGen, LetterFile, HelpFile or DataFile into the project.
View File - You can use this option to view a RepGen, LetterFile, HelpFile, or DataFile without having to import it into a project first.
Save File - This will save the RepGen, LetterFile, HelpFile or DataFile.
Install RepGen - This will install the RepGen for On-Demand use.
Run Report - This will allow you to run a Batch RepGen from within RepDev. After the report is done, RepDev will open the report. Note: the report has a maximum size of 2 megabytes. The rest will be truncated.
Print File - This will spool the RepGen, LetterFile, HelpFile or DataFile to a printer of your choice.
Toggle Color - This will allow you to toggle the color mode or black and white mode.
Toggle Full Screen - Will go into full screen mode.
Custom SYM Description - You may set custom SYM descriptions such as Production, General Test SYM, Vendor X conversion proj etc.
Errors/Warnings - This tab will display RepGen Errors or warnings, such as a variable unused.
Editor - This is the editor tab for you to edit RepGens, LetterFiles, HelpFiles and DataFiles.
Tasks - This tab will list all of the Task Tags you have in the opened RepGens. Currently, there are 7 Tags; TODO, FIXME, BUG, WTF, BM or BOOKMARK, TEST, NOTE.
[TODO: mark the code to remind you to do something.]
[FIXME: mark the code to remind you to fix this portion of the code.]
[BUG: Make note that this portion of the code has a bug.]
[WTF: What's This For ?? :) ]
[BM: Bookmark to easily jump to this code.]
[BOOKMARK: Bookmark to easily jump to this code.]
[TEST: Mark the code as Test so that you remember to remove it before moving it to Production.]
[NOTE: Leave notes for the next programmer to point out specific warnings or things to be aware of.]
Context Menu - There are also context menu options that you can use by right clicking on the File, Project or SYM.
