Evas textblock: Fixed range_text_get with TEXT_PLAIN.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 2 Aug 2011 16:28:37 +0000 (16:28 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 2 Aug 2011 16:28:37 +0000 (16:28 +0000)
commit3e102ddf615fe293838a9b1f222b670b8f199aec
tree28c8a0040e81f524798d64ebfa44643cab739f37
parent579eff418064726e0f173fff52412f167336772e
Evas textblock: Fixed range_text_get with TEXT_PLAIN.

Until now, it only supported MARKUP, now it also supports plain.
Haven't tested it much, but it seems to be working. It can help a lot to
people who want to analyse the text, for example when implementing a spell
checker, or "search", as now the text maps exactly like the cursors map.
Still have to decide if that's the wanted API and set it in stone, or not
promise this and expose a different API for these kind of tasks.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62011 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/canvas/evas_object_textblock.c