Open
Description
Please support your CodeField.wrap
property which currently seems to do nothing. This is the only feature I really need from an editor so it is rather unfortunate that after I struggles through all other issues I reported before, this should be the reason why I can't use it after all. It would also important for me that the wrap keeps the indentation. I think, the normal Flutter TextField
does not.
The challenge with word wrapping is probably keeping the gutter in sync which then needs to have different heights per line and the naive approach to layout each line twice might be too slow, I don't know. As you use a TextField
as a core, you probably cannot access the internal layout of its text rendering.