Alspb

Results 31 issues of 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...

bug

## 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...

bug
in_progress
minor

### 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,...

enhancement
minor
android

### 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...

enhancement

### 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....

bug

### 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...

bug
minor
reproducible

Fixed TextInput._shift_lines doesn't work for the following case (and many others): ![Shift_lines](https://user-images.githubusercontent.com/73047043/134769277-07a8b854-51fd-44b2-ab81-362c25681e53.png) (Alt + Up does nothing) Note that __shift_lines_ now swaps two **paragraphs** (or more precisely, moves selected set...

Component: core-widget

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...

Component: core-widget

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...

Component: core-widget