mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 14:22:40 -06:00
.removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@8729 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
58f8ffb40d
commit
d20222f995
1 changed files with 0 additions and 3 deletions
|
|
@ -181,7 +181,6 @@ void Ide::ContextGoto0(int pos)
|
|||
ci++;
|
||||
}
|
||||
editor.Context(parser, ci);
|
||||
DDUMP(xp);
|
||||
if(xp.GetCount()) {
|
||||
type = editor.EvaluateExpressionType(parser, xp);
|
||||
if(type.GetCount() == 0)
|
||||
|
|
@ -235,8 +234,6 @@ void Ide::ContextGoto0(int pos)
|
|||
|
||||
Vector<String> ns = parser.GetNamespaces();
|
||||
|
||||
DDUMP(qual);
|
||||
DDUMP(id);
|
||||
if(qual.GetCount()) { // Ctrl::MOUSELEFT, Vector<String>::Iterator
|
||||
Vector<String> todo;
|
||||
String qa = Qualify(CodeBase(), parser.current_scope, qual + "::" + id, parser.context.namespace_using);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue