mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-03 06:12:43 -06:00
.cpp developing
git-svn-id: svn://ultimatepp.org/upp/trunk@8540 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cbc30bc77f
commit
0b366ed133
1 changed files with 6 additions and 0 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue