Progress OpenEdge context menu
Print
- Last Updated: March 13, 2026
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The Progress OpenEdge menu contains options specific to the ABL Editor and is available from the editor's right-click context menu.
| Define Service Interface | Check the ABL syntax of the current file. This option does not save an r-code version of the file. |
| Exclude from Build | Enables you to exclude compilable resources when you build your project. You can exclude files, folders, or both from the build. |
| Include in Build | Enables you to include the excluded resources to the build. This option is only available for the resources that were excluded from the build. |
| Add Annotations | Open the Add Annotation wizard to insert ABL source-only annotations in one or more files. |
| Restart OpenEdge AVM | Enables you to restart the OpenEdge AVM (ABL Virtual Machine). |
| Compile | Enables you to compile the selected project files or folders. |
| Clear OpenEdge Compile Errors | Clear any OpenEdge
error for a particular file or project folder from the Problems
view. Note: The Clear OpenEdge Compile
Errors option does not correct the errors. Any
unfixed errors are flagged again when you next compile the
code. |
| Generate Sonic ESB Invocation Files | Enables you to generate Sonic .esboe file for the OpenEdge procedure file. |
| Generate REST OE Invocation Files | Enables you to generate REST .pidl file for the OpenEdge procedure file. |