Frank Naumann wrote:
I noticed a small inconsistency if I use the Scintilla dwell notification (I think this is not the intended behaviour). I use Scintilla/gtk under Windows and X11. The editors are placed in a Notebook widget. The problem is now that sometimes if the user switch between pages the editor that was just switched out still get a dwell notification. I added now in the dwell notification callback a if (has_focus()) { ... }. Otherwise a calltip was popped for an editor that was not visible (and thus the calltip remain permanently on the screen until the user switch back to the editor). Maybe Scintilla should check in Editor::NotifyDwelling() that it have the focus before send out a DWELL_START.

I noted that too with the pure Windows version under WinXP Pro SP2.
I use VirtuaWin to switch "screens", and while playing with my "style in dwell tooltip" patch, I get sometime a tooltip in a screen without SciTE.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to