editor: update line status when text is changed.

This commit is contained in:
ChunEon Park 2014-08-02 16:53:06 +09:00
parent 46b5582e4f
commit cfa983db58
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}