Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - SAPIEN releases free script editor

Reply
 
Old 05-10-2009   #1 (permalink)
primalscript


 
 

SAPIEN releases free script editor

SAPIEN has released PrimalPad, a free editor application with coloring
for VBScript, JScript, PowerShell and ASP.
It's a single exe with no installation, so perfect for use from a
flash drive.
There is a 32 bit and a 64 bit version.

There is a blog article here: http://blog.sapien.com/index.php/200...-is-an-editor/
and it can be downloaded from here: http://www.primaltools.com/communitytools/


My System SpecsSystem Spec
Old 05-15-2009   #2 (permalink)
Scott


 
 

Re: SAPIEN releases free script editor

Is there help for this program anywhere? I'm trying to configure it to
compile/run Java.

In settings, I changed JScript extension to "java", and added "*.java"
to the Extensions by Script Files at the top of the Settings.

Under Tool/Options/Tools, I added Compile and Run, with the path to
the exe for each in the command box, but I don't know what to put in
the Arguments and Initial directory box.


On Sun, 10 May 2009 09:48:20 -0700 (PDT), primalscript@xxxxxx wrote:
Quote:

>SAPIEN has released PrimalPad, a free editor application with coloring
>for VBScript, JScript, PowerShell and ASP.
>It's a single exe with no installation, so perfect for use from a
>flash drive.
>There is a 32 bit and a 64 bit version.
>
>There is a blog article here: http://blog.sapien.com/index.php/200...-is-an-editor/
>and it can be downloaded from here: http://www.primaltools.com/communitytools/
My System SpecsSystem Spec
Old 05-26-2009   #3 (permalink)
Scott


 
 

Re: SAPIEN releases free script editor

Anyone??

Primalpad seems like it could be a decent program, but with no help,
it is unusable for me.


On Fri, 15 May 2009 18:21:08 -0600, Scott <me@xxxxxx> wrote:
Quote:

>Is there help for this program anywhere? I'm trying to configure it to
>compile/run Java.
>
>In settings, I changed JScript extension to "java", and added "*.java"
>to the Extensions by Script Files at the top of the Settings.
>
>Under Tool/Options/Tools, I added Compile and Run, with the path to
>the exe for each in the command box, but I don't know what to put in
>the Arguments and Initial directory box.
>
>
>On Sun, 10 May 2009 09:48:20 -0700 (PDT), primalscript@xxxxxx wrote:
>
Quote:

>>SAPIEN has released PrimalPad, a free editor application with coloring
>>for VBScript, JScript, PowerShell and ASP.
>>It's a single exe with no installation, so perfect for use from a
>>flash drive.
>>There is a 32 bit and a 64 bit version.
>>
>>There is a blog article here: http://blog.sapien.com/index.php/200...-is-an-editor/
>>and it can be downloaded from here: http://www.primaltools.com/communitytools/
My System SpecsSystem Spec
Old 05-26-2009   #4 (permalink)
Luuk


 
 

Re: SAPIEN releases free script editor

Scott schreef:
Quote:

> Anyone??
>
> Primalpad seems like it could be a decent program, but with no help,
> it is unusable for me.
>
>
> On Fri, 15 May 2009 18:21:08 -0600, Scott <me@xxxxxx> wrote:
>
Quote:

>> Is there help for this program anywhere? I'm trying to configure it to
>> compile/run Java.
>>
Java, JScript and Javascript are different things...

http://support.microsoft.com/kb/154585

--
Luuk
My System SpecsSystem Spec
Old 05-26-2009   #5 (permalink)
mayayana


 
 

Re: SAPIEN releases free script editor

First, why are you asking in this group??

This is a VBScript group. Your question is
about Java in 3rd-party software. For 3rd-party
software ask the company. The fact that Sapien
spams this group doesn't make it a Sapien forum.

Second, why would you use a script editor for
Java? There are free IDEs for Java. And you also
need to install the Java VM. (The runtime.) And
that's a big topic that needs to be asked about
in a Java group.

