hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=3cd276bc49b0fad71cad884c3608f77df1172328
commit 3cd276bc49b0fad71cad884c3608f77df1172328 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 9886d5e..3d263ba 100644 --- a/src/bin/edc_editor.c +++ b/src/bin/edc_editor.c @@ -272,6 +272,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); } --
