ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=d47a6181cb4b4418da2c7a96ca09573568b60b32

commit d47a6181cb4b4418da2c7a96ca09573568b60b32
Merge: cfa0fef b14eabb
Author: Andy Williams <a...@andywilliams.me>
Date:   Tue Feb 3 13:59:50 2015 +0000

    elm_code: Bring in line numbers and a left gutter
    
    This styling makes it easier to see that symbols are not part of the text
    but also makes line numbers part of the widget and they can be easily
    switched on or off.

 elm_code/bin/elm_code_test_main.c     |   8 +--
 elm_code/lib/Elm_Code.h               |   1 +
 elm_code/lib/Makefile.am              |   1 +
 elm_code/lib/elm_code_common.h        |   2 -
 elm_code/lib/elm_code_private.h       |  14 +++++
 elm_code/lib/elm_code_widget.c        | 101 ++++++++++++++++++++++------------
 elm_code/lib/elm_code_widget.eo       |  20 +++++++
 elm_code/lib/elm_code_widget.eo.c     |  10 ++++
 elm_code/lib/elm_code_widget.eo.h     |  29 +++++++++-
 elm_code/lib/elm_code_widget_text.c   |  38 +++++++++++++
 elm_code/lib/elm_code_widget_text.h   |  30 ++++++++++
 elm_code/tests/elm_code_test_widget.c |   2 +-
 12 files changed, 210 insertions(+), 46 deletions(-)


-- 


Reply via email to