Tom Link wrote:
> Hi,
>
> I'd like to mark locations from the quickfix list with a sign. Well,
> this wasn't so difficult to achieve. But I would also like to see a
> small tooltip/balloon with the entry in the qf list when I hover with
> the mouse over the sign. Is this possible somehow?
>   
Since no one else has answered so far -- I don't think so.

Vim would need either to be polling + have a way to determine where the
mouse is, or to have some event associated with mouse-moved.  AFAIK there
is no such mouse-moved event, and there's no way to tell where the mouse is
rltv to the vim windows/separators/status-line/ signs-column.  For 
example, I
have had a user complain that clicking a left mouse while the cursor is atop
a status line causes the file where the cursor happens to be to be 
opened in netrw.
I see no way to know that the left mouse click occurred while on the status
line bar in order to avoid the file opening action (other than to 
disable the
open-the-file action upon receipt of a left-mouse click entirely, which 
is an option
in netrw).

Regards,
Chip Campbell


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to