EDT Builder (Internal DVT Builder)

The EDT Builder is responsible for parsing all source files based on Top Files and SPECMAN_PATH properties of an e project. Besides signaling errors, warnings etc. it is responsible for indexing all entities into a dictionary used for autocomplete, hyperlinks, hierarchy presentation etc.

NOTE: It is not recommended to disable the EDT builder. You'll lose hyperlinks, autocomplete etc..

You can configure the EDT Builder from project properties, section Internal Builder.

Internal Builder Settings

You can:

  1. Enable/Disable syntactic errors signaling. If disabled, markers will not appear on source code, in Navigator View, in Errors View etc. Useful if you work with an external builder.
  2. Enable/Disable semantic errors signaling. If disabled, markers will not appear on source code, in Navigator View, in Errors View etc. Useful if you work with an external builder.
  3. Enable/Disable reserved identifier warnings signaling. For example "struct" is not legal in "var struct" because it is a reserved keyword.
  4. Enable/Disable naming convention warnings signaling.

Related Reference

Project Natures

Top Files

Build (Dictionary)