From be3edebd6ca9fa7a6a865fb91cd4f64547c52411 Mon Sep 17 00:00:00 2001 From: cxl Date: Tue, 17 Jul 2012 19:59:29 +0000 Subject: [PATCH] .ide: fixed Skylark support in assist++ natural presentation git-svn-id: svn://ultimatepp.org/upp/trunk@5211 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CppBase/Parser.cpp | 1 + uppsrc/TabBar/TabBar.upp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/uppsrc/CppBase/Parser.cpp b/uppsrc/CppBase/Parser.cpp index 52018e145..d709e1bae 100644 --- a/uppsrc/CppBase/Parser.cpp +++ b/uppsrc/CppBase/Parser.cpp @@ -674,6 +674,7 @@ Array 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"; diff --git a/uppsrc/TabBar/TabBar.upp b/uppsrc/TabBar/TabBar.upp index 998880c91..828ecb0fd 100644 --- a/uppsrc/TabBar/TabBar.upp +++ b/uppsrc/TabBar/TabBar.upp @@ -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;