elm_code needs to be able to be set to wrap lines.
As it currently displays a list of grids 1 per line it should not be too hard to update that so each grid is as many lines as needed to fit the text.
Height and cursor calculations will be harder but there is already some of this complexity in due to widget inclusion between lines.
Description
Description
Comment Actions
This is progressing but hit a wall.
The current work in progress is at efl.git/devs/ajwillia-ms/elm_code_wrap.
Unfortunately when you make the window smaller so it wraps I get a corruption in evas_textgrid that I cannot figure out.