mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
parent
d63170852e
commit
a59f49a992
@ -93,7 +93,7 @@ void FunctionCallTip::setLanguageXML(TiXmlElement * pXmlKeyword) {
|
||||
|
||||
bool FunctionCallTip::updateCalltip(int ch, bool needShown)
|
||||
{
|
||||
if (not needShown && ch != _start && not isVisible()) //must be already visible
|
||||
if (not needShown && ch != _start && ch != _param && not isVisible()) //must be already visible
|
||||
return false;
|
||||
|
||||
_curPos = static_cast<int32_t>(_pEditView->execute(SCI_GETCURRENTPOS));
|
||||
|
Loading…
x
Reference in New Issue
Block a user