DVT PSS IDE User Guide
Rev. 24.1.5, 13 March 2024

26.7.2 Decorations

26.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.

26.7.2.2 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.

26.7.2.3 Errors and Warnings

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

Error
Warning