Menu

#859 Completion tooltip help disapeers instantly when command is already complete

None
wont-fix
nobody
1
2014-03-17
2013-11-21
No

When a user "completes" an already complete command, the tooltip help only shows for brief moments. Maybe it should show until the mouse is moved.

Steps to reproduce:

  • write a command with help available, such as "\small"
  • try to auto-complete the written command

The help tooltip will show for a brief moment.

I am running version 2.6.6 on Windows 7 64 bits.

Discussion

  • Tim Hoffmann

    Tim Hoffmann - 2013-11-23

    fixed (hg 4165 (f5fe982ddb84)) (sorry, posted to wrong bug report)

     

    Last edit: Tim Hoffmann 2013-11-23
  • Tim Hoffmann

    Tim Hoffmann - 2014-03-16

    Essentially it should not show at all. But that's not possible due to a limitation in QToolTip and the current completer design.

    If you want to have the tooltip shown permanently (only alongside with the completer), you can disable Options -> Completion -> Autocomplete Common Prefix.

     

    Last edit: Tim Hoffmann 2014-03-16
  • Tim Hoffmann

    Tim Hoffmann - 2014-03-16
    • status: open --> wont-fix
     
  • Cristóvão Cruz

    Good enough.
    Thank you for the tip.

    Regards.

     

Log in to post a comment.