20 Jan
2006
20 Jan
'06
9:59 a.m.
Hooman Javidnia wrote:
It seems that SciTE can't still detect type of the file that I want to compile or build. I get the same message when I Build myfile.tex too, although Build process finishes without any errors.
run this once in a console: FTYPE RubyScript=c:\data\system\ruby\bin\ruby.exe %%1 %%* FTYPE PerlScript=c:\data\system\perl\bin\perl.exe %%1 %%* FTYPE PythonScript=c:\data\system\python\bin\python.exe %%1 %%* FTYPE LuaScript=c:\data\system\lua\bin\lua.exe %%1 %%* ASSOC .rb=RubyScript ASSOC .rbw=RubyScript ASSOC .pl=PerlScript ASSOC .py=PythonScript ASSOC .lua=LuaScript FTYPE SomeText=c:\data\system\scite\wscite\scite.exe ASSOC .exa=SomeText ASSOC .xml=SomeText ASSOC .tex=SomeText ASSOC .mp=SomeText