Is Live Spellchecking a Possibility?

Posted by Snowglass on Fri 01 Apr 2011 01:06 AM — 4 posts, 19,112 views.

USA #0
I know that you can set each world to spellcheck on send, but is there a way to implement spellcheck as you type, so that you can correct errors before you hit send?

Thanks so much!

edit: Yes, I've seen this http://gammon.com.au/forum/?id=9089 thread, but even though I followed the instructions on how to install a plugin, I cannot seem to figure out how to make the plugin work.
Amended on Fri 01 Apr 2011 02:21 AM by Snowglass
Australia Forum Administrator #1
I was trying to find that link, but you found it anyway. Excellent.

I don't know of any other live spellchecking options. If you are having troubles with that plugin, perhaps post the error message, or difficulties you are having, and someone may be able to resolve them.
USA #2
Well, the problem really is, after I install the plugin, how do I get it to work? is there a command to turn it on? I tried reading the information inside the plugin, but I just can't figure it out. Is it supposed to just run automatically? I just don't get it.

This is what the file inside says, but I still don't understand.

<!-- Plugin help -->

<aliases>
<alias
script="OnHelp"
match="Previewer:help"
enabled="y"
>
</alias>
<alias
script="OnActivate"
match="Previewer:on"
enabled="y"
>
</alias>
<alias
script="OnDeActivate"
match="Previewer:off"
enabled="y"
>
</alias>
<alias
script="OnTest"
match="Previewer:test"
enabled="y"
>
</alias>
<alias
script="OnSelect"
match="^Previewer:select (\d+)$"
regexp="y"
enabled="y"
>
</alias>
</aliases>

<script>
<![CDATA[

Accelerator("Ctrl+Q", "Previewer:test") -- for testing.
Accelerator("Alt+1", "Previewer:select 1")
Accelerator("Alt+2", "Previewer:select 2")
Accelerator("Alt+3", "Previewer:select 3")
Accelerator("Alt+4", "Previewer:select 4")
Accelerator("Alt+5", "Previewer:select 5")
Accelerator("Alt+6", "Previewer:select 6")
Accelerator("Alt+7", "Previewer:select 7")
Accelerator("Alt+8", "Previewer:select 8")
Accelerator("Alt+9", "Previewer:select 9")
Accelerator("Alt+0", "Previewer:select 10")
Australia Forum Administrator #3
I didn't write that plugin, and it took me a while to get it to do anything either. :)

It turns out that it only supports certain commands, right now "emote" and "pose".

I unzipped the file mentioned in the other post which was:

http://qs.merseine.nu/download/20090219%20Previewer.zip

I copied all of the contents into the worlds/plugins folder.

Then after scratching my head for half an hour trying stuff, I worked out that if you did a pose or emote this would pop up:



The original author said he had stopped work on it, perhaps you can contact him?