Delphi / RAD Studio tooltip extended view

2019-07-10 18:34发布

I currently have Delphi 2007 and Delphi XE installed on my laptop. The pop-up code insight tooltip view is limited in the XE installation. I seem to remember that this is in the editor options somewhere, but can't find it.

Can somebody please tell me where I turn on the extended tooltip view?

See image attached - D2007 on top , DXE below enter image description here

3条回答
叛逆
2楼-- · 2019-07-10 19:12

Besides "Tooltip Expression Evaluation" and "Tooltip Help Insight" settings, also check if you have these packages loaded/installed:

  • $(BDS)\Bin\dbkdebugideXXX.bpl
  • $(BDS)\bin\dbkdebugproideXXX.bpl

where XXX varies according to your Delphi version.

If you are using Delphi XE+ versions you can download Delphi Distiller and check them. They are called:

  • Embarcadero DBK Debugger IDE Package, and
  • Embarcadero DBK Debugger Professional IDE Package
查看更多
你好瞎i
3楼-- · 2019-07-10 19:16

Andreas answered my question correctly, however this did not solve my problem. Help insight worked correctly when triggered by Ctrl-Shift-H , but not on mouse hover, even though the Tooltip Help Insight was ticked. Re-booting etc did not help, however reinstalling XE Update 1 fixed the problem.

查看更多
女痞
4楼-- · 2019-07-10 19:22

Yes, in Delphi 2009 it is called 'Tooltip Help Insight', and is found at

Editor Options / Code Insight / Automatic features:

Screenshot http://privat.rejbrand.se/tooltiphelpinsight.png

查看更多
登录 后发表回答