LadyDefile / Wordsmith-DalamudPlugin

Wordsmith is a Dalamud Plugin aiming to make roleplay easier, more convenient, and harder to accidentally "wrong chat" your post.
7 stars 3 forks source link

Auto Spell-Check not working. #45

Closed dragonzero39 closed 10 months ago

dragonzero39 commented 10 months ago

I've tried a fresh install, removed the config file from XIV Launcher in AppData. I've checked all the settings multiple times. Have it enabled for auto-spellcheck and on a 1 second typing delay.

Can anyone else confirm theirs is working? This has been going on for a month for me now.

LadyDefile commented 10 months ago

Without any logs it's very difficult to identify the issue. I've been looking into it but nothing I do seems to be able to give me the error. Auto-spellcheck is working fine in all of my test builds. I'm planning to do some code refactoring today so I may come across the issue somewhere.

LadyDefile commented 10 months ago

I actually uninstalled Wordsmith completely from my system and downloaded it from the Dalamud Plugins installer. I don't know why yet, but the version they have is broken. I'll do some more research into this and see what I can find.

LadyDefile commented 10 months ago

I think I may have found the problem. It looks like a single line of code had gotten wrapped in an #if DEBUG preprocessor command so when I built the test builds they were working great but the public builds weren't. The update should be out soon.