elm_code_widget: make this efl_ui namespaced
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 6 Mar 2019 21:26:26 +0000 (16:26 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 14 Mar 2019 05:46:27 +0000 (14:46 +0900)
commitc7b5e2f2329a7bfaed6b95aa930ca4428d73242d
tree6a89345ab4699d0ec1b2df142a59301bd5f9c7c7
parent574bb5c586a49d2299ca7830e77b587904f1ca1d
elm_code_widget: make this efl_ui namespaced

this currently has no counterpart in interface widgets but would be
useful there. removing the use of an elm_scroller type makes it independent
of legacy widgets, and it's still a beta api so at least future development
can be resumed at some point without much issue

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8158
13 files changed:
src/Makefile_Elementary.am
src/bin/elementary/test_code.c
src/lib/elementary/elm_code_diff_widget.c
src/lib/elementary/elm_code_widget.c
src/lib/elementary/elm_code_widget.eo
src/lib/elementary/elm_code_widget_eo.legacy.c [new file with mode: 0644]
src/lib/elementary/elm_code_widget_eo.legacy.h [new file with mode: 0644]
src/lib/elementary/elm_code_widget_legacy.h
src/lib/elementary/elm_code_widget_selection.c
src/lib/elementary/elm_code_widget_text.c
src/lib/elementary/elm_code_widget_undo.c
src/lib/elementary/meson.build
src/tests/elementary/elm_code_test_syntax.c