How to add a new language into Zeus

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
kcvinu
Posts: 1
Joined: Sun Oct 04, 2015 7:07 pm

How to add a new language into Zeus

Post by kcvinu »

Hi all,
I am new to this forum. I need to add my programming language to zeus. By add, i mean i can run my scripts, i can compile my scripts. My programming language is AutoIt. I have an xml file contains all the keywords of this language. First of all, i need a tutorial on how to setup a new language in zeus. I found a link in main website, but it is only an image of "Document Type" window. So now i am struck, Please help. Thanks in advance
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Re: How to add a new language into Zeus

Post by jussij »

First of all, i need a tutorial on how to setup a new language in zeus.
The setup of a new language involves several steps, all centered around the creation of a new document type for language.

Details on how to create and configure a new document type are described here.
I have an xml file contains all the keywords of this language.
You will need to convert that XML file into a simple text file with one keyword on each line. With a file in that format it is easy to import those keywords, as per the details found in the previous link.

Cheers Jussi
Post Reply