View preprocessors in ABL source files
- Last Updated: April 17, 2021
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
When you hover over a preprocessor reference, the value of the preprocessor appears
in a pop-up dialog. For example, in the following image, hovering over the
preprocessor {&TABLE} in the ABL Editor displays the current
value of preprocessor as Customer in a popup dialog. If the
preprocessor evaluation is not completed at the time of hovering, no value is
displayed in the hover pop-up dialog.
When the preprocessor evaluation is enabled, ABL Editor's code assistance evaluates
the value of preprocessors at selected offset and displays the proposals for the
defined preprocessor. If the preprocessor option is disabled, a message appears
stating Enable preprocessing to get proposals. For example, in the
following image, when a preprocessor DB is defined, code assistance after
{&DB} displays tables from the database.