Quote:

> Anyone??
>
> Primalpad seems like it could be a decent program, but with no help,
> it is unusable for me.
>
>
> On Fri, 15 May 2009 18:21:08 -0600, Scott <me@xxxxxx> wrote:
>
Quote:

> >Is there help for this program anywhere? I'm trying to configure it to
> >compile/run Java.
> >
> >In settings, I changed JScript extension to "java", and added "*.java"
> >to the Extensions by Script Files at the top of the Settings.
> >
> >Under Tool/Options/Tools, I added Compile and Run, with the path to
> >the exe for each in the command box, but I don't know what to put in
> >the Arguments and Initial directory box.
> >
> >
> >On Sun, 10 May 2009 09:48:20 -0700 (PDT), primalscript@xxxxxx wrote:
> >
Quote:

> >>SAPIEN has released PrimalPad, a free editor application with coloring
> >>for VBScript, JScript, PowerShell and ASP.
> >>It's a single exe with no installation, so perfect for use from a
> >>flash drive.
> >>There is a 32 bit and a 64 bit version.
> >>
> >>There is a blog article here:
http://blog.sapien.com/index.php/200...need-is-an-edi
tor/
Quote:
Quote:
Quote:

> >>and it can be downloaded from here:
http://www.primaltools.com/communitytools/


My System SpecsSystem Spec
Old 05-26-2009   #6 (permalink)
ekkehard.horner


 
 

Re: SAPIEN releases free script editor

Scott schrieb:
Quote:

> Anyone??
>
> Primalpad seems like it could be a decent program, but with no help,
> it is unusable for me.
>
Because of the lack of documentation I can't rule out that the things I
tried without success are possible still, but

(1) a command to run the current script with cscript would need
the full file specification as a parameter. I can't find a
symbol/macro that would allow me to insert the filespec
into the command's arguments

(2) if you test the tool feature with "dir" as command, a DOS-Box
opens (and closes immediately). I can't find a way to capture
the output of a command to a sub window/buffer

(3) while the syntax coloring works, I found no way to get Intellisense
or context-sensitve help/access to documentation

(4) there seems to be no project management at all

As such features come (to different degrees) with free/open source
software like Crimson Editor, PSPad, Komodo Edit, or JEdit - not to
speak of Eclipse or Netbeans - I *think* you should look at such
editors/IDEs.

[...]
My System SpecsSystem Spec
Old 05-26-2009   #7 (permalink)
Bob Barrows


 
 

Re: SAPIEN releases free script editor

I don't understand your problem. Did you look at the blog argument cited
in the post you replied to? See below if you missed that link.
If you looked at that blog article, how could you have failed to see the
link to their community support forums? Here it is:
http://support.sapien.com/forum/forum_topics.asp?FID=10

That certainly seems a more likely place to get help with that software
than this vbscript newsgroup ...

Scott wrote:
Quote:

> Anyone??
>
> Primalpad seems like it could be a decent program, but with no help,
> it is unusable for me.
>
>
Quote:
Quote:

>>> There is a blog article here:
>>>
http://blog.sapien.com/index.php/200...-is-an-editor/
Quote:
Quote:
Quote:

>>> and it can be downloaded from here:
--
HTH,
Bob Barrows


My System SpecsSystem Spec
Old 05-30-2009   #8 (permalink)
Scott


 
 

Re: SAPIEN releases free script editor

My mistake. I didn't know they spammed the group, and I spaced the
fact that I was in the wrong group. Will try to pay more attention.

I was looking into a script editor to keep it simple. I'm new to Java,
and was not wanting a full blown IDE. I already have the Java VM
setup. I've been using Crimson Editor, but thought I might give this a
shot.

On Tue, 26 May 2009 09:17:41 -0400, "mayayana" <mayaXXyana@xxxxxx>
wrote:
Quote:

