enventor - skip applying the syntax color as possible.

This commit is contained in:
ChunEon Park 2013-09-15 21:45:03 +09:00
parent 4bb4019b85
commit b001373c44
1 changed files with 3 additions and 0 deletions

View File

@ -131,6 +131,7 @@ edit_changed_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info)
if (info->insert)
{
if (info->change.insert.content[0] == ' ') return;
//Check the deleted line
if (!strcmp(info->change.insert.content, "<br/>"))
{
@ -144,6 +145,8 @@ edit_changed_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info)
}
else
{
if (info->change.del.content[0] == ' ') return;
//Check the deleted line
if (!strcmp(info->change.del.content, "<br/>"))
{