Mack Myers

Results 11 comments of Mack Myers

@alexeyinkin Thanks for the response. I figured I'd check before diving in that deep. Will be exploring this further over the coming days.

@alexeyinkin @BertrandBev Found that this is caused by a conflict between the built-in `TextField` scroll and a `SingleChildScrollView` wrapping the CodeEditor. It is in fact reproduced in the example app....

@BertrandBev Also experiencing this problem on Master building the example app on macos desktop. Not entirely sure what might have changed.

Can confirm it is related to this merge (#[36](https://github.com/BertrandBev/code_field/pull/36/files)) at this line: https://github.com/BertrandBev/code_field/blob/befb10f12db622400c86ca388edc67c91b550774/lib/src/code_field.dart#L278

@P-B1101 This should be resolved with #48 once merged in. Feel free to cherry-pick the commit with this ref number: `86182ef1b1dacddb8b9dbda0af0c03a10e12e29b`

As a follow-on to this, if you are saving a larger object, there is no way to visualize the whole object. I can't even scroll it. As a developer, this...

@TekExplorer @BertrandBev https://github.com/BertrandBev/code_field/pull/97/files This should fix it. Note: I have this forked and on another repo, but made this patch via GitHubs web-based tooling, so you may want to pull...

@itzhoujun @guchengxi1994 My fork has this solved: https://github.com/mack-at-pieces/code_field. Feel free to use!

Hi all @guchengxi1994 @BertrandBev my apologies - I forgot my fix for this isn't within the code editor itself, it's related to the implementation. If you are wrapping the `CodeField`...