> First, why are you asking in this group??
>
> This is a VBScript group. Your question is
>about Java in 3rd-party software. For 3rd-party
>software ask the company. The fact that Sapien
>spams this group doesn't make it a Sapien forum.
>
> Second, why would you use a script editor for
>Java? There are free IDEs for Java. And you also
>need to install the Java VM. (The runtime.) And
>that's a big topic that needs to be asked about
>in a Java group.
>
>
Quote:

>> Anyone??
>>
>> Primalpad seems like it could be a decent program, but with no help,
>> it is unusable for me.
>>
>>
>> On Fri, 15 May 2009 18:21:08 -0600, Scott <me@xxxxxx> wrote:
>>
Quote:

>> >Is there help for this program anywhere? I'm trying to configure it to
>> >compile/run Java.
>> >
>> >In settings, I changed JScript extension to "java", and added "*.java"
>> >to the Extensions by Script Files at the top of the Settings.
>> >
>> >Under Tool/Options/Tools, I added Compile and Run, with the path to
>> >the exe for each in the command box, but I don't know what to put in
>> >the Arguments and Initial directory box.
>> >
>> >
>> >On Sun, 10 May 2009 09:48:20 -0700 (PDT), primalscript@xxxxxx wrote:
>> >
>> >>SAPIEN has released PrimalPad, a free editor application with coloring
>> >>for VBScript, JScript, PowerShell and ASP.
>> >>It's a single exe with no installation, so perfect for use from a
>> >>flash drive.
>> >>There is a 32 bit and a 64 bit version.
>> >>
>> >>There is a blog article here:
>http://blog.sapien.com/index.php/200...need-is-an-edi
>tor/
Quote:
Quote:

>> >>and it can be downloaded from here:
>http://www.primaltools.com/communitytools/
>
My System SpecsSystem Spec
Old 06-02-2009   #9 (permalink)
PrimalScript


 
 

Re: SAPIEN releases free script editor

For the record, we here at SAPIEN don't spam anything.
I posted about a free tool we developed in a newsgroup that
is pertinent to this type of application.
There was no cross posting either, even though other users
in different language versions of this group reposted the
message.
So all of this within the common sense rules of USENET
groups and not consider SPAM, sincere there isn't
even any commercial interest in a free tool.

Thank you

On May 30, 8:12*pm, Scott <m...@xxxxxx> wrote:
Quote:

> My mistake. I didn't know they spammed the group, and I spaced the
> fact that I was in the wrong group. Will try to pay more attention.
>
> I was looking into a script editor to keep it simple. I'm new to Java,
> and was not wanting a full blown IDE. I already have the Java VM
> setup. I've been using Crimson Editor, but thought I might give this a
> shot.
>
> On Tue, 26 May 2009 09:17:41 -0400, "mayayana" <mayaXXy...@xxxxxx>
> wrote:
>
>
>
Quote:

> > * First, why are you asking in this group??
>
Quote:

> > * This is a VBScript group. Your question is
> >about Java in 3rd-party software. For 3rd-party
> >software ask the company. The fact that Sapien
> >spams this group doesn't make it a Sapien forum.
>
Quote:

> > * Second, why would you use a script editor for
> >Java? There are free IDEs for Java. And you also
> >need to install the Java VM. (The runtime.) And
> >that's a big topic that needs to be asked about
> >in a Java group.
>
Quote:
Quote:

> >> Anyone??
>
Quote:
Quote:

> >> Primalpad seems like it could be a decent program, but with no help,
> >> it is unusable for me.
>
Quote:
Quote:

> >> On Fri, 15 May 2009 18:21:08 -0600, Scott <m...@xxxxxx> wrote:
>
Quote:
Quote:

> >> >Is there help for this program anywhere? I'm trying to configure it to
> >> >compile/run Java.
>
Quote:
Quote:

> >> >In settings, I changed JScript extension to "java", and added "*.java"
> >> >to the Extensions by Script Files at the top of the Settings.
>
Quote:
Quote:

