ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: SciTE Setup in Windows and .rb scripts
Date: Fri, 20 Jan 2006 09:59:51 +0100	[thread overview]
Message-ID: <43D0A687.2070402@wxs.nl> (raw)
In-Reply-To: <Pine.SOL.4.21.0601192135140.7054-100000@sun01.eng.uwo.ca>

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

  reply	other threads:[~2006-01-20  8:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-19 19:52 Hooman Javidnia
2006-01-19 20:45 ` Mari Voipio
2006-01-19 21:45   ` Mari Voipio
2006-01-20  3:41     ` Hooman Javidnia
2006-01-20  8:59       ` Hans Hagen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-01-21 22:42 Hooman Javidnia
2006-01-19  8:19 Hooman Javidnia

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43D0A687.2070402@wxs.nl \
    --to=pragma@wxs.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).