diff --git a/NewAndNoteworthy/CDT-11.4.md b/NewAndNoteworthy/CDT-11.4.md index 8f1bc093411..0eeef6aaacf 100644 --- a/NewAndNoteworthy/CDT-11.4.md +++ b/NewAndNoteworthy/CDT-11.4.md @@ -6,6 +6,17 @@ This is the New & Noteworthy page for CDT 11.4 which is part of Eclipse 2023-12 # Release Notes +# Build + +## Source and header file presentation + +The presentation of translation unit file information under an executable file within the _Project Explorer_ view has been improved. This information is obtained from debug records within the executable file. The file names are now sorted correctly. The icons for _external_ translation unit files (those residing outside the current Eclipse workspace) are now decorated with a folder image. Source and header files that are not present in the local file system are now shown with gray text: + +

+ +Users can opt to show or hide absent translation unit files using a new _Absent C/C++ translation unit files_ viewer filter: + +

# API Changes, current and planned diff --git a/NewAndNoteworthy/images/CDT-11.4-absent-tu-filter.png b/NewAndNoteworthy/images/CDT-11.4-absent-tu-filter.png new file mode 100644 index 00000000000..06e7d1d8d50 Binary files /dev/null and b/NewAndNoteworthy/images/CDT-11.4-absent-tu-filter.png differ diff --git a/NewAndNoteworthy/images/CDT-11.4-tu-decoration.png b/NewAndNoteworthy/images/CDT-11.4-tu-decoration.png new file mode 100644 index 00000000000..267b5a024a5 Binary files /dev/null and b/NewAndNoteworthy/images/CDT-11.4-tu-decoration.png differ