parent
d63170852e
commit
a59f49a992
|
@ -93,7 +93,7 @@ void FunctionCallTip::setLanguageXML(TiXmlElement * pXmlKeyword) {
|
||||||
|
|
||||||
bool FunctionCallTip::updateCalltip(int ch, bool needShown)
|
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;
|
return false;
|
||||||
|
|
||||||
_curPos = static_cast<int32_t>(_pEditView->execute(SCI_GETCURRENTPOS));
|
_curPos = static_cast<int32_t>(_pEditView->execute(SCI_GETCURRENTPOS));
|
||||||
|
|
Loading…
Reference in New Issue