LazEDC: introduce simple external param syntax
authorJee-Yong Um <jc9.um@samsung.com>
Thu, 19 May 2016 08:42:14 +0000 (01:42 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Thu, 19 May 2016 09:23:56 +0000 (02:23 -0700)
commit9bf261fa2410739b1b76baf2febfd21789c5ca2a
tree71630f5f21b869dd7aee0d220895289818704044
parenta3cdafe9a25b2f12a1ba3dc7d99df1fda23c5fd1
LazEDC: introduce simple external param syntax

Summary:
EXTERNAL parts can have parameters, and its form is like the next.
   params.string: "param_name" "param_value";

This patch will shorten above line by the next syntax.
   params.param_name: "param_value";

The type of param will be determined by the type of inserted value.

Reviewers: cedric, raster, Hermet

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D3958

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/bin/edje/edje_cc.h
src/bin/edje/edje_cc_handlers.c
src/bin/edje/edje_cc_parse.c