Building Quest 5.9 with Spell Check (a dirty hack) #1452
KVonGit
started this conversation in
Developing Quest
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is how I add spell checking to Quest 5.9.
This code was in a beta build of Quest 5.8, but it treats every language as English and was therefore removed.
NOTES:
In the
v5
branch:EditorControls\ExpressionControl.xaml line 28 (code modified to add Spell Check in expression boxes)
EditorControls\ExpressionControl.xaml.cs line 95 (code added to enable Spell Check in expression and message boxes)
EditorControls\RichTextControl.xaml line 14 (code modified to add Spell Check to Description boxes and all other rich text boxes)
EditorControls\TextBoxControl.xaml line 9 (modified to include spell check)
Beta Was this translation helpful? Give feedback.
All reactions