5 Dec
2005
5 Dec
'05
11:55 a.m.
Wolfgang Zillig wrote:
Hans Hagen schrieb:
Wolfgang Zillig wrote:
FTYPE LuaScript=c:\data\system\lua\bin\lua.exe %%1 %%* ASSOC .lua=LuaScript
do I need Lua installed on my computer?
no, lua is compiled into scite (lua adds some 50-100 k to a binary), just as lua will some day soon be compiled into tex
(if there is interest in spell checking in scite, we should collect files with words (free lists); the format is pretty stupid, one word per line)
what about the aspell ( http://aspell.net/ ) dictionaries? I don't know the format but it's licensed under GNU.
those are in a special format; what we need are plain lists of words (they can probably derived from the aspell ones) Hans