X Code
9c862ac1ba
Code cleanup
3 years ago
X Code
fb72f56e40
Add search function in controller
3 years ago
X Code
680a5db531
Fix keyboard pops up when resizing the image
3 years ago
Andy Trand
c7be3a31a1
added selection change callback ( #683 )
3 years ago
Andy Trand
e895c8c0f7
clear toggled style on selection change ( #675 )
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
3253a3c0f8
Code cleanup
3 years ago
X Code
179fd0b802
Fix checkbox not toggled correctly in toolbar button
3 years ago
X Code
d5affcf9a6
Format code
3 years ago
mark8044
017194a428
Update controller.dart ( #630 )
3 years ago
X Code
ef7d17f2d8
Add getPlainText method
3 years ago
X Code
15a86e24cd
Update collectAllIndividualStyles
3 years ago
li3317
cd035d008e
add collectAllIndividualStyle
3 years ago
X Code
98c25d0b10
Upgrade to 3.5.2
3 years ago
X Code
d94c2a575e
Revert "Simplify Embeddable and remove BlockEmbed"
...
This reverts commit e450c61332
.
3 years ago
X Code
e450c61332
Simplify Embeddable and remove BlockEmbed
3 years ago
X Code
c99d84528e
Rename diff_delta to delta
3 years ago
frmatthew
6c39fcbc54
Feature: add selection completed callback ( #576 )
...
* Implement selection completion handlers
* Selection completion customizable via callback
3 years ago
Andy Trand
881372dd13
selection delegate methods, imports cleanup ( #515 )
3 years ago
X Code
1b44569436
Upgrade to 2.1.1
3 years ago
Andy Trand
9f68930695
move cursor helpers ( #507 )
3 years ago
Andy Trand
7d6319de5f
clear editor ( #505 )
3 years ago
Andy Trand
4694189a6c
add delete handler ( #501 )
3 years ago
Andy Trand
b59e360091
Custom replaceText handler ( #494 )
...
* ukraine language support
* targetChild error temporary fix
* fix attributes compare
* font size parsing fix
* manual replace text handler
3 years ago
Dmitry Sboychakov
2f298c6672
fix null safety ( #401 )
4 years ago
Dmitry Sboychakov
0a67139f18
Feature: history shortcuts ( #400 )
4 years ago
kevinDespoulains
7c7f61fe90
Option added to controller to keep inline style on new lines ( #372 )
...
Co-authored-by: Kevin Despoulains <kevin.despoulains@scriptandgo.com>
4 years ago
li3317
db25b9c8d6
support inline image
4 years ago
li3317
cdd88241a6
fix undo insert image on empty asset
4 years ago
Xin Yao
3d6e259078
Upgrade to 1.6.4
4 years ago
Xin Yao
dad5c676cb
collectAllStyles should return List<Style>
4 years ago
Xin Yao
bbabf4e25d
Refactor code for collectAllStyles
4 years ago
li3317
6751472a55
fix clear format button
4 years ago
Till Friebe
30a9747b1d
Fix buttons which ignore toolbariconsize
...
Closes #189 .
4 years ago
Till Friebe
102883dfef
Disallow lines longer than 80 characters
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
4 years ago
hyouuu
f816ad7ec8
custom rules & optionally auto add newline for image embeds ( #205 )
4 years ago
Xin Yao
ca9a13b150
Update Line _format method
4 years ago
Guilherme C. Matuella
451dffc4cd
Fixes crashing disposed listeners on a bunch of widgets ( #164 )
4 years ago
Xin Yao
df602cfa9b
Format code
4 years ago
Xun Gong
049ada2feb
adjustable toolbar button & bar size
4 years ago
Xun Gong
273340a1f6
Pass getTextPosition instead of passing the tap text position to be more flexible; optional ignoreFocus on replaceText
4 years ago
Till Friebe
873bfbcee1
Sort constructors first
4 years ago
Till Friebe
bc494bc50f
Prefer final
...
Declaring variables as final when possible is a good practice
because it helps avoid accidental reassignments and allows the
compiler to do optimizations.
4 years ago
Till Friebe
31ec14c114
Prefer relative imports
...
This streamlines our imports.
4 years ago
Till Friebe
d6b21586a4
Prefer const constructors ( #116 )
4 years ago
Till Friebe
cd05dfaeb8
Avoid redundant argument values ( #114 )
...
If it's ok, I would spend the day enabling linter rules so that the
codebase is more compliant with [Effective Dart](https://dart.dev/guides/language/effective-dart )
and thus more readable for new developers.
4 years ago
Till Friebe
8efa97ec12
Remove prints ( #110 )
4 years ago
Xin Yao
6722759441
Clear warnings
4 years ago