Corrects a minor issue, at least on my local system - the parameter description tooltip appears overlapping the actual line I'm editing, until I move to another completion, which ends up triggering updateText and a pack(), which resizes the window.
Bug:
With this change, the tooltip always (visibly) opens in the 'shrunk' appearance.
Corrects a minor issue, at least on my local system - the parameter description tooltip appears overlapping the actual line I'm editing, until I move to another completion, which ends up triggering
updateText
and apack()
, which resizes the window.Bug:
With this change, the tooltip always (visibly) opens in the 'shrunk' appearance.