mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 22:04:56 -06:00
.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:
parent
383a47cebd
commit
be3edebd6c
2 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue