Search found 11 matches

by Dataflex
Wed Nov 29, 2023 4:17 pm
Forum: General
Topic: Having trouble changing the compile command
Replies: 3
Views: 21798

Re: Having trouble changing the compile command

Thanks for the reply. I have a few issues.

First Issue: I installed Zeusedit on a new machine with Windows 11. I looked to see if the license allowed more than one machine and I found a forum post saying it did, but that was back in 2004.

Second Issue: When I was installing it I was given a ...
by Dataflex
Tue Nov 28, 2023 1:48 pm
Forum: General
Topic: Having trouble changing the compile command
Replies: 3
Views: 21798

Having trouble changing the compile command

I have a workspace for Ruby and a hello_world.rb file. I want to execute it with Compiler->Compile. But I am unable to change the Compiler->Options->Command from the default of "compile $fn". I change "compile" to "ruby" and press the Apply and OK buttons but when I go to compile it is still set to ...
by Dataflex
Thu Nov 02, 2023 7:32 pm
Forum: General
Topic: V Language Document Type
Replies: 6
Views: 36221

Re: V Language Document Type

I added z_v and now I have a V Document Type. Thanks! (I did notice that after I removed the z_v the files in zConfig for them remained, even after restarting Zeus. But I was able to deleted them in File Explorer.)
by Dataflex
Thu Nov 02, 2023 7:17 am
Forum: General
Topic: V Language Document Type
Replies: 6
Views: 36221

Re: V Language Document Type

I decided to choose option 3 (deleting the V file extension from Verilog) even though I will never use the Verlog document type... But I was unable to create a V document type as it still said it existed. I exited Zeus, came back in and checked the Verilog Document Type and it showed only v2k as a ...
by Dataflex
Thu Nov 02, 2023 5:50 am
Forum: General
Topic: V Language Document Type
Replies: 6
Views: 36221

V Language Document Type

I didn't see the V language in Options->Document Types, so tried to create one. But I got an error that it already existed. In looking at c:\Program Files (x86)\Zeus\zConfig I see: [Zeusv-keywords.ext , Zeusv-template.ext ]. But there is no compiler, general or coloring file.
by Dataflex
Fri Oct 13, 2023 6:44 pm
Forum: General
Topic: New Document Type has vanished
Replies: 11
Views: 189552

Re: New Document Type has vanished

I only have one login on this computer so it shouldn't have been an administrative rights issue. But not an issue now so it's all good.

I put in regexes for Free Pascal warnings [ .*Note\:.* ] and errors [ (.*Fatal\:.*)|(.*Error\:.*) ] and it now makes the Compiler Messages tab the active one if ...
by Dataflex
Thu Oct 12, 2023 6:14 am
Forum: General
Topic: New Document Type has vanished
Replies: 11
Views: 189552

Re: New Document Type has vanished

Sorry for the delayed response. I have three files in my home directory that I previously used for Seed7 syntax highlighting:

keywords.txt
standard_functions.txt
standard_types.txt

I did a new Seed7 document type and reloaded them and expected that when I closed the program I would lose that Seed7 ...
by Dataflex
Sat Sep 23, 2023 7:52 am
Forum: General
Topic: New Document Type has vanished
Replies: 11
Views: 189552

Re: New Document Type has vanished


There is no Seed7 Document Type shown among the Zeusxxx-keywords.ext
This suggests to me no Document Type for Seed7 was ever created.

It was created, and in the list, and I was using it and was getting the syntax highlighting. However, I put the keywords in a file in a personal directory and ...
by Dataflex
Sat Sep 23, 2023 2:26 am
Forum: General
Topic: New Document Type has vanished
Replies: 11
Views: 189552

Re: New Document Type has vanished

Thanks for the reply. There is no Seed7 document type shown among the Zeusxxx-keywords.ext files.

Do you have a feature where a Document Type can be created but not saved?

EDIT: It appears that the software does not automatically save loaded keyword and other files, nor warn that they will not be ...
by Dataflex
Fri Sep 22, 2023 10:16 am
Forum: General
Topic: New Document Type has vanished
Replies: 11
Views: 189552

New Document Type has vanished

I added a document type for the Seed7 language and now it is not in the list of document types. Between adding it and now I
a) purchased the product
b) did some Free Pascal work in a different workspace.
c) opened the Seed7 workspace
by Dataflex
Fri Sep 22, 2023 9:50 am
Forum: General
Topic: Debugger Module and running a program
Replies: 1
Views: 11083

Debugger Module and running a program

I am compiling Free Pascal code. I don't see anyway to execute it (without the debugger)?

In trying to use the debugger (which I have set to be gdb and put in the directory and path) I am getting this error ...