The IDE of Trinc-Prolog contains a text editor with syntax highlighting for viewing and editing Prolog source code. The text editor can be opened by:
The text editor looks like:
![]() |
Multiple files can be opened at the same time. The file which is visible is the current file being edited. The toolbar of the edit window contains buttons for the most common file operations: creating, opening, closing, saving and compiling files. The files opened in the text editor are only usable by the Prolog inference engine after they have been compiled. To compile the current file press the 'Compile' button or press CTRL+F9.