New line as paragraph separator feature only applied on the new text entered,
with this update, it should be applied also for already entered text.
Details
Details
- Reviewers
ali.alzyod woohyun bowonryu id213sin
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Branch
- arcpatch-D12099
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 17255 Build 11519: arc lint + arc unit
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
Should we update all cursors in textblock? I just try to use this with TextBox and notice the cursor is not in the right position
src/lib/evas/canvas/evas_object_textblock.c | ||
---|---|---|
8401 | What about <br/> ? |
Comment Actions
After investigating cursor issue
I have created the following task for it : https://phab.enlightenment.org/T8792
src/lib/evas/canvas/evas_object_textblock.c | ||
---|---|---|
8408 | How about iterate using Format nodes, instead of checking every character? |