Configuring a New Language

Find Tips and tricks on how to better use the Zeus IDE. Feel free to post your own tips but please do not post bug reports, feature requests or questions here.
Post Reply
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Configuring a New Language

Post by jussij »

Zeus supports almost any programming language, but for any language not already defined some minimal initial configuration is required.

These are the minimum steps in adding a new language:

(1) Create a document type for the language: http://www.zeusedit.com/forum/viewtopic.php?t=176

(2) Edit the c:\Program Files\Zeus\xfolder.ini file to add code folding for the language.

(3) Configuring the compiler : http://www.zeusedit.com/forum/viewtopic.php?t=32

The following steps are optional, but can be done to further inprove the setup:

(a) Define some templates: http://www.zeusedit.com/forum/viewtopic.php?t=40

(b) Creating a workspace: http://www.zeusedit.com/forum/viewtopic.php?t=33

(c) Setup the Quick Help: http://www.zeusedit.com/forum/viewtopic.php?t=6

(d) Configuring intellisensing:

http://www.zeusedit.com/forum/viewtopic.php?t=185
http://www.zeusedit.com/forum/viewtopic.php?t=211

(e) Using Doxygen to document your code: http://www.zeusedit.com/forum/viewtopic.php?t=192

(f) Adding a new ctags language definition:
http://www.zeusedit.com/zforum/viewtopic.php?t=3367
Post Reply