Search found 17 matches

by robert37
Tue Dec 07, 2010 4:37 am
Forum: General
Topic: Code paste
Replies: 2
Views: 8974

Thanks, that did it.
by robert37
Mon Dec 06, 2010 12:27 am
Forum: General
Topic: Code paste
Replies: 2
Views: 8974

Code paste

I am using Zeus 3.94a, with word wrap turned on. Right now, if I attempt to paste a 10-line block of code into a 2-line space on a Zeus page, it will make a jumbled mess of it. The code gets pasted, but everything gets shoved into a visually disorganized form.

How can I get Zeus to behave in the ...
by robert37
Sun Jul 06, 2008 12:58 am
Forum: General
Topic: Backing up Zeus preferences?
Replies: 4
Views: 12752

Thank you. And then, to restore the folders, can I then just copy my backup
ZConfig and ZScript folders into my working Zeus folder? Or is there some special way of importing these folders?
by robert37
Sat Jul 05, 2008 6:36 am
Forum: General
Topic: Backing up Zeus preferences?
Replies: 4
Views: 12752

I meant Zeus, not Zoot. Sorry.
by robert37
Sat Jul 05, 2008 6:35 am
Forum: General
Topic: Backing up Zeus preferences?
Replies: 4
Views: 12752

Backing up Zeus preferences?

How do I back up my default preferences in Zoot, i.e., my preferences for compiler options, keyword options, color options, etc.?

I mean, which files should I copy to preserve this information in case of a system crash? Then, can I restore the information by simply copying the files back into the ...
by robert37
Mon Apr 18, 2005 8:02 am
Forum: General
Topic: Syntax highlighting for Forth?
Replies: 12
Views: 42158

I too would like to see the word files. Please send to robert1111@starcenter.com
by robert37
Mon Feb 21, 2005 2:48 am
Forum: General
Topic: Syntax highlighting for Forth?
Replies: 12
Views: 42158

Somehow, my previous message got sent before I finished it. Here is the complete message:

Thank you. For the Forth language, I have made the following number string, which seems to work:

[.]*[+]*[-]*[0-9]+[.]*[0-9]*[eE]*[+]*[-]*[0-9]*

Now, I have another question. In Forth, strings are compiled ...
by robert37
Mon Feb 21, 2005 2:37 am
Forum: General
Topic: Syntax highlighting for Forth?
Replies: 12
Views: 42158

Thank you. For the Forth language, I have made the following number string, which seems to work:

[.]*[+]*[-]*[0-9]+[.]*[0-9]*[eE]*[+]*[-]*[0-9]*

Now, I have another question. In Forth, strings are compiled by enclosing them in quotes with a leading space, as in:

" THIS IS A QUOTE"

The first ...
by robert37
Thu Feb 10, 2005 6:50 am
Forum: General
Topic: Syntax highlighting for Forth?
Replies: 12
Views: 42158

I do not understand the numbers string for syntax highlighting. For instance, you have provided a default string of:
(0x*[0-9A-Fa-f]+[Hh]*)|([0-9]+)

What is being done in the above string? How does it work?

I ask, because the above string does not work for syntax coloring of numbers in my Forth ...
by robert37
Fri Feb 04, 2005 7:06 am
Forum: General
Topic: Compiler setup
Replies: 13
Views: 48272

Hello,

Thank you. But I do not understand the code in the Capturing tools/compiler posting.

However, I emailed Stephen Pelc, who is the creator of the ProForth compiler that I am using. By the way, ProForth does not use a DOS window, and it is an interpreter/compiler that always remains ...
by robert37
Thu Jan 27, 2005 10:51 pm
Forum: General
Topic: Compiler setup
Replies: 13
Views: 48272

Well, I certainly appreciate your help on all this.

As I understand it, the problem is simply with my compiler, that it just keeps on running and does not know how to quit properly.

I will send an email to the compiler people, asking if this can be helped. Since I do not know much about this, can ...
by robert37
Wed Jan 26, 2005 2:35 am
Forum: General
Topic: Compiler setup
Replies: 13
Views: 48272

For instance, using the Boxer text editor, I can do this wthout any problem, so I know it is possible. In Boxer, the compiler command line is: C:\PFW236\PFW.EXE include $Filepath
When you run the compile inside Boxer, does the Windows Task Manager show that pfw.exe is still running even after the ...
by robert37
Wed Jan 26, 2005 2:27 am
Forum: General
Topic: Compiler setup
Replies: 13
Views: 48272

Thank you. I will try out your suggestion.

But also, another idea --- In Zeus, I created a new tool called "ProForth." For the program name, I used c:\pfw236\pfw.exe. For the argument, I used "c:\pfw236\pfw.exe include $fn" (including the quotes). I told it to Run Normal, Capture Standard Output ...
by robert37
Mon Jan 24, 2005 10:05 pm
Forum: General
Topic: Compiler setup
Replies: 13
Views: 48272

Yes, this is exactly what is happening. When the error occurs, the Zeus status bar says "The spawn failed as there is another spawn that is still active." And, in Windows Task Manager, pfw.exe is still running.

Nevertheless, I would still like to compile files from Zeus, and it would be convenient ...
by robert37
Mon Jan 24, 2005 8:26 am
Forum: General
Topic: Compiler setup
Replies: 13
Views: 48272

Hello,

The file will compile only if I use $fn. If I try to use "$fn", the file will not compile at all.

I have set up the compiler command line using Options/Document Types/Forth Documents.

So, using $fn: with the compiler not running: in Zeus, if I say, "Compile," the compiler comes up and the ...