hermet pushed a commit to branch enventor-0.3. http://git.enlightenment.org/tools/enventor.git/commit/?id=cfa983db5839365177ec2f18a3f248704e71975f
commit cfa983db5839365177ec2f18a3f248704e71975f Author: ChunEon Park <[email protected]> Date: Sat Aug 2 16:53:06 2014 +0900 editor: update line status when text is changed. --- src/bin/edc_editor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/edc_editor.c b/src/bin/edc_editor.c index 4ceaae2..7a45d00 100644 --- a/src/bin/edc_editor.c +++ b/src/bin/edc_editor.c @@ -266,6 +266,8 @@ edit_changed_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info) if (info->change.del.content[0] == ' ') return; } + stats_line_num_update(ed->cur_line, ed->line_max); + if (!syntax_color) return; syntax_color_partial_update(ed, SYNTAX_COLOR_DEFAULT_TIME); } --
