Commit 2bb405a
authored
Replace node-spellchecker with Electron builtin spell checker (marktext#2895)
* Replace node-spellchecker with Electron builtin spellchecker
* Fix word match unit tests
* Fix issue to enable spell checker if it was disabled at startup
* Fix spell checker was always disabled on macOS
* Code cleanup
* Fix circular dependency in Muya
Fix circular dependency between config/index.js and utils/index.js in Muya.1 parent cb57af4 commit 2bb405a
File tree
52 files changed
+887
-2164
lines changed- resources/hunspell_dictionaries
- src
- main
- app
- cli
- contextMenu/editor
- preferences
- spellchecker
- windows
- muya/lib
- config
- contentState
- eventHandler
- marktext
- utils
- renderer
- commands
- components
- commandPalette
- editorWithTabs
- contextMenu/editor
- pages
- prefComponents
- sideBar
- spellchecker
- router
- spellchecker
- store
- util
- static
- test/unit/specs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+887
-2164
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | | - | |
25 | | - | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | 43 | | |
46 | 44 | | |
47 | 45 | | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 49 | | |
55 | 50 | | |
56 | 51 | | |
57 | 52 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 53 | | |
64 | 54 | | |
65 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
177 | 176 | | |
178 | 177 | | |
179 | 178 | | |
180 | | - | |
181 | | - | |
| 179 | + | |
| 180 | + | |
182 | 181 | | |
183 | 182 | | |
184 | 183 | | |
| |||
This file was deleted.
0 commit comments