 |
loki Beginner
Joined: 11 May 2002 Posts: 10 Location: USA
|
Posted: Sun Aug 11, 2002 3:47 pm
Spell Checker and MUDFTP |
Has anyone thoguht about adding spellCheck and have the ZMUD text editor support MUDFTP? Would it be very difficult to make a plugin spellchecker?
-<LºKi>-
Endless Dreams MUD
endlessdreams.org : 9000 |
|
|
 |
Kjata GURU

Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Sun Aug 11, 2002 6:03 pm |
Zugg has said that he will not add a spellchecking engine and a dictionary to zMUD because it will make the size of zMUD a whole lot bigger. However, if you have Microsoft Word installed, here is an alias that will spellcheck whatever you send to the alias and the send it to the MUD:
#ALIAS scheck {#VAR wordApp %comcreate( "Word.Application");#VAR doc {@wordApp.Documents.Add()};#VAR wordApp.Selection.Text "%-1";#VAR dialog @wordApp.Dialogs(828);#CALL @dialog.Show();#IF (%len(@wordApp.Selection.Text) <> 1) {#EXEC {@wordApp.Selection.Text}} {#EXEC {"%-1"}};#VAR dialog %null;#CALL @doc.Close(0);#CALL @wordApp.Quit();#VAR wordApp %null}
Kjata |
|
|
 |
|
|