DVT e Language IDE User Guide
Rev. 24.1.5, 13 March 2024

35.7.2 Decorations

35.7.2.1 Compiled Files

To enable/disable go to Window > Preferences > General > Appearance > Label Decorations preference page and check/uncheck DVT Compiled File.

Compiled File
Skipped File

See also: Build_Configurations.

35.7.2.2 Test Files

To enable/disable go to Window > Preferences > General > Appearance > Label Decorations preference page and check/uncheck e Language Test Module.

Test File
Active Test File

See also: e Language Test Files.

35.7.2.3 Layers (Extensions)

To enable/disable go to Opens the decorators preference page Window > Preferences > General > Appearance > Label Decorations preference page and check/uncheck e Language Extension Layer.

is undefined
is empty
is first
is only
is also
is inline

35.7.2.4 Access Modifiers (Encapsulation)

To enable/disable go to Window > Preferences > General > Appearance > Label Decorations preference page and check/uncheck e Language Access Modifier.

Private. Only code within both the package and the struct family scope can access the struct member.
Protected. Code outside the struct family scope cannot access the struct member
Package. Code outside the package files cannot access the struct member.
Public.The struct member has no access restriction.

35.7.2.5 Errors and Warnings

To enable/disable go to Window > Preferences > General > Appearance > Label Decorations preference page and check/uncheck e Language Problem.

Error
Warning