Alspb
Alspb
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version master ### Steps to reproduce 1. Open an empty editor...
## Description Search bar improved: alignment option added, search settings changed from icons to checkboxes with titles, search happens on the fly, other minor improvements. ## Checklist - [x] I...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version master ### Steps to reproduce 1. Increase the numbered list...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Use case It would be great to have "Paste as plain text" feature,...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Use case Currently the editor doesn't scroll to the cursor/selection set in QuillController...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version master ### Steps to reproduce 1. Place the cursor somewhere....
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/singerdmx/flutter-quill/issues) ### Flutter Quill version master ### Steps to reproduce 1. Select one or several...
Fixed TextInput._shift_lines doesn't work for the following case (and many others):  (Alt + Up does nothing) Note that __shift_lines_ now swaps two **paragraphs** (or more precisely, moves selected set...
Fixed two bugs: 1) TextInput and CodeNavigationBehavior __move_cursor_word_left_ , __move_cursor_word_right_ methods move cursor only to the beginning / end of the current line for wrapped words, not to the beginning...
Fixed #7474, issue 3: > With a line that wraps across multiple lines or multi-line text, if you use up-arrow, it doesn't keep its position horizontally based on the pixel...