DT4 - How to show document title with path popover in inspector pane (See also & Classify) immediately

Hi,

is it be possible to show document title with path immediately on mouseover? At the moment, it takes a while. Maybe with a hidden setting (in a future version)? There were already requests here and here.

Thanks
Chris

DEVONthink uses macOS default handling of tooltips and the delay isn’t customizable. The only workaround is therefore currently to increase the width of the inspector.

Thanks for the hint. That works for me…

In Terminal:

  1. defaults write com.devon-technologies.think NSInitialToolTipDelay -int 1
    (global: defaults write -g NSInitialToolTipDelay -int 1)
  2. killall SystemUIServer

then

  1. restart DEVONthink (on my second Macbook i had to restart macOS)
1 Like