Page 1 of 1

Some notes...

Posted: Wed Feb 08, 2012 8:46 am
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?

Posted: Wed Feb 08, 2012 11:48 am
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

Posted: Thu Feb 09, 2012 7:51 am
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.

Posted: Thu Feb 09, 2012 7:53 am
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

Posted: Wed May 30, 2012 5:48 am
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