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.
You can:
- 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.
- 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.
- Enable/Disable reserved identifier warnings signaling. For example "struct" is not legal in "var struct" because it is a reserved keyword.
- Enable/Disable naming convention warnings signaling.

Project Natures
Top Files
Build (Dictionary)