How do I enable support for CodeSite 4?
CodeSiteEx makes this very simple. Perform the following steps:
- First, make sure you have CodeSite 4 installed.
- Open the CSX.INC file in any editor. Look for a line that reads {.$DEFINE CODESITE_3_PLUS}.
- If found, change this line to {$DEFINE CODESITE_3_PLUS} (remove the period before the $DEFINE keyword). This enables the conditional define to provide support for CodeSite versions 3 and above.
- Now, look for a line that reads {.$DEFINE CODESITE4}. Change this line to {$DEFINE CODESITE4} (remove the period before the $DEFINE keyword). This enables the conditional define that provides CodeSite 4 support.
- Save your changes to the CSX.INC file.