1. Euphoria Syntax Files for PSPad
- Posted by Rad Jan 04, 2012
- 2140 views
Hi,
My setup is WinXP Pro SP3 + Eu 4.0.3 + Win32lib 0.70.20 + PSPad 4.5.7
I wanted to use PSPad as editor for euphoria, downloaded and copies the files/folders in PSPad installation directory.
But while opening any file (like .txt etc.) in PSPad, I an getting following error: - Support for "JScript" active scripting not found ! Install WSH with requested language support. -
I tried to download and install windows scripting host(2007) from Microsoft site but the installation could not continue as I have SP3.
Please advise how to use PSPad with Eu.
Thanks & Regards, Rad.
2. Re: Euphoria Syntax Files for PSPad
- Posted by ne1uno Jan 04, 2012
- 2132 views
My setup is WinXP Pro SP3 + Eu 4.0.3 + Win32lib 0.70.20 + PSPad 4.5.7
I wanted to use PSPad as editor for euphoria, downloaded and copies the files/folders in PSPad installation directory.
But while opening any file (like .txt etc.) in PSPad, I an getting following error: - Support for "JScript" active scripting not found ! Install WSH with requested language support. -
http://forum.pspad.com/read.php?2,48650
updating wscript should have fixed it, check settings internet options and make an exception for local zone? maybe you need to install the wscript support for all uysers or as admin?
3. Re: Euphoria Syntax Files for PSPad
- Posted by ne1uno Jan 04, 2012
- 2086 views
it's possibly related to a script/jscript that doesn't have a module name? try renaming the Jscript directory and restarting PSPad.
4. Re: Euphoria Syntax Files for PSPad
- Posted by ne1uno Jan 04, 2012
- 2154 views
also HG may need an eol exception for lineendings for *.bat *.vbs *.js
try renaming the script directory & restart PSPad
5. Re: Euphoria Syntax Files for PSPad
- Posted by Rad Jan 05, 2012
- 2078 views
Thanks everybody.
The problem was 3 variables in Capital letters (and their references if any in the code) in euphoria .js files:
MODULE_NAME, MODULE_VER and MODULE_TITLE
Changing their case to small letters solved the problem.
If anybody can correct this in the download available at Euphoria site, it will take care of this issue.
Thanks & Regards, Rad.
6. Re: Euphoria Syntax Files for PSPad
- Posted by ne1uno Jan 05, 2012
- 2048 views
The problem was 3 variables in Capital letters (and their references if any in the code) in euphoria .js files:
MODULE_NAME, MODULE_VER and MODULE_TITLE
Changing their case to small letters solved the problem.
If anybody can correct this in the download available at Euphoria site, it will take care of this issue.
thanks for the followup. I fixed those and one didn't declare menuName.