Skip to content

Commit

Permalink
feat(spellcheck): several bug fixes, dictionary words now editable
Browse files Browse the repository at this point in the history
  • Loading branch information
ashblue committed May 14, 2020
1 parent 2758fc9 commit 740386e
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 3 deletions.
8 changes: 8 additions & 0 deletions Assets/Examples/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Examples/Editor/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Assets/Examples/Editor/Resources/SpellCheck.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

@@ -0,0 +1,15 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 542cda9a3e7349ac9c415ba5fc5fdcc3, type: 3}
m_Name: SpellCheckSettings
m_EditorClassIdentifier:
_extraWords: []

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Assets/com.fluid.dialogue/package.json
Expand Up @@ -7,6 +7,7 @@
"dependencies": {
"com.fluid.database": "2.0.0",
"com.fluid.unity-event-plus": "1.1.0",
"com.fluid.simple-spellcheck": "1.0.1"
"com.fluid.simple-spellcheck": "1.1.0",
"com.fluid.find-and-replace": "1.0.1"
}
}
4 changes: 2 additions & 2 deletions Packages/manifest.json
Expand Up @@ -12,8 +12,8 @@
"dependencies": {
"clever-crow.nsubstitute": "2.0.3",
"com.fluid.database": "2.0.0",
"com.fluid.find-and-replace": "file:D:/Programming/unity-find-and-replace/Assets/com.fluid.find-and-replace",
"com.fluid.simple-spellcheck": "1.0.1",
"com.fluid.find-and-replace": "1.0.1",
"com.fluid.simple-spellcheck": "1.1.0",
"com.fluid.unity-event-plus": "1.1.0",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
Expand Down

0 comments on commit 740386e

Please sign in to comment.