mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Find&Replace position new after scrollbars #807
git-svn-id: svn://ultimatepp.org/upp/trunk@7500 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
03f19c7868
commit
54afaf3c4e
4 changed files with 5 additions and 4 deletions
|
|
@ -681,7 +681,7 @@ Array<Parser::Decl> Parser::Declaration0(bool l0, bool more)
|
|||
break;
|
||||
}
|
||||
Qualifier();
|
||||
if(l0)
|
||||
if(l0) {
|
||||
if(lex == tk_SKYLARK && lex[1] == '(' && lex.IsId(2)) {
|
||||
++lex;
|
||||
++lex;
|
||||
|
|
@ -715,6 +715,7 @@ Array<Parser::Decl> Parser::Declaration0(bool l0, bool more)
|
|||
Key(')');
|
||||
return r;
|
||||
}
|
||||
}
|
||||
bool isdestructor = Key('~');
|
||||
if(l0 && context.typenames.Find(lex) >= 0 && lex[1] == '(' && lex.IsId()) {
|
||||
Decl& a = r.Add();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue