Skip to content

Commit cd7dfc6

Browse files
committed
finished calltips and autocomplete for console
1 parent a973254 commit cd7dfc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BERT/Dialogs.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ void testAutocomplete()
543543
pos -= (mat[0].second - mat[0].first - 1); // this is not correct b/c we are munging the string
544544
fn(ptr, SCI_CALLTIPSHOW, pos, (sptr_t)tip.c_str());
545545
}
546+
else if (ctvisible) fn(ptr, SCI_CALLTIPCANCEL, 0, 0);
546547
lasttip = sym;
547548
}
548549
}

0 commit comments

Comments
 (0)