We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d60a1 commit 5df1ec0Copy full SHA for 5df1ec0
1 file changed
PluginCore/PluginCore/Controls/UITools.cs
@@ -378,7 +378,7 @@ private bool HandleKeys(Keys key)
378
}
379
380
// toggle "long-description" for the hover tooltip
381
- if (Tip.Visible && key == Keys.F1)
+ if (key == Keys.F1 && Tip.Visible && !CompletionList.Active)
382
{
383
showDetails = !showDetails;
384
simpleTip.UpdateTip(PluginBase.MainForm.CurrentDocument.SciControl);
0 commit comments