In BDS 2006 GExperts 1.37 the expert "Components To Code" with a TPopUpMenu does not export the hint properties.
Bug Details:
The bug is reproducible 100% of the time
Steps:
1. Start Borland Developer Studio 2006 from the start menu
2. The default (empty) project is open
3. in the designe mark a tPopUpMenu component
4. in the gexpert menu select "Component to code"
5. insert the clipboar to an empty editor
6. search for "hint"
Configuration:
OS: Windows XP 5.1 (Build 2600: Service Pack 3)
GExperts: GExpertsBDS2006.dll 1.3.7.0 from 13.04.2014 17:00:44
IDE: ideBDS2006
ComCtl32: 5.82.2900.6028
Note from Erik: This is an older GExperts version and I did not try to repliacate the issue with the most recent release in BDS 2006.
I've tried to reproduce with current GExperts code (v1.3.9.51) on both Delphi 2007 (oldest version available here) and Delphi 10.2.2: Works as expected; the "Hint" properties of popup menu items are copied to the clipboard:
Marking fixed, since Achim verified this works in the latest code. I have a vague memory we added code to handle menu items better a few years ago.