The IDE Editors |
Top Previous Next |
The EXPL IDE can open and display multiple XPL source files in separate editors. Each editor will have its own page that can be selected by clicking on the corresponding tab. The editors are based on the Xedit programmer's editor and use a subset of the Xedit commands and features.
There are two basic kinds of editors in EXPL: one Main Editor and one or more Auxiliary Editors.
Auxiliary/Include Editors. Any files that are not in the main file are opened on separate pages. You can have an unlimited number of these files open at one time. They are often additional XPL files that are "included" by the main file. They can also be other XPL files that are not part of the main file. This is useful for copying code snippets to the main file. They can also be any unrelated text file.
Unlike the Main Editor, the EXPL compiler does not read directly from these editors. As a result, changes to any include files in an auxiliary editor must be saved before the compiler will use them.
Here is detailed information about using the editors:
|