Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Functionality

Liam Barry edited this page Oct 2, 2018 · 5 revisions

ILEditor functionality 🙌

Below is a list of functionality available in ILEditor.

  • Syntax highlighting for ILE languages - We will highlight all available ILE languages, including RPG, C/C++ & COBOL.

  • Simple editor features - Ability to have normal editor controls like undo, redo, etc, as well as the ability to quick comment.

  • Compile error listing - After you compile an object, you are able to get a pretty compile listing within the IDE. Each error is clickable, in which it will take you to where the error is located.

  • Source Member editing - Browse, view and edit source members.

  • Stream file editing - Browse, view and edit stream files within the IFS.

  • CL formatting - Built in formatting for CL commands that go over the record length

  • Multiple system configurations - Setup multiple systems so can switch between them easily.

  • Task List - If you mark your code with //TODO and //HACK, you can see a pleasant clickable list within the IDE. This make it easier to keep on top of your tasks!

  • Spool File Listing - View all your spool files with ILEditor.

Clone this wiki locally