From 0b366ed1333ab4f47fe5165acb5495f36c2d46a4 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 14 Jun 2015 07:19:11 +0000 Subject: [PATCH] .cpp developing git-svn-id: svn://ultimatepp.org/upp/trunk@8540 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/ContextGoto.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/uppsrc/ide/ContextGoto.cpp b/uppsrc/ide/ContextGoto.cpp index 41e59578b..33fd8bd5f 100644 --- a/uppsrc/ide/ContextGoto.cpp +++ b/uppsrc/ide/ContextGoto.cpp @@ -293,6 +293,8 @@ void Ide::ContextGoto0(int pos) } } +DDUMP(scope); +DDUMP(id); for(int j = 0; j < scope.GetCount(); j++) { q = CodeBase().Find(scope[j]); if(q >= 0) { @@ -300,6 +302,10 @@ void Ide::ContextGoto0(int pos) for(int anyfile = 0; anyfile < 2; anyfile++) for(int pass = 0; pass < 2; pass++) for(int i = 0; i < n.GetCount(); i++) { + DDUMP(i); + DDUMP(n[i].name); + DDUMP(n[i].file); + DDUMP(n[i].line); if(n[i].name == id && (pass || !istype[j] || n[i].IsType()) && (anyfile || findarg(n[i].filetype, FILE_CPP, FILE_C) >= 0)) {