programming with aduino

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
diegosantos
Posts: 1
Joined: Fri Mar 07, 2014 3:09 am

programming with aduino

Post by diegosantos »

hi every body
can i use zeus edit for programming arduino uno ?

much love, diego
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post by jussij »

Hi Diego,
can i use zeus edit for programming arduino uno?

With some user configuration you can use Zeus with almost any programming language ;)

But as Zeus doesn't come configured for arduino you'll first need to do some one off configuration.

The first thing you're going to need is create a new document type and you can read about this here.

As an example, this page gives an example creating a new document type for the VHDL language.

You may also want to define a few code templates as described here.

It is also quite easy to get the ctags to work with any new language.

As an example this page shows how to add ctags for the Clipper language.

Finally the Tutorials, Tips and Tricks section has many examples of setting up Zeus for a new language.

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

Post by jussij »

And it should also be possible to configure Zeus to do code folding. For more details see here.

Cheers Jussi
Post Reply