Rational Developer for System z

Setting real-time syntax checking

You can set preferences that control whether the editor performs real-time syntax checking while you edit a file. Warning annotations are provided to assist with making corrections to identified errors. Additionally, disabling the syntax parser which will cause any tooling dependent on the parser to be disabled. The maximum number of problems reported is 200.

Procedure

  1. Click Window > Preferences > PL/I > Real-Time Syntax Checking.
  2. To enable real-time syntax warning to identify programming errors while you edit, click the Enable real-time syntax warnings checkbox.
  3. To disable the syntax parser, click the Disable syntax parser checkbox.
  4. Click Apply to save your changes.

Feedback