scite

P

Priyank Shah

hi,

I want seperate use of scite so i taken the source and scite editor run
but

i cannot able to execute any ruby script.

I have not installed it with ruby. I had taken source seperatly and run
scite application.

Please let me know if any of you have any idea.

Thanks,
Priyank Shah
 
P

Priyank Shah

Roger said:
is ruby.exe in your path?

hi,

Thanks for reply.

But i can't got it where you want to say to set the the path.

i can run script from command prompt using ruby commnad.

But i have separat scite editor which i had download and run it but in
that,

script is not run.

Thanks,
Priyank Shah
 
Q

Quintus

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 03.08.2010 12:52, schrieb Priyank Shah:
hi,

Thanks for reply.

But i can't got it where you want to say to set the the path.

i can run script from command prompt using ruby commnad.

But i have separat scite editor which i had download and run it but in
that,

script is not run.

Thanks,
Priyank Shah

Does your script name and/or directory name contain spaces? SciTE has
problems managing whitespace characters in its default settings. Open up
your Ruby properties file (Options -> Edit properties -> Open
ruby.properties) and look for the lines saying

command.go.*.rb=ruby $(FileNameExt)
command.go.*.rbw=rubyw $(FileNameExt)

Note that they appear twice, once for GTK and once for Windows. Choose
the one according to your platform and change them to:

command.go.*.rb=ruby "$(FileNameExt)"
command.go.*.rbw=rubyw "$(FileNameExt)"

You could also make Ruby display warnings by default. Use:

command.go.*.rb=ruby -w "$(FileNameExt)"
command.go.*.rbw=rubyw -w "$(FileNameExt)"

Restart SciTE after the modifications.
If that doesn't do it, please post the error you're getting.

Vale,
Marvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkxYC5sACgkQDYShvwAbcNkKGwCfRDvqQA1uFCeUC56MOxpDr5Gk
DJgAn0WGtyfhLG4No2O2jRUFuxJWKAHc
=0Q3Y
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top