ajwillia-ms pushed a commit to branch master. http://git.enlightenment.org/tools/edi.git/commit/?id=66b79dd0e290ebcfc3ab50e0a5136bb9b23833b7
commit 66b79dd0e290ebcfc3ab50e0a5136bb9b23833b7 Merge: 664cff7 ba60959 Author: Andy Williams <[email protected]> Date: Mon Jan 26 23:14:17 2015 +0000 Merge in the new elm_code widget. This provides the new eo API and handles focus and a cursor now too! configure.ac | 10 + elm_code/bin/elm_code_test_main.c | 21 +- elm_code/lib/Elm_Code.h | 2 +- elm_code/lib/Makefile.am | 4 +- elm_code/lib/elm_code.c | 2 +- elm_code/lib/elm_code_common.h | 1 + elm_code/lib/elm_code_diff_widget.c | 21 +- elm_code/lib/elm_code_widget.c | 387 ++++++++++++++++++++++++++++------ elm_code/lib/elm_code_widget.eo | 80 +++++++ elm_code/lib/elm_code_widget.eo.c | 70 ++++++ elm_code/lib/elm_code_widget.eo.h | 99 +++++++++ elm_code/lib/elm_code_widget.h | 41 ---- elm_code/lib/regen.sh | 8 + elm_code/tests/Makefile.am | 2 + elm_code/tests/elm_code_test_widget.c | 4 +- src/bin/edi_consolepanel.c | 8 +- src/bin/edi_logpanel.c | 8 +- src/tests/edi_test_content_provider.c | 2 +- 18 files changed, 639 insertions(+), 131 deletions(-) --
