mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Ide/Debuggers/Gdb_MI2 : removed tooltips by now -- caused too much lag
git-svn-id: svn://ultimatepp.org/upp/trunk@6883 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3d50d891f2
commit
fe1170753c
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,8 @@ bool Gdb_MI2::IsFinished()
|
|||
|
||||
bool Gdb_MI2::Tip(const String& exp, CodeEditor::MouseTip& mt)
|
||||
{
|
||||
return false;
|
||||
|
||||
static String prevExp = "";
|
||||
static String prevVal = "";
|
||||
String val;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue