efl.text.cursor: emit events CANVAS_TEXTBLOCK_CHANGED when insert text using efl_text_cursor_markup_insert
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
It seems that this patch has no reviewers specified. If you are unsure who can review your patch, please check this wiki page and see if anyone can be added: https://phab.enlightenment.org/w/maintainers_reviewers/
Comment Actions
Looks good beside that, and seems to work, thank you :)
src/lib/evas/canvas/evas_object_textblock.c | ||
---|---|---|
8527 | Due to adding this check as a early return condition. the check in 8536 is not needed anymore. |
Comment Actions
Well, removing the condition also means removing the "{" from if, and removing 5 spaces from each line in the block... (I know that is annoying work, check out your editor how you can fix the intention of a lot of lines at once, that should help.)