herdsman pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=c16228828767860c65c22c94ca0c16343deb0ae4
commit c16228828767860c65c22c94ca0c16343deb0ae4 Author: Daniel Hirt <daniel.h...@samsung.com> Date: Mon Jun 27 15:34:21 2016 +0000 Ui text: make elm test editable --- src/bin/elementary/test_entry.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/elementary/test_entry.c b/src/bin/elementary/test_entry.c index bbb6a19..9774f20 100644 --- a/src/bin/elementary/test_entry.c +++ b/src/bin/elementary/test_entry.c @@ -2955,6 +2955,7 @@ test_efl_ui_text(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *eve // elm_entry_line_wrap_set(en, ELM_WRAP_NONE); efl_text_set(en, "Hello world!\nGoodbye world!\n" "Another line\nAnd another line\nYet another line!"); + efl_ui_text_interactive_editable_set(en, EINA_TRUE); cur = efl_ui_text_cursor_new(en); efl_canvas_text_cursor_position_set(cur, 2); efl_canvas_text_cursor_object_item_insert(cur, "size=32x32 href=emoticon"); --