diff --git a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm index e75f2b0a226..f5793f5dffc 100644 --- a/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm +++ b/doc/org.eclipse.cdt.doc.user/concepts/cdt_c_whatsnew.htm @@ -224,6 +224,8 @@ may contain other information. Open Declaration (F3) improved, particularly for unresolved symbols.

Open Declaration is capable of detecting potential matches.

Improved open declaration for unresolved symbols +

It is now possible to navigate from a delete statement to the destructor method that is implicitly called.

+

Delete statement navigation diff --git a/doc/org.eclipse.cdt.doc.user/images/60/CDT_6.0_delete.png b/doc/org.eclipse.cdt.doc.user/images/60/CDT_6.0_delete.png new file mode 100644 index 00000000000..6d6c2742ffd Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/60/CDT_6.0_delete.png differ