Re: [E-devel] Evas Patch - Dashed Underline Support

2011-10-17 Thread Tom Hacohen
) Title : Re: [E-devel] Evas Patch - Dashed Underline Support On 22/09/11 05:39, SHILPAONKAR SINGH wrote: Hi All, The attached patch adds dashed underline support to evas_object_textblock. dashed underline can be enabled by assigning dashed value to underline tag. dash underline's parameters can

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-10-12 Thread SHILPAONKAR SINGH
...@partner.samsung.com Engineer/STRI-SLP RTL Language supporting/Samsung Electronics Date : Sep 22, 2011 17:30 (GMT+09:00) Title : Re: [E-devel] Evas Patch - Dashed Underline Support On 22/09/11 05:39, SHILPAONKAR SINGH wrote: Hi All, The attached patch adds dashed underline support

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-10-04 Thread The Rasterman
On Thu, 22 Sep 2011 13:52:19 +0300 Tom Hacohen tom.haco...@partner.samsung.com said: any updates on this one? :) (as per tom's reqs) On 22/09/11 13:42, Sebastian Dransfeld wrote: On 09/22/2011 12:39 PM, Tom Hacohen wrote: Also, your patch doesn't comply with the coding conventions. An

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Tom Hacohen
On 22/09/11 05:39, SHILPAONKAR SINGH wrote: Hi All, The attached patch adds dashed underline support to evas_object_textblock. dashed underline can be enabled by assigning dashed value to underline tag. dash underline's parameters can be controlled by manipulating dashgap and dashwidth tags

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Govindaraju SM
-Original Message- From: Tom Hacohen Sent: Thursday, September 22, 2011 5:30 PM To: Enlightenment developer list Subject: Re: [E-devel] Evas Patch - Dashed Underline Support On 22/09/11 05:39, SHILPAONKAR SINGH wrote: Hi All, The attached patch adds dashed underline support

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Tom Hacohen
On 22/09/11 13:14, Govindaraju SM wrote: == There are use case which requires multiple lines together. Strikeout uses line with different height offset. For Example, A underlined, Strike out word with Wrong spell will have 3 lines and all three can co-exist with different colors. But I

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Sebastian Dransfeld
On 09/22/2011 12:39 PM, Tom Hacohen wrote: Also, your patch doesn't comply with the coding conventions. An example to that would be the spaces between the variables and the commas in int i,j,dx,dn; \ or between the divisor and the divided in: dn = itr-w/(dw + dp); \ and possibly more

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Tom Hacohen
On 22/09/11 13:42, Sebastian Dransfeld wrote: On 09/22/2011 12:39 PM, Tom Hacohen wrote: Also, your patch doesn't comply with the coding conventions. An example to that would be the spaces between the variables and the commas in int i,j,dx,dn; \ or between the divisor and the divided in: dn =

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread P Purkayastha
On Thursday, September 22, 2011 6:52:19 PM UTC+8, Tom Hacohen wrote: With that being said, I'm pretty sure there's a way to make vim highlight formatting errors, either a built-in option/plugin, or by writing a plugin on our own. :) This is a good start I think :)

[E-devel] Evas Patch - Dashed Underline Support

2011-09-21 Thread SHILPAONKAR SINGH
Hi All, The attached patch adds dashed underline support to evas_object_textblock. dashed underline can be enabled by assigning dashed value to underline tag. dash underline's parameters can be controlled by manipulating dashgap and dashwidth tags to get different sized dash lines(by making