RohitKushvaha01 / Xed-Editor

Advanced Text Editor for android
MIT License
121 stars 8 forks source link

word wrap spillover #11

Closed risky777 closed 5 days ago

risky777 commented 2 weeks ago

Thanks for word-wrap. But it has bug. On writing, edge of screen is not properly detected so several letters on end of line are not shown since they are out of screen.

Anyway, word-wrap enabled me for testing, so I see that you still have basic issues, like following:

RohitKushvaha01 commented 2 weeks ago

Thanks for feedback i will try to fix them asap

RohitKushvaha01 commented 2 weeks ago

i have added anti word breaking i hope this will fix the issue

risky777 commented 1 week ago

Problem is still there in version 1.1.9.

I'll try to explain. If I write word "editor" at end of line:

It seem like xed has problem detecting screen size.

RohitKushvaha01 commented 5 days ago

Problem is still there in version 1.1.9.

I'll try to explain. If I write word "editor" at end of line:

* part "ed" will be visible at end of line

* part "itor" will be outside of screen (not visible)

* next word will be in next line

It seem like xed has problem detecting screen size.

actually its not a bug you described only happens when you open a very large file the bigger the file is the longer it will take the word wrap to wrap the words