Debugger: Reduce tooltip flicker.

Move tooltip-request handling from DebuggerPlugin into
DebuggerToolTipManager.

Request tooltip only if position changed and close
standard tooltip on success.
This commit is contained in:
Friedemann Kleint
2011-02-17 10:08:57 +01:00
parent b83667058c
commit c74da9b7c5
21 changed files with 186 additions and 121 deletions

View File

@@ -1239,9 +1239,10 @@ DebuggerRunControl *DebuggerEngine::runControl() const
return d->runControl();
}
void DebuggerEngine::setToolTipExpression
bool DebuggerEngine::setToolTipExpression
(const QPoint &, TextEditor::ITextEditor *, const DebuggerToolTipContext &)
{
return false;
}
void DebuggerEngine::updateWatchData(const WatchData &, const WatchUpdateFlags &)