Alspb

Results 47 comments of Alspb

Do I understand correctly that currently _copy+paste_ is supposed have following features? 1. **Base** editor version: no style is preserved, including when a text is copied from the editor itself....

Thanks, it's much clearer now. Seems that "Paste as plain text" feature might only be useful when using flutter_quill_extensions + super_clipboard.

Sure, I mean that `super_clipboard` shouldn't work without running `FlutterQuillExtensions.useSuperClipboardPlugin()`.

@singerdmx , could you please take a look since it looks similar to #619 you've fixed?

For some reason, the bug above only happens when keyboard is closed. Maybe the commit has fixed it for a case when keyboard is open.

As I understand, the fail is caused by the line `import kivy.uix.textinput as textinput` in _codenavigation.py_. Does anyone have any idea why? For now I see only two alternatives: A)...

Decided to put `FL_IS_LINEBREAK, FL_IS_WORDBREAK` into CodeInput attributes.