.ide: fixed Skylark support in assist++ natural presentation

git-svn-id: svn://ultimatepp.org/upp/trunk@5211 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-07-17 19:59:29 +00:00
parent 383a47cebd
commit be3edebd6c
2 changed files with 2 additions and 1 deletions

View file

@ -674,6 +674,7 @@ Array<Parser::Decl> Parser::Declaration0(bool l0, bool more)
Decl& a = r.Add();
a.name = lex.GetId();
a.function = true;
a.natural = String().Cat() << "void " << a.name << "(Http& http)";
Decl& p = a.param.Add();
p.name = "http";
p.type = "Http";

View file

@ -1,4 +1,4 @@
description "Bazaar: Generic tab frame. Authors: Daniel Kos (unodgs), James Thomas (mrtj)\377";
description "Generic tab frame. Authors: Daniel Kos (unodgs), James Thomas (mrtj)\377";
uses
CtrlLib;