Hi Raster, Thank you for your job. I was curious how to add that alias to edje_cc_handlers.
But instead of adding 'ellipsis' alias to 'elipsis', how about adding 'elipsis' alias to 'ellipsis'? Internal functions and structures are not exposed so I think we can fix this up. If you don't mind, I would do that. Daniel Juyung Seo (SeoZ) On Sat, Feb 19, 2011 at 9:37 PM, Enlightenment SVN <no-re...@enlightenment.org> wrote: > Log: > add an ellipsis alias. > > > > Author: raster > Date: 2011-02-19 04:37:12 -0800 (Sat, 19 Feb 2011) > New Revision: 57159 > Trac: http://trac.enlightenment.org/e/changeset/57159 > > Modified: > trunk/edje/src/bin/edje_cc_handlers.c > > Modified: trunk/edje/src/bin/edje_cc_handlers.c > =================================================================== > --- trunk/edje/src/bin/edje_cc_handlers.c 2011-02-19 12:27:48 UTC (rev > 57158) > +++ trunk/edje/src/bin/edje_cc_handlers.c 2011-02-19 12:37:12 UTC (rev > 57159) > @@ -458,6 +458,7 @@ > {"collections.group.parts.part.description.text.font", st_fonts_font}, > /* dup */ > {"collections.group.parts.part.description.text.fonts.font", > st_fonts_font}, /* dup */ > {"collections.group.parts.part.description.text.elipsis", > st_collections_group_parts_part_description_text_elipsis}, > + {"collections.group.parts.part.description.text.ellipsis", > st_collections_group_parts_part_description_text_elipsis}, > {"collections.group.parts.part.description.box.layout", > st_collections_group_parts_part_description_box_layout}, > {"collections.group.parts.part.description.box.align", > st_collections_group_parts_part_description_box_align}, > {"collections.group.parts.part.description.box.padding", > st_collections_group_parts_part_description_box_padding}, > @@ -5085,7 +5086,7 @@ > align: X-axis Y-axis; > source: "part_name"; > text_source: "text_part_name"; > - elipsis: 0.0-1.0; > + ellipsis: 0.0-1.0; > style: "stylename"; > } > .. > @@ -5596,7 +5597,7 @@ > @page edcref > > @property > - elipsis > + ellipsis > @parameters > [point of balance] > @effect > > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > enlightenment-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel