Top Files (recommended, only Test Files seldom used) must be specified in order to build a project. During a build an internal dictionary is created, which is used for autocomplete and code navigation capabilities (see also Build).
Before going into the details, the analysis algorithm (where analysis includes syntax error detection, type indexing etc.) is:
|
Files analyzed via Top Files are marked with a blue bullet, for example in the Navigator view. |
|
Test Files are marked with a green bullet. |
|
Files with no bullet are not considered relevant for the project. |
|
Users may explicitly "ignore" some files (don't show errors in such files). |
Specifing for a project the Top Files and Test Files (Right click on a project > Properties > E Top/Test Files) comes from two considerations: the AOP nature of an e project and "Focus and garbage prevention".
To specify Top Files, SPECMAN_PATH etc. you can also directly edit the corresponding files <project_dir>.dvt/.edt_top_files, <project_dir>.dvt/.edt_specman_path etc. and use:
If you don't see the file in the Navigator View, you may have to disable some filters:
.
If some file or directory is not found, an error is signaled on the configuration file, in the Problems View etc.
.
.
