Some notes...

Get help with the installation and running of the Zeus IDE. Please do not post bug reports or feature requests here. When in doubt post your question here.
Post Reply
Endymion
Posts: 9
Joined: Mon Feb 06, 2012 7:50 am

Some notes...

Post by Endymion »

There is bug in forum: I have passed to page 8, and there isn't present anything. Page 7 is filled completely. Probably, error is in the formula of calculation of pages: a next page is created even for zero topics.

When I press button "New", Zeus created java-document. Probably, because I edited a java-source before it. How to switch to other type of document?
I want to add support for exotic language. I going to Options -> Document types. So, I can create new document from scratch. However modern languages often are dialects old. It would be much more convenient to clone existing type of the document, and then it is a little of it to correct. For example, syntax of language Boo is almost identical to Python's one.

Is it possible to use two different repos? For example, codesion.com for my public portfolio and assembla.com for working with customers in privacy?
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

When I press button "New", Zeus created java-document. Probably, because I edited a java-source before it.
That is correct.
How to switch to other type of document?
You have to do a file save to save the file and give it a different extension.
It would be much more convenient to clone existing type of the document, and then it is a little of it to correct. For example, syntax of language Boo is almost identical to Python's one.
I will look to add a Clone button.

One work around is to use the Export button inside the existing document type and then use the Import button in the new document type.
Is it possible to use two different repos?

I am not sure exactly what you mean by repos :?:

Cheers Jussi
Last edited by jussij on Thu Feb 09, 2012 7:59 am, edited 1 time in total.
Endymion
Posts: 9
Joined: Mon Feb 06, 2012 7:50 am

Post by Endymion »

jussij wrote:
Is it possible to use two different repos?

I am not sure exactly mean by repos :?:
repo = repository. Place, where sources stored by version control system.
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

But which Zeus feature are you referring to :?:

If you are referring to the fact that Zeus can connect to any MS-SCCI source control, then these MS-SCCI details are held in the Version Control panel of the Workspace, Source Control, Options menu.

Unfortunately, the structure of these details is out of the control of Zeus since they are defined by the Microsoft MS-SCCI Specification and unfortunately that specification does not allow for multiple repos for a given project :(

Cheers Jussi
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

When I press button "New", Zeus created java-document. Probably, because I edited a java-source before it. How to switch to other type of document?
In the latest version of Zeus it is now possible to quickly and easily create a document of a given file extension.

To do this just do the following:

1) Select the Templates panel.

2) Select the Document Type required from the drop down list.

3) Click on the New File template.

NOTE: With a bit of tweaking it is also possible to control the contents of the newly created file by editing the template document for that extension.

Cheers Jussi
Post Reply