Relatively massive C++ parser and Assist++ refactoring...

git-svn-id: svn://ultimatepp.org/upp/trunk@510 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2008-10-05 21:36:04 +00:00
parent 5806a3f0f2
commit 3ed63a1352
25 changed files with 718 additions and 791 deletions

View file

@ -101,6 +101,6 @@ bool Browser::DoQuery()
if(querydlg.Perform(query) != IDOK)
return false;
Reload();
nesting.GoBegin();
scopeing.GoBegin();
return true;
}