Hello

> -----Original Message-----
> From: Mike Blumenkrantz [mailto:m...@zentific.com]
> Sent: Friday, August 26, 2011 11:54 AM
> To: enlightenment-devel@lists.sourceforge.net
> Subject: [E-devel] more elm cnp bugs!
> 
> * pasting anything into an entry which includes escape characters causes
> the
>   escape sequence to be pasted (column 1) instead of the actual string
> (column
>   2)
>   { "<ps>",  _PARAGRAPH_SEPARATOR },
>   { "<br>",  "\n" },
>   { "<\t>",  "\t" },
>   { "gt;",   ">" },
>   { "lt;",    "<" },
>   { "amp;",   "&" },
>   { "quot;",  "\'" },
>   { "dquot;", "\"" }

I don't think it's a bug. Because tag information is actually internal
information of elm_entry.
If a user want to paste tag contained strings, he should know what he's
doing.
Or just paste plain string with elm_entry_markup_to_utf8

> * using ecore_x_selection_*_set in elm is vaguely broken, see r62847-9 for
> some
>   great hackish workarounds
Yes, it's needed to improve. Anyway good work
> 
> --
> Mike Blumenkrantz
> Zentific: Coding in binary since '10.
> 
> --------------------------------------------------------------------------
> ----
> EMC VNX: the world's simplest storage, starting under $10K
> The only unified storage solution that offers unified management
> Up to 160% more powerful than alternatives and 25% more efficient.
> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to