Till Friebe
ea0dbd5ce0
Don't create a lambda when a tear-off will do
4 years ago
Till Friebe
102883dfef
Disallow lines longer than 80 characters
4 years ago
Till Friebe
4c11b28cb9
Remove null exception when a disposed controller is set
4 years ago
Till Friebe
1fedaf0d13
Add comments to cursor class
4 years ago
Till Friebe
3b429840b6
Remove getter for final operator
...
A getter for a final variable makes no sense, because the variable
cannot be reassigned. It is better to remove the unnecessary getter
and make the variable public.
4 years ago
Till Friebe
292609871c
Dispose ValueNotifier of cursor controller
4 years ago
George
95359f66b5
Fixes for flutter web ( #234 )
...
* Fix for Attribute object comparison
* Fix for "Unexpected null value" error on web
Clipboard is now supported on web, via a permission request through the browser
Co-authored-by: George Johnson <george@indiespring.com>
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
4 years ago
Till Friebe
ac68c2373d
Improve further SOC of raw editor
...
This improves separation of concerns for the RawEditor by moving
the code for the text selection delegate to a separate class,
furthermore add more comments.
The PR does not change the functionality of the code.
4 years ago
Till Friebe
0c05c530e3
Improve SOC of raw editor ( #228 )
...
Improve separation of concerns for `RawEditor` by moving the code
for the keyboard to a separate class, furthermore add more comments.
The PR does not change the functionality of the code.
4 years ago
Xin Yao
90e7f0ef43
Upgrade version
4 years ago
Till Friebe
5655920937
Improve SOC of raw editor ( #227 )
...
Improve separation of concerns for RawEditor by moving the code
for the text input client to a separate class, furthermore add
more comments.
4 years ago
kevinDespoulains
1ac73b7cae
Adding missing overrides to make package work with Flutter 2.2.0 ( #226 )
4 years ago
hyouuu
f816ad7ec8
custom rules & optionally auto add newline for image embeds ( #205 )
4 years ago
Gyuri Majercsik
08412c167a
171: support for non-scrollable text editor ( #188 )
...
Co-authored-by: Gyuri Majercsik <gyuri@fluttech.com>
4 years ago
Xin Yao
2adebbe11b
Upgrade version - checkbox supports tapping
4 years ago
Xin Yao
06c7563768
Fix simple viewer compilation error
4 years ago
em6m6e
760b4def7e
Simple viewer ( #187 )
...
* 2021-04-25
* 2021-04-26
4 years ago
kevinDespoulains
e49421f48c
Updating checkbox to handle tap ( #186 )
...
* updating checkbox to handle tap
* updating checkbox to handle long press and using UniqueKey() to avoid weird side effects
* removed useless doc
Co-authored-by: Kevin Despoulains <kevin.despoulains@scriptandgo.com>
4 years ago
Xin Yao
da2a05aaa0
Update issue templates
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
Guilherme C. Matuella
60127aeb04
Adds `doc.isEmpty` check to `Document._loadDocument(Delta doc)` ( #163 )
4 years ago
Guilherme C. Matuella
3e576aeb9a
Fixes `Document.toJson` to map from raw operations ( #162 )
4 years ago
Xin Yao
7cdbdd9a6a
Make attribute registry ordered
4 years ago
Xin Yao
900d0f2489
Fix: Indented position not holding while editing
4 years ago
Xin Yao
f7d47a12db
Add comments to AutoExitBlockRule
4 years ago
Xin Yao
80d918ef9c
Update PreserveBlockStyleOnInsertRule to apply all block styles
4 years ago
Xin Yao
df602cfa9b
Format code
4 years ago
Xin Yao
bc5eb86a8f
Indent attribute is consider block but may have null value
4 years ago
Xin Yao
b6763fe2fc
Revert "Indent attribute is consider block but may have null value"
...
This reverts commit 4c5f72826c
.
4 years ago
Xin Yao
4c5f72826c
Indent attribute is consider block but may have null value
4 years ago
Xin Yao
e4cf28d054
Update getIndentLevel
4 years ago
hyouuu
0b33c9512c
Merge pull request #157 from singerdmx/ignoreFocus
...
Pass getTextPosition instead of passing the tap text position to be more flexible; optional ignoreFocus on replaceText
4 years ago
Xun Gong
049ada2feb
adjustable toolbar button & bar size
4 years ago
Xun Gong
57c0fc5e93
Merge branch 'master' into ignoreFocus
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
Thea Choem
14817ec752
close #149 underline strike through color according to text color ( #150 )
4 years ago
Xin Yao
63c2ef9d0e
Upgrade to 1.2.0
4 years ago
Till Friebe
3080fc2ad1
Fix image button cancel causes crash ( #145 )
...
I also restructured the code slightly to make it more readable
and fixed some minor bugs in the desktop and web version.
I also noticed that the image button doesn't work in the desktop
version as well as in the web version. This is not part of the PR.
Closes #137 .
4 years ago
hyouuu
48d176d864
Merge pull request #142 from singerdmx/fix2
...
Add tap handles, scrollBottomInset, toolbar button fillColor as param, and fix replace length
4 years ago
Xun Gong
b7063f00ba
toolbar button fillColor
4 years ago
Xun Gong
e08009e3ff
len fix
4 years ago
Xun Gong
106e54c3fc
add scrollBottomInset
4 years ago
Xun Gong
fe6ab738c0
Merge branch 'master' into fix2
4 years ago
Xin Yao
ce60ed3b4b
Bump version to 1.1.8
4 years ago
Till Friebe
8c663ad9f5
Add comments from Zefyr to nodes folder
...
Since quite a lot of code was taken from Zefyr, the license should
be changed to BSD to meet the requirements of Zefyr.
4 years ago
Till Friebe
873bfbcee1
Sort constructors first
4 years ago
Till Friebe
9a29446c97
Make the issue template a little more friendly
4 years ago
Till Friebe
ff61b1a951
Fix more warnings (forgot to save the files)
4 years ago