dani
15e7dfed21
feat: added Note to linkActionPickerDelegate ( #741 )
3 years ago
Alessandro Riperi
7b3cde87c1
Fix vertical caret position bug (Discussion #690 ) ( #723 )
3 years ago
X Code
d47275f353
Cleanup code
3 years ago
X Code
a3a8215b4c
Upgrade to 4.0.7
3 years ago
Michael Allen
61551d0a48
- Refactor getPlainText (better handling of blank lines and lines with multiple markups) ( #700 )
3 years ago
X Code
4f9ee27f7d
Support text direction rtl
3 years ago
X Code
f6223e062a
Use actions to fix showing handler
3 years ago
X Code
22ab369c02
Update RawEditor
3 years ago
X Code
21d001c95a
Update RawEditorState
3 years ago
X Code
9004ec95ee
Fix copy/cut/paste/selectAll not working
3 years ago
X Code
a56e640e15
Upgrade to flutter 2.10 ( #646 )
...
* Upgrade to flutter 2.10
* Remove debugAssertLayoutUpToDate
* Update copy/paste
* Fix analysis error
3 years ago
X Code
1e0b1259a1
Rename isIOSSimulator
3 years ago
X Code
2e4ff7b4af
Format code
3 years ago
Andy Trand
a1eea4ded6
ios simulator cursor fix ( #652 )
3 years ago
X Code
94c6a1dcbc
Fix image pasting
3 years ago
X Code
7fbda46988
Copy image with its style
3 years ago
X Code
35b53c7404
Image menu options for copy/remove
3 years ago
X Code
45a9597f7f
Update _handleCheckboxTap
3 years ago
X Code
3253a3c0f8
Code cleanup
3 years ago
X Code
179fd0b802
Fix checkbox not toggled correctly in toolbar button
3 years ago
X Code
57f81efab6
Update check list button
3 years ago
X Code
7bd494a3d7
Fix cursor position changes when checking/unchecking the checkbox
3 years ago
Nicolas Dion-Bouchard
111a249462
Fix for errors on a non scrollable editor (580) ( #620 )
3 years ago
X Code
5935109c03
Format code
3 years ago
li3317
850f2a0c03
refactor and format
3 years ago
li3317
3a9630421e
add paste style
3 years ago
Andy Trand
24d3f7830d
fix selection overlay for collapsed selection ( #606 )
3 years ago
X Code
25e5385e15
Bug fix for platform util
3 years ago
X Code
211cc4f924
Rename helper files
3 years ago
X Code
60ddc36193
Fix import for models
3 years ago
X Code
53507416d0
Refactor using platform helper
3 years ago
Andy Trand
60ef316a5e
changed customStyles fix ( #599 )
3 years ago
X Code
3290fec9e5
[3.4.1] Placeholder effective in scrollable
3 years ago
X Code
a623888658
Refactor defaultEmbedBuilder
3 years ago
X Code
dd2beeffac
Add comments
3 years ago
X Code
a1822dd850
Update RawEditorState get selectionOverlay
3 years ago
X Code
aa9ce68605
Update EditorState get renderEditor
3 years ago
X Code
aa10d79d08
Make getRenderEditor() not nullable
3 years ago
frmatthew
6c39fcbc54
Feature: add selection completed callback ( #576 )
...
* Implement selection completion handlers
* Selection completion customizable via callback
3 years ago
X Code
3fd8aa23df
Added maxContentWidth constraint to Editor
3 years ago
X Code
47dd10b1db
Add comments
3 years ago
Cheryl
907cb623b0
Clean up code
3 years ago
X Code
ed1ceb58f0
Add comments
3 years ago
X Code
091bea1cd7
Add comments
3 years ago
X Code
9d6681ed2b
Update constructor of EditorTextSelectionOverlay
3 years ago
X Code
05f8b6342b
Add comments
3 years ago
Arshak Aghakaryan
736de5ef18
Do not show caret on screen when the editor is not focused ( #555 )
3 years ago
X Code
2080aab6a9
Launch link improvements
...
Allows launching links in editing mode, where:
* For desktop platforms: links launch on `Cmd` + `Click` (macOS) or `Ctrl` + `Click` (windows, linux)
* For mobile platforms: long-pressing a link shows a context menu with multiple actions (Open, Copy, Remove) for the user to choose from.
3 years ago
X Code
373193ac3c
Upgrade to 2.5.2: Skip image when pasting
3 years ago
X Code
d2444a2af0
Fix checkbox functionality ( #541 )
...
* Fix checkbox functionality
* Remove class QuillCheckbox
3 years ago