View and edit the source code
- Last Updated: March 12, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
.w files. The valid .w files are the
procedure files that are created using GUI Designer or standalone AppBuilder. This
editor is used to edit the ABL code of such valid (.w) files. To display the source code editor while editing a design window in the ABL UI Designer, do one of the following:
- Select the View Source
icon from the toolbar.
- Press F9.
- Right-click in the design window, and then select View Source from the context menu.
This displays the source code of the complete procedure file. If you want to view only the section of the code of an object, see View and edit code of an object.
Conversely, to display the design window while editing the source code, do one of the following:
- Right-click in the design window and select View Design from the context menu.
- Press Shift+F9.
An asterisk * icon appears on the design view and the source view (if opened), when you make changes to either of the views. The changes are synchronized when you switch between the design canvas and the source view, and when you save the file. Thus, changes that you make with either editor are immediately reflected in the other.