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

Spell check not working even when on #38

Closed Riot1138 closed 1 year ago

Riot1138 commented 1 year ago

Whenever I open a new scratchpad the automatic spell-check isn't working. I have to open the spell check settings, even with it ticked on and hit Apply for the spell checker to work. Make a new scratchpad with a clear spelling error: image It is ticked to be on: image

After hitting apply: image

LadyDefile commented 1 year ago

Hi there. Sorry it took a couple days to respond, had a few other things I was working on.

  1. Does this happen every time you reboot the game?
  2. This is after you open every new scratch pad, even after fixing the previous one? (i.e. fixed for pad 1, opened pad 2, had to fix again)
  3. Can you post your configuration file, please? It's at %appdata%\XIVLauncher\pluginConfigs\Wordsmith.json
LadyDefile commented 1 year ago

As luck would have it, I actually believe I found the issue by pure luck and it's kind of a funny one. I accidentally wrapped one extra line inside of a #if DEBUG wrapper which caused the spellcheck to work fine with debug builds (a.k.a developer builds) but as soon as it was compiled for giving to everyone else, it would break.

Riot1138 commented 1 year ago

Oh nice! Good to hear. Thank you 😀. I'll double check when I'm home!