 |
Special Features |
-
Auto-Indenting:
-
If you press Enter in the editor, the cursor will be under the first non-whitespace character of the previous line.
-
Auto-Blocks:
- If you press '{' on a new line, the corresponding '}' is created automatically, and all formatting with tabs is done automatically as well. You can disable this feature.
-
Error Tracking:
- Even if you edit a source file, clicking on an error will still jump to the correct position. Optionally, error list entries are deleted when you delete the
character that caused the error.
-
File Date Checking:
- Files are compiled only if they were modified since the last compilation.
-
Keyword Search:
- Pressing F1 on a TIGCC Library function or a keyword will search the index for that function.
-
Code Auto-Completion:
- The editor implements several features to make writing code using the predefined library calls easier.