> >> >Under Tool/Options/Tools, I added Compile and Run, with the path to
> >> >the exe for each in the command box, but I don't know what to put in
> >> >the Arguments and Initial directory box.
>
Quote:
Quote:

> >> >On Sun, 10 May 2009 09:48:20 -0700 (PDT), primalscr...@xxxxxx wrote:
>
Quote:
Quote:

> >> >>SAPIEN has released PrimalPad, a free editor application with coloring
> >> >>for VBScript, JScript, PowerShell and ASP.
> >> >>It's a single exe with no installation, so perfect for use from a
> >> >>flash drive.
> >> >>There is a 32 bit and a 64 bit version.
>
Quote:
Quote:

> >> >>There is a blog article here:
> >http://blog.sapien.com/index.php/200...ll-you-need-is...
> >tor/
Quote:

> >> >>and it can be downloaded from here:
> >http://www.primaltools.com/communitytools/
My System SpecsSystem Spec
Old 06-04-2009   #10 (permalink)
Alex K. Angelopoulos


 
 

Re: SAPIEN releases free script editor

Just to clarify - not spam, any more than Bill Stewart is or I was when I
posted free tools I've worked on.

"Scott" <me@xxxxxx> wrote in message
news:94t325ljvna7bar1649e2sbdtb4ef4qp8p@xxxxxx
Quote:

> My mistake. I didn't know they spammed the group, and I spaced the
> fact that I was in the wrong group. Will try to pay more attention.
>
> I was looking into a script editor to keep it simple. I'm new to Java,
> and was not wanting a full blown IDE. I already have the Java VM
> setup. I've been using Crimson Editor, but thought I might give this a
> shot.
>
> On Tue, 26 May 2009 09:17:41 -0400, "mayayana" <mayaXXyana@xxxxxx>
> wrote:
>
Quote:

>> First, why are you asking in this group??
>>
>> This is a VBScript group. Your question is
>>about Java in 3rd-party software. For 3rd-party
>>software ask the company. The fact that Sapien
>>spams this group doesn't make it a Sapien forum.
>>
>> Second, why would you use a script editor for
>>Java? There are free IDEs for Java. And you also
>>need to install the Java VM. (The runtime.) And
>>that's a big topic that needs to be asked about
>>in a Java group.
>>
>>
Quote:

>>> Anyone??
>>>
>>> Primalpad seems like it could be a decent program, but with no help,
>>> it is unusable for me.
>>>
>>>
>>> On Fri, 15 May 2009 18:21:08 -0600, Scott <me@xxxxxx> wrote:
>>>
>>> >Is there help for this program anywhere? I'm trying to configure it to
>>> >compile/run Java.
>>> >
>>> >In settings, I changed JScript extension to "java", and added "*.java"
>>> >to the Extensions by Script Files at the top of the Settings.
>>> >
>>> >Under Tool/Options/Tools, I added Compile and Run, with the path to
>>> >the exe for each in the command box, but I don't know what to put in
>>> >the Arguments and Initial directory box.
>>> >
>>> >
>>> >On Sun, 10 May 2009 09:48:20 -0700 (PDT), primalscript@xxxxxx wrote:
>>> >
>>> >>SAPIEN has released PrimalPad, a free editor application with coloring
>>> >>for VBScript, JScript, PowerShell and ASP.
>>> >>It's a single exe with no installation, so perfect for use from a
>>> >>flash drive.
>>> >>There is a 32 bit and a 64 bit version.
>>> >>
>>> >>There is a blog article here:
>>http://blog.sapien.com/index.php/200...need-is-an-edi
>>tor/
Quote:

>>> >>and it can be downloaded from here:
>>http://www.primaltools.com/communitytools/
>>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Audio Editor Deluxe - Free on April 18 Software
Crysis Wars Free Trail Week April 9th!(Free Sandbox 2 Editor2) Vista Games
How do I change to Outlook editor, and not the Winword editor in Vista Vista mail
Vista 64-"Sandbox 2 editor has Stopped working"- when importing files to editor. Gaming
vista beta releases Vista General


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46