After this the full features become available in both the TFV and CC windows
Sort Function List - Sorts by alpha A-Z for the function names
Clicking a function name in the list will load the function code into the main textbox
*All resulting matches from a search are automatically loaded into the textbox
**You can search for "redundant" to have TFV search for redundantly declared functions
the listbox will be repopulated with redundant functions.. to get back to a regular function list
simply reclick the selected file
left side listbox will display results as you type, double clicking a result will bring up the appropriate source in the TFV window
Options -> Compile: Will package all the .cs files of the directory you last loaded in TFV and place it where you specify
in the settings page. Checking verify compile directory will give you an option to change that directory without loading another directory.
Options -> Compile/Run: (Not completed) Will package all the .cs files into a scripts.vol
and start the server you specify.
Options -> Close blocks: Will automatically add a } for each { you type or ) for each (
Tribes CC will bold each set of ( ) and { } so that you will know what each block goes with
Simply place your cursor before a (, ), {, and } and the open and close tags will be bolded
You can reparse your current work to correct any misdisplay of the tag coloring
By rightclicking and selecting parse all lines
Still working on the reason it removes the other colors from the table
You can press Alt + C to comment all the lines you've currently seleted
You can press Alt + V to remove all the comments on the lines you've selected
Pressing ESC will close the CC window
*Compile/execute fully implemented. Use this option and it will test run
Your mod on a server that you select, if any syntax errors are encountered
It will open a window and go to the line that tribes said the problem is on (Even tho it's not always the correct line)
Check the Tribes CC window you selected compile/exceute on for a list of filenames and linenumbers reported.