|
|||||||
|
The Tool menu offers useful tools you can apply when writing code. Check Spelling Check Spelling command checks the spelling in the current document. When you select the Check Spelling command, it opens a dialog box, which has the standard features of a Windows spell checker, such as:
Convert to DOS command converts text files to the DOS standard. This is necessary to do, if your files are according to the UNIX standard but they will be used in a DOS environment. DOS uses both a line feed and a carriage return character at the end of each line of a text file, while UNIX uses only a line feed character and there could be portability problems if you don’t convert your files. Convert to UNIX Convert to UNIX command converts text files to the UNIX standard. This is necessary to do, if your files are according to the DOS standard but they will be used in a UNIX environment. DOS uses both a line feed and a carriage return character at the end of each line of a text file, while UNIX uses only a line feed character and there could be portability problems if you don’t convert your files.
|
|||||||
|
|||||||