-
Notifications
You must be signed in to change notification settings - Fork 29